eric6/Project/IdlCompilerOptionsDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8235
78e6d29eb773
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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"))

eric ide

mercurial