Preferences/ConfigurationPages/TrayStarterPage.py

branch
Py2 comp.
changeset 3056
9986ec0e559a
parent 2525
8b507a9a2d40
parent 2907
108abcc64724
child 3057
10516539f238
equal deleted inserted replaced
2911:ce77f0b1ee67 3056:9986ec0e559a
26 26
27 @param parent reference to the parent widget (QWidget) 27 @param parent reference to the parent widget (QWidget)
28 """ 28 """
29 super(TrayStarterPage, self).__init__() 29 super(TrayStarterPage, self).__init__()
30 self.setupUi(self) 30 self.setupUi(self)
31 self.setObjectName("Py3FlakesPage") 31 self.setObjectName("TrayStarterPage")
32 32
33 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict.png")) 33 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict.png"))
34 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc.png")) 34 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc.png"))
35 self.blackWhiteButton.setIcon(UI.PixmapCache.getIcon("erict-bw.png")) 35 self.blackWhiteButton.setIcon(UI.PixmapCache.getIcon("erict-bw.png"))
36 self.blackWhiteInverseButton.setIcon(UI.PixmapCache.getIcon("erict-bwi.png")) 36 self.blackWhiteInverseButton.setIcon(UI.PixmapCache.getIcon("erict-bwi.png"))

eric ide

mercurial