64 @param embeddedBrowser flag indicating whether the file browser should |
64 @param embeddedBrowser flag indicating whether the file browser should |
65 be included. This flag is set to False by those layouts, that |
65 be included. This flag is set to False by those layouts, that |
66 have the file browser in a separate window or embedded |
66 have the file browser in a separate window or embedded |
67 in the project browser instead. |
67 in the project browser instead. |
68 """ |
68 """ |
69 QWidget.__init__(self, parent) |
69 super().__init__(parent) |
70 |
70 |
71 self.debugServer = debugServer |
71 self.debugServer = debugServer |
72 self.debugUI = None |
72 self.debugUI = None |
73 |
73 |
74 self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) |
74 self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) |