11# -*- coding: utf-8 -*-
22
3- # Form implementation generated from reading ui file 'ui\ friture.ui'
3+ # Form implementation generated from reading ui file 'ui/ friture.ui'
44#
5- # Created: Sat Feb 14 20:44:29 2015
6- # by: PyQt5 UI code generator 5.4
5+ # Created by: PyQt5 UI code generator 5.15.11
76#
8- # 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.
9+
910
10- from . import friture_rc
1111from PyQt5 import QtCore , QtGui , QtWidgets
1212
1313
1414class Ui_MainWindow (object ):
15-
1615 def setupUi (self , MainWindow ):
1716 MainWindow .setObjectName ("MainWindow" )
1817 MainWindow .resize (869 , 573 )
@@ -31,11 +30,11 @@ def setupUi(self, MainWindow):
3130 self .actionStart .setCheckable (True )
3231 self .actionStart .setChecked (True )
3332 icon1 = QtGui .QIcon ()
33+ icon1 .addPixmap (QtGui .QPixmap (":/images-src/start.svg" ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
3434 icon1 .addPixmap (QtGui .QPixmap (":/images-src/stop.svg" ), QtGui .QIcon .Normal , QtGui .QIcon .On )
3535 icon1 .addPixmap (QtGui .QPixmap (":/images-src/stop.svg" ), QtGui .QIcon .Disabled , QtGui .QIcon .On )
36- icon1 .addPixmap (QtGui .QPixmap (":/images-src/stop.svg" ), QtGui .QIcon .Selected , QtGui .QIcon .On )
37- icon1 .addPixmap (QtGui .QPixmap (":/images-src/start.svg" ), QtGui .QIcon .Normal , QtGui .QIcon .Off )
3836 icon1 .addPixmap (QtGui .QPixmap (":/images-src/stop.svg" ), QtGui .QIcon .Active , QtGui .QIcon .On )
37+ icon1 .addPixmap (QtGui .QPixmap (":/images-src/stop.svg" ), QtGui .QIcon .Selected , QtGui .QIcon .On )
3938 self .actionStart .setIcon (icon1 )
4039 self .actionStart .setObjectName ("actionStart" )
4140 self .actionSettings = QtWidgets .QAction (MainWindow )
@@ -71,3 +70,4 @@ def retranslateUi(self, MainWindow):
7170 self .actionAbout .setText (_translate ("MainWindow" , "About Friture" ))
7271 self .actionNew_dock .setText (_translate ("MainWindow" , "New dock" ))
7372 self .actionNew_dock .setToolTip (_translate ("MainWindow" , "Add a new dock to Friture window" ))
73+ from . import friture_rc
0 commit comments