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. |