chore: fix drop error

This commit is contained in:
WorldTeacher
2024-07-03 16:36:12 +02:00
parent c6ff076881
commit e559f97cc7
16 changed files with 401 additions and 438 deletions

View File

@@ -7,13 +7,12 @@
from PyQt6 import QtCore, QtGui, QtWidgets
from src import Icon
class Ui_Dialog(object):
def setupUi(self, Dialog):
# Dialog.setObjectName("Dialog")
Dialog.setObjectName("Dialog")
Dialog.resize(620, 481)
self.label = QtWidgets.QLabel(parent=Dialog)
self.label.setGeometry(QtCore.QRect(20, 10, 47, 21))
self.label.setObjectName("label")