Debugger/ExceptionLogger.py

changeset 55
b5c84934de9c
parent 53
c3eb7cc1ff8b
child 406
eacf81fad150
child 792
a13346916170
equal deleted inserted replaced
54:31463df17fd5 55:b5c84934de9c
8 """ 8 """
9 9
10 from PyQt4.QtCore import * 10 from PyQt4.QtCore import *
11 from PyQt4.QtGui import * 11 from PyQt4.QtGui import *
12 12
13 from E4Gui.E4Application import e5App 13 from E5Gui.E5Application import e5App
14 14
15 15
16 class ExceptionLogger(QTreeWidget): 16 class ExceptionLogger(QTreeWidget):
17 """ 17 """
18 Class implementing the Exception Logger widget. 18 Class implementing the Exception Logger widget.

eric ide

mercurial