eric7/Debugger/BreakPointViewer.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8524
595547ab8d6f
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
12 ) 12 )
13 from PyQt6.QtWidgets import ( 13 from PyQt6.QtWidgets import (
14 QTreeView, QAbstractItemView, QHeaderView, QMenu, QDialog 14 QTreeView, QAbstractItemView, QHeaderView, QMenu, QDialog
15 ) 15 )
16 16
17 from E5Gui.EricApplication import ericApp 17 from EricWidgets.EricApplication import ericApp
18 18
19 from Globals import recentNameBreakpointFiles, recentNameBreakpointConditions 19 from Globals import recentNameBreakpointFiles, recentNameBreakpointConditions
20 20
21 import Preferences 21 import Preferences
22 22

eric ide

mercurial