39 @param project reference to the project object |
39 @param project reference to the project object |
40 @type Project |
40 @type Project |
41 @param parent reference to the parent widget |
41 @param parent reference to the parent widget |
42 @type QWidget |
42 @type QWidget |
43 """ |
43 """ |
44 super(IdlCompilerOptionsDialog, self).__init__(parent) |
44 super().__init__(parent) |
45 self.setupUi(self) |
45 self.setupUi(self) |
46 |
46 |
47 self.__project = project |
47 self.__project = project |
48 |
48 |
49 self.idAddButton.setIcon(UI.PixmapCache.getIcon("plus")) |
49 self.idAddButton.setIcon(UI.PixmapCache.getIcon("plus")) |