10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 import os |
12 import os |
13 import pickle |
13 import pickle |
14 |
14 |
15 from PyQt4.QtCore import Qt |
15 from PyQt5.QtCore import Qt |
16 from PyQt4.QtGui import QDialog, QDialogButtonBox, QMenu, QHeaderView, \ |
16 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QMenu, QHeaderView, \ |
17 QTreeWidgetItem, QApplication |
17 QTreeWidgetItem, QApplication |
18 |
18 |
19 from E5Gui import E5MessageBox |
19 from E5Gui import E5MessageBox |
20 |
20 |
21 from .Ui_PyProfileDialog import Ui_PyProfileDialog |
21 from .Ui_PyProfileDialog import Ui_PyProfileDialog |