17 |
17 |
18 class LogViewerPage(ConfigurationPageBase, Ui_LogViewerPage): |
18 class LogViewerPage(ConfigurationPageBase, Ui_LogViewerPage): |
19 """ |
19 """ |
20 Class implementing the Log Viewer configuration page. |
20 Class implementing the Log Viewer configuration page. |
21 """ |
21 """ |
22 def __init__(self): |
22 def __init__(self, parent=None): |
23 """ |
23 """ |
24 Constructor |
24 Constructor |
25 |
25 |
26 @param parent reference to the parent widget (QWidget) |
26 @param parent reference to the parent widget (QWidget) |
27 """ |
27 """ |