Plugins/PluginWizardQRegExp.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
41 """ 41 """
42 Constructor 42 Constructor
43 43
44 @param ui reference to the user interface object (UI.UserInterface) 44 @param ui reference to the user interface object (UI.UserInterface)
45 """ 45 """
46 QObject.__init__(self, ui) 46 super().__init__(ui)
47 self.__ui = ui 47 self.__ui = ui
48 48
49 def activate(self): 49 def activate(self):
50 """ 50 """
51 Public method to activate this plugin. 51 Public method to activate this plugin.

eric ide

mercurial