add windowtitle

This commit is contained in:
WorldTeacher
2024-07-04 10:42:14 +02:00
parent 93bed5c4b8
commit b92d47876d
3 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,9 @@ from PyQt6 import QtCore, QtGui, QtWidgets
class Ui_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName("Dialog")
# Dialog.setObjectName("Dialog")
Dialog.resize(743, 576)
self.buttonBox = QtWidgets.QDialogButtonBox(parent=Dialog)
self.buttonBox.setGeometry(QtCore.QRect(120, 540, 621, 32))
self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)