7 Module implementing a dialog to select code style message codes. |
7 Module implementing a dialog to select code style message codes. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt4.QtGui import QDialog, QTreeWidgetItem |
12 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
13 |
13 |
14 from .Ui_CodeStyleCodeSelectionDialog import Ui_CodeStyleCodeSelectionDialog |
14 from .Ui_CodeStyleCodeSelectionDialog import Ui_CodeStyleCodeSelectionDialog |
15 |
15 |
16 import UI.PixmapCache |
16 import UI.PixmapCache |
17 |
17 |