This commit is contained in:
david rice
2026-01-07 16:01:52 +00:00
parent a5c2f1c140
commit d4c124ff1a
6 changed files with 105 additions and 156 deletions

View File

@@ -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