64 elif self.webBrowserButton.isChecked(): |
64 elif self.webBrowserButton.isChecked(): |
65 hvId = 3 |
65 hvId = 3 |
66 elif self.customViewerButton.isChecked(): |
66 elif self.customViewerButton.isChecked(): |
67 hvId = 4 |
67 hvId = 4 |
68 Preferences.setHelp("HelpViewerType", hvId) |
68 Preferences.setHelp("HelpViewerType", hvId) |
69 Preferences.setHelp("CustomViewer", |
69 Preferences.setHelp( |
|
70 "CustomViewer", |
70 self.customViewerEdit.text()) |
71 self.customViewerEdit.text()) |
71 |
72 |
72 @pyqtSlot() |
73 @pyqtSlot() |
73 def on_customViewerSelectionButton_clicked(self): |
74 def on_customViewerSelectionButton_clicked(self): |
74 """ |
75 """ |