|
|
@@ -15,6 +15,7 @@ from PySide2.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont,
|
|
|
QPixmap, QRadialGradient)
|
|
|
from PySide2.QtWidgets import *
|
|
|
|
|
|
+import img_rc
|
|
|
|
|
|
class Ui_AddPathWindow(object):
|
|
|
def setupUi(self, AddPathWindow):
|
|
|
@@ -22,6 +23,9 @@ class Ui_AddPathWindow(object):
|
|
|
AddPathWindow.setObjectName(u"AddPathWindow")
|
|
|
AddPathWindow.setWindowModality(Qt.ApplicationModal)
|
|
|
AddPathWindow.resize(532, 440)
|
|
|
+ icon = QIcon()
|
|
|
+ icon.addFile(u":/icon/resource/todo-line.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
|
+ AddPathWindow.setWindowIcon(icon)
|
|
|
self.gridLayout = QGridLayout(AddPathWindow)
|
|
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
|
self.verticalLayout = QVBoxLayout()
|