Preferences/ConfigurationPages/TrayStarterPage.py

changeset 2907
108abcc64724
parent 2302
f29e9405c851
child 2964
84b65fb9e780
child 3056
9986ec0e559a
equal deleted inserted replaced
2906:b14b7c320327 2907:108abcc64724
24 24
25 @param parent reference to the parent widget (QWidget) 25 @param parent reference to the parent widget (QWidget)
26 """ 26 """
27 super().__init__() 27 super().__init__()
28 self.setupUi(self) 28 self.setupUi(self)
29 self.setObjectName("Py3FlakesPage") 29 self.setObjectName("TrayStarterPage")
30 30
31 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict.png")) 31 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict.png"))
32 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc.png")) 32 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc.png"))
33 self.blackWhiteButton.setIcon(UI.PixmapCache.getIcon("erict-bw.png")) 33 self.blackWhiteButton.setIcon(UI.PixmapCache.getIcon("erict-bw.png"))
34 self.blackWhiteInverseButton.setIcon(UI.PixmapCache.getIcon("erict-bwi.png")) 34 self.blackWhiteInverseButton.setIcon(UI.PixmapCache.getIcon("erict-bwi.png"))

eric ide

mercurial