Preferences/ConfigurationPages/LogViewerPage.py

changeset 4097
ad2a6bd965d9
parent 4095
c78cdc1a3c14
child 4631
5c1a96925da4
equal deleted inserted replaced
4096:f909a4f59add 4097:ad2a6bd965d9
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 """

eric ide

mercurial