Plugins/PluginVmTabview.py

changeset 776
0359a079eb0d
parent 496
ed1e3f654d0b
child 791
9ec2ac20e54e
equal deleted inserted replaced
775:1f5fb0d9cba1 776:0359a079eb0d
48 """ 48 """
49 Constructor 49 Constructor
50 50
51 @param ui reference to the user interface object (UI.UserInterface) 51 @param ui reference to the user interface object (UI.UserInterface)
52 """ 52 """
53 QObject.__init__(self, ui)
53 self.__ui = ui 54 self.__ui = ui
54 55
55 def activate(self): 56 def activate(self):
56 """ 57 """
57 Public method to activate this plugin. 58 Public method to activate this plugin.

eric ide

mercurial