6046:a291657f7bbd | 6047:39586a2de99d |
---|---|
17 import Preferences | 17 import Preferences |
18 | 18 |
19 | 19 |
20 class EditorDocViewerPage(ConfigurationPageBase, Ui_EditorDocViewerPage): | 20 class EditorDocViewerPage(ConfigurationPageBase, Ui_EditorDocViewerPage): |
21 """ | 21 """ |
22 Class documentation goes here. | 22 Class implementing the Editor Documentation Viewer configuration page. |
23 """ | 23 """ |
24 def __init__(self, parent=None): | 24 def __init__(self, parent=None): |
25 """ | 25 """ |
26 Constructor | 26 Constructor |
27 | 27 |