59 def __init__(self, plugin, parent=None): |
59 def __init__(self, plugin, parent=None): |
60 """ |
60 """ |
61 Constructor |
61 Constructor |
62 |
62 |
63 @param plugin reference to the plug-in object |
63 @param plugin reference to the plug-in object |
64 @type MqttMonitorPlugin |
64 @type IrcExtensionPlugin |
65 @param parent reference to the parent widget |
65 @param parent reference to the parent widget |
66 @type QWidget |
66 @type QWidget |
67 """ |
67 """ |
68 super().__init__(parent) |
68 super().__init__(parent) |
69 self.setupUi(self) |
69 self.setupUi(self) |