DataViews/PyProfileDialog.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 96
9624a110667d
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
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 """

eric ide

mercurial