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")) |