30 """ |
30 """ |
31 super().__init__() |
31 super().__init__() |
32 self.setupUi(self) |
32 self.setupUi(self) |
33 self.setObjectName("HelpViewersPage") |
33 self.setObjectName("HelpViewersPage") |
34 |
34 |
35 self.customViewerButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
35 self.customViewerSelectionButton.setIcon( |
|
36 UI.PixmapCache.getIcon("open.png")) |
36 |
37 |
37 self.helpViewerGroup = QButtonGroup() |
38 self.helpViewerGroup = QButtonGroup() |
38 self.helpViewerGroup.addButton(self.helpBrowserButton) |
39 self.helpViewerGroup.addButton(self.helpBrowserButton) |
39 self.helpViewerGroup.addButton(self.qtAssistantButton) |
40 self.helpViewerGroup.addButton(self.qtAssistantButton) |
40 self.helpViewerGroup.addButton(self.webBrowserButton) |
41 self.helpViewerGroup.addButton(self.webBrowserButton) |