19 |
19 |
20 class EditorDocViewerPage(ConfigurationPageBase, Ui_EditorDocViewerPage): |
20 class EditorDocViewerPage(ConfigurationPageBase, Ui_EditorDocViewerPage): |
21 """ |
21 """ |
22 Class implementing the Editor Documentation Viewer configuration page. |
22 Class implementing the Editor Documentation Viewer configuration page. |
23 """ |
23 """ |
24 def __init__(self, parent=None): |
24 def __init__(self): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 |
|
28 @param parent reference to the parent widget |
|
29 @type QWidget |
|
30 """ |
27 """ |
31 super(EditorDocViewerPage, self).__init__() |
28 super(EditorDocViewerPage, self).__init__() |
32 self.setupUi(self) |
29 self.setupUi(self) |
33 self.setObjectName("EditorExportersPage") |
30 self.setObjectName("EditorExportersPage") |
34 |
31 |