210:6b1440b975df | 211:548e28c35723 |
---|---|
22 def __init__(self, plugin): | 22 def __init__(self, plugin): |
23 """ | 23 """ |
24 Constructor | 24 Constructor |
25 | 25 |
26 @param plugin reference to the plugin object | 26 @param plugin reference to the plugin object |
27 @type AssistantEricPlugin | |
27 """ | 28 """ |
28 ConfigurationPageBase.__init__(self) | 29 ConfigurationPageBase.__init__(self) |
29 self.setupUi(self) | 30 self.setupUi(self) |
30 self.setObjectName("CallTipsEricPage") | 31 self.setObjectName("CallTipsEricPage") |
31 | 32 |