18 from PyQt6.QtWidgets import ( |
18 from PyQt6.QtWidgets import ( |
19 QDialog, QTreeWidgetItem, QAbstractButton, QDialogButtonBox, QApplication, |
19 QDialog, QTreeWidgetItem, QAbstractButton, QDialogButtonBox, QApplication, |
20 QHeaderView, QListWidgetItem, QInputDialog, QLineEdit |
20 QHeaderView, QListWidgetItem, QInputDialog, QLineEdit |
21 ) |
21 ) |
22 |
22 |
23 from E5Gui.EricApplication import ericApp |
23 from EricWidgets.EricApplication import ericApp |
24 |
24 |
25 from .Ui_CodeStyleCheckerDialog import Ui_CodeStyleCheckerDialog |
25 from .Ui_CodeStyleCheckerDialog import Ui_CodeStyleCheckerDialog |
26 |
26 |
27 import UI.PixmapCache |
27 import UI.PixmapCache |
28 import Preferences |
28 import Preferences |