19 QHeaderView, |
19 QHeaderView, |
20 QTreeWidgetItem, |
20 QTreeWidgetItem, |
21 QApplication, |
21 QApplication, |
22 ) |
22 ) |
23 |
23 |
24 from EricWidgets import EricMessageBox |
24 from eric7.EricWidgets import EricMessageBox |
25 |
25 |
26 from .Ui_PyProfileDialog import Ui_PyProfileDialog |
26 from .Ui_PyProfileDialog import Ui_PyProfileDialog |
27 import Utilities |
27 from eric7 import Utilities |
28 |
28 |
29 |
29 |
30 class ProfileTreeWidgetItem(QTreeWidgetItem): |
30 class ProfileTreeWidgetItem(QTreeWidgetItem): |
31 """ |
31 """ |
32 Class implementing a custom QTreeWidgetItem to allow sorting on numeric |
32 Class implementing a custom QTreeWidgetItem to allow sorting on numeric |