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 |