8 style checker run. |
8 style checker run. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
11 from __future__ import unicode_literals |
12 |
12 |
13 from PyQt4.QtCore import Qt |
13 from PyQt5.QtCore import Qt |
14 from PyQt4.QtGui import QDialog, QTreeWidgetItem |
14 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
15 |
15 |
16 from .translations import _messages, _messages_sample_args |
16 from .translations import _messages, _messages_sample_args |
17 |
17 |
18 from .Ui_CodeStyleStatisticsDialog import Ui_CodeStyleStatisticsDialog |
18 from .Ui_CodeStyleStatisticsDialog import Ui_CodeStyleStatisticsDialog |
19 |
19 |