8 style checker run. |
8 style checker run. |
9 """ |
9 """ |
10 |
10 |
11 import textwrap |
11 import textwrap |
12 |
12 |
13 from PyQt5.QtCore import Qt |
13 from PyQt6.QtCore import Qt |
14 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
14 from PyQt6.QtWidgets import QDialog, QTreeWidgetItem |
15 |
15 |
16 from .translations import getTranslatedMessage |
16 from .translations import getTranslatedMessage |
17 |
17 |
18 from .Ui_CodeStyleStatisticsDialog import Ui_CodeStyleStatisticsDialog |
18 from .Ui_CodeStyleStatisticsDialog import Ui_CodeStyleStatisticsDialog |
19 |
19 |