Debugger/DebugViewer.py

changeset 1131
7781e396c903
parent 1112
8a7d1b9d18db
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
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"))

eric ide

mercurial