ui updates

This commit is contained in:
WorldTeacher
2024-07-30 09:39:33 +02:00
parent cff311cb9e
commit 55abe8e8ef
10 changed files with 213 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ from PyQt6 import QtCore, QtGui, QtWidgets
class Ui_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName("Dialog")
Dialog.resize(436, 184)
Dialog.resize(422, 184)
self.formLayout = QtWidgets.QFormLayout(Dialog)
self.formLayout.setObjectName("formLayout")
self.label = QtWidgets.QLabel(parent=Dialog)