comparison: Plugins/PluginVmListspace.py
Plugins/PluginVmListspace.py
- changeset 1131
- 7781e396c903
- parent 945
- 8cd4d08fa9f6
- child 1509
- c0b5e693b0eb
equal
deleted
inserted
replaced
50 """ |
50 """ |
51 Constructor |
51 Constructor |
52 |
52 |
53 @param ui reference to the user interface object (UI.UserInterface) |
53 @param ui reference to the user interface object (UI.UserInterface) |
54 """ |
54 """ |
55 QObject.__init__(self, ui) |
55 super().__init__(ui) |
56 self.__ui = ui |
56 self.__ui = ui |
57 |
57 |
58 def activate(self): |
58 def activate(self): |
59 """ |
59 """ |
60 Public method to activate this plugin. |
60 Public method to activate this plugin. |