15 from PyQt4.QtGui import * |
15 from PyQt4.QtGui import * |
16 |
16 |
17 from .Ui_PyProfileDialog import Ui_PyProfileDialog |
17 from .Ui_PyProfileDialog import Ui_PyProfileDialog |
18 import Utilities |
18 import Utilities |
19 |
19 |
20 from eric4config import getConfig |
20 from eric5config import getConfig |
21 |
21 |
22 class ProfileTreeWidgetItem(QTreeWidgetItem): |
22 class ProfileTreeWidgetItem(QTreeWidgetItem): |
23 """ |
23 """ |
24 Class implementing a custom QTreeWidgetItem to allow sorting on numeric values. |
24 Class implementing a custom QTreeWidgetItem to allow sorting on numeric values. |
25 """ |
25 """ |