30 @param plugin reference to the plugin object |
30 @param plugin reference to the plugin object |
31 @type RefactoringRopePlugin |
31 @type RefactoringRopePlugin |
32 """ |
32 """ |
33 ConfigurationPageBase.__init__(self) |
33 ConfigurationPageBase.__init__(self) |
34 self.setupUi(self) |
34 self.setupUi(self) |
35 self.setObjectName("AutoCompletionRopePage") |
35 self.setObjectName("MouseClickHandlerRopePage") |
36 |
36 |
37 self.__plugin = plugin |
37 self.__plugin = plugin |
38 |
38 |
39 # set initial values |
39 # set initial values |
40 self.__modifiers = { |
40 self.__modifiers = { |