Debugger/DebugViewer.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
19 </ul> 19 </ul>
20 """ 20 """
21 21
22 import os 22 import os
23 23
24 from PyQt4.QtCore import * 24 from PyQt4.QtCore import pyqtSignal
25 from PyQt4.QtGui import * 25 from PyQt4.QtGui import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QSizePolicy, \
26 QPushButton, QComboBox, QLabel, QTreeWidget, QTreeWidgetItem, QHeaderView
26 27
27 from QScintilla.Shell import Shell 28 from QScintilla.Shell import Shell
28 from .VariablesViewer import VariablesViewer 29 from .VariablesViewer import VariablesViewer
29 from .ExceptionLogger import ExceptionLogger 30 from .ExceptionLogger import ExceptionLogger
30 from .BreakPointViewer import BreakPointViewer 31 from .BreakPointViewer import BreakPointViewer

eric ide

mercurial