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