Updates
This commit is contained in:
@@ -6,7 +6,7 @@ class Ui_scanningDialog(object):
|
||||
def setupUi(self, Dialog):
|
||||
if not Dialog.objectName():
|
||||
Dialog.setObjectName(u"Dialog")
|
||||
Dialog.resize(320, 160)
|
||||
Dialog.resize(300, 150)
|
||||
# Set the window flags to remove the title bar
|
||||
Dialog.setWindowFlags(Qt.WindowType.FramelessWindowHint)
|
||||
|
||||
@@ -19,7 +19,7 @@ class Ui_scanningDialog(object):
|
||||
self.label = QLabel(Dialog)
|
||||
self.label.setObjectName(u"label")
|
||||
self.label.setFont(font)
|
||||
self.label.setGeometry(QRect(10, 10, 300, 140))
|
||||
self.label.setGeometry(QRect(10, 10, 280, 130))
|
||||
self.label.setAlignment(Qt.AlignCenter)
|
||||
self.label.setWordWrap(True)
|
||||
|
||||
@@ -37,5 +37,5 @@ class Ui_scanningDialog(object):
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, Dialog):
|
||||
self.label.setText(QCoreApplication.translate("Dialog", u"SCANNING FOR DSO80204B", None))
|
||||
self.label.setText(QCoreApplication.translate("Dialog", u"SCANNING FOR ARRIVE POWERSIM", None))
|
||||
# retranslateUi
|
||||
Reference in New Issue
Block a user