33 @param new flag indicating the generation of a new project |
34 @param new flag indicating the generation of a new project |
34 @param parent parent widget of this dialog (QWidget) |
35 @param parent parent widget of this dialog (QWidget) |
35 """ |
36 """ |
36 super().__init__(parent) |
37 super().__init__(parent) |
37 self.setupUi(self) |
38 self.setupUi(self) |
|
39 |
|
40 self.pwlButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
|
41 self.pelButton.setIcon(UI.PixmapCache.getIcon("open.png")) |
38 |
42 |
39 self.project = project |
43 self.project = project |
40 self.parent = parent |
44 self.parent = parent |
41 |
45 |
42 self.pwlCompleter = E5FileCompleter(self.pwlEdit) |
46 self.pwlCompleter = E5FileCompleter(self.pwlEdit) |