ui changes
This commit is contained in:
@@ -24,6 +24,10 @@ class Ui_Dialog(object):
|
||||
self.buttonBox.setObjectName("buttonBox")
|
||||
self.gridLayout.addWidget(self.buttonBox, 2, 2, 1, 1)
|
||||
self.label = QtWidgets.QLabel(parent=Dialog)
|
||||
font = QtGui.QFont()
|
||||
font.setPointSize(11)
|
||||
font.setBold(True)
|
||||
self.label.setFont(font)
|
||||
self.label.setObjectName("label")
|
||||
self.gridLayout.addWidget(self.label, 0, 2, 1, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user