src/eric7/Debugger/CallStackViewer.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
17 QWidget, 17 QWidget,
18 QVBoxLayout, 18 QVBoxLayout,
19 QLabel, 19 QLabel,
20 ) 20 )
21 21
22 from EricWidgets.EricApplication import ericApp 22 from eric7.EricWidgets.EricApplication import ericApp
23 from EricWidgets import EricFileDialog, EricMessageBox 23 from eric7.EricWidgets import EricFileDialog, EricMessageBox
24 24
25 25
26 class CallStackViewer(QWidget): 26 class CallStackViewer(QWidget):
27 """ 27 """
28 Class implementing the Call Stack viewer widget. 28 Class implementing the Call Stack viewer widget.

eric ide

mercurial