38 @param project reference to the project object |
38 @param project reference to the project object |
39 @type Project |
39 @type Project |
40 @param parent reference to the parent widget |
40 @param parent reference to the parent widget |
41 @type QWidget |
41 @type QWidget |
42 """ |
42 """ |
43 super(RunServerDialog, self).__init__(parent) |
43 super().__init__(parent) |
44 self.setupUi(self) |
44 self.setupUi(self) |
45 |
45 |
46 self.__plugin = plugin |
46 self.__plugin = plugin |
47 self.__project = project |
47 self.__project = project |
48 |
48 |