Debugger/ExceptionLogger.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
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 e4App 13 from E4Gui.E4Application 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.
134 134
135 def __configure(self): 135 def __configure(self):
136 """ 136 """
137 Private method to open the configuration dialog. 137 Private method to open the configuration dialog.
138 """ 138 """
139 e4App().getObject("UserInterface").showPreferences("debuggerGeneralPage") 139 e5App().getObject("UserInterface").showPreferences("debuggerGeneralPage")

eric ide

mercurial