nothing really changed
This commit is contained in:
@@ -7,15 +7,13 @@
|
|||||||
|
|
||||||
|
|
||||||
from PyQt6 import QtCore, QtGui, QtWidgets
|
from PyQt6 import QtCore, QtGui, QtWidgets
|
||||||
|
from src import Icon
|
||||||
|
|
||||||
class Ui_Dialog(object):
|
class Ui_Dialog(object):
|
||||||
def setupUi(self, Dialog):
|
def setupUi(self, Dialog):
|
||||||
Dialog.setObjectName("Dialog")
|
# Dialog.setObjectName("Dialog")
|
||||||
Dialog.resize(620, 481)
|
Dialog.resize(620, 481)
|
||||||
icon = QtGui.QIcon()
|
|
||||||
icon.addPixmap(QtGui.QPixmap(":/icons/resources/2795.svg"), QtGui.QIcon.Mode.Normal, QtGui.QIcon.State.Off)
|
|
||||||
Dialog.setWindowIcon(icon)
|
|
||||||
self.label = QtWidgets.QLabel(parent=Dialog)
|
self.label = QtWidgets.QLabel(parent=Dialog)
|
||||||
self.label.setGeometry(QtCore.QRect(20, 10, 47, 21))
|
self.label.setGeometry(QtCore.QRect(20, 10, 47, 21))
|
||||||
self.label.setObjectName("label")
|
self.label.setObjectName("label")
|
||||||
|
|||||||
Reference in New Issue
Block a user