File tree Expand file tree Collapse file tree 8 files changed +1187
-1006
lines changed
Expand file tree Collapse file tree 8 files changed +1187
-1006
lines changed Original file line number Diff line number Diff line change 1515 </property >
1616 <property name =" windowIcon" >
1717 <iconset resource =" src.qrc" >
18- <normaloff >:/icons/icons/windowIcon.png </normaloff >:/icons/icons/windowIcon.png </iconset >
18+ <normaloff >:/icons/icons/icon.ico </normaloff >:/icons/icons/icon.ico </iconset >
1919 </property >
2020 <widget class =" QWidget" name =" centralwidget" >
2121 <layout class =" QVBoxLayout" name =" verticalLayout" >
Original file line number Diff line number Diff line change 1515 </property >
1616 <property name =" windowIcon" >
1717 <iconset resource =" src.qrc" >
18- <normaloff >:/icons/icons/windowIcon.png </normaloff >:/icons/icons/windowIcon.png </iconset >
18+ <normaloff >:/icons/icons/icon.ico </normaloff >:/icons/icons/icon.ico </iconset >
1919 </property >
2020 <property name =" styleSheet" >
2121 <string notr =" true" >background-color: rgb(225, 225, 225);</string >
Original file line number Diff line number Diff line change 1515 </property >
1616 <property name =" windowIcon" >
1717 <iconset resource =" src.qrc" >
18- <normaloff >:/icons/icons/windowIcon.png </normaloff >:/icons/icons/windowIcon.png </iconset >
18+ <normaloff >:/icons/icons/icon.ico </normaloff >:/icons/icons/icon.ico </iconset >
1919 </property >
2020 <property name =" styleSheet" >
2121 <string notr =" true" >background-color: rgb(225, 225, 225);</string >
Original file line number Diff line number Diff line change 11<RCC>
22 <qresource prefix="icons">
33 <file>icons/windowIcon.png</file>
4+ <file>icons/icon.ico</file>
45 <file>icons/code.svg</file>
56 <file>icons/info.svg</file>
67 <file>icons/logo.png</file>
Original file line number Diff line number Diff line change 22
33# Form implementation generated from reading ui file 'generator.ui'
44#
5- # Created by: PyQt5 UI code generator 5.13.0
5+ # Created by: PyQt5 UI code generator 5.15.1
66#
7- # WARNING! All changes made in this file will be lost!
7+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8+ # run again. Do not edit this file unless you know what you are doing.
89
910
1011from PyQt5 import QtCore , QtGui , QtWidgets
@@ -15,7 +16,7 @@ def setupUi(self, CodeGenerator):
1516 CodeGenerator .setObjectName ("CodeGenerator" )
1617 CodeGenerator .resize (800 , 333 )
1718 icon = QtGui .QIcon ()
18- icon .addPixmap (QtGui .QPixmap (":/icons/icons/windowIcon.png " ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
19+ icon .addPixmap (QtGui .QPixmap (":/icons/icons/icon.ico " ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
1920 CodeGenerator .setWindowIcon (icon )
2021 self .centralwidget = QtWidgets .QWidget (CodeGenerator )
2122 self .centralwidget .setObjectName ("centralwidget" )
Original file line number Diff line number Diff line change 22
33# Form implementation generated from reading ui file 'mainGUI.ui'
44#
5- # Created by: PyQt5 UI code generator 5.13.0
5+ # Created by: PyQt5 UI code generator 5.15.1
66#
7- # WARNING! All changes made in this file will be lost!
7+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8+ # run again. Do not edit this file unless you know what you are doing.
89
910
1011from PyQt5 import QtCore , QtGui , QtWidgets
@@ -15,7 +16,7 @@ def setupUi(self, MainWindow):
1516 MainWindow .setObjectName ("MainWindow" )
1617 MainWindow .resize (1081 , 600 )
1718 icon = QtGui .QIcon ()
18- icon .addPixmap (QtGui .QPixmap (":/icons/icons/windowIcon.png " ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
19+ icon .addPixmap (QtGui .QPixmap (":/icons/icons/icon.ico " ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
1920 MainWindow .setWindowIcon (icon )
2021 MainWindow .setStyleSheet ("background-color: rgb(225, 225, 225);" )
2122 self .centralwidget = QtWidgets .QWidget (MainWindow )
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments