22 """ |
22 """ |
23 def __init__(self): |
23 def __init__(self): |
24 """ |
24 """ |
25 Constructor |
25 Constructor |
26 """ |
26 """ |
27 super(TrayStarterPage, self).__init__() |
27 super().__init__() |
28 self.setupUi(self) |
28 self.setupUi(self) |
29 self.setObjectName("TrayStarterPage") |
29 self.setObjectName("TrayStarterPage") |
30 |
30 |
31 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict")) |
31 self.standardButton.setIcon(UI.PixmapCache.getIcon("erict")) |
32 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc")) |
32 self.highContrastButton.setIcon(UI.PixmapCache.getIcon("erict-hc")) |