204:b4bf79b956bc | 205:55bba6be2cbc |
---|---|
21 def __init__(self, plugin): | 21 def __init__(self, plugin): |
22 """ | 22 """ |
23 Constructor | 23 Constructor |
24 | 24 |
25 @param plugin reference to the plugin object | 25 @param plugin reference to the plugin object |
26 @type RefactoringRopePlugin | |
26 """ | 27 """ |
27 ConfigurationPageBase.__init__(self) | 28 ConfigurationPageBase.__init__(self) |
28 self.setupUi(self) | 29 self.setupUi(self) |
29 self.setObjectName("CallTipsRopePage") | 30 self.setObjectName("CallTipsRopePage") |
30 | 31 |