Class implementing a custom QListViewItem to allow sorting on numeric values.
Methods
|
|
__init__
compare
getNC
|
|
__init__
|
__init__ ( self, *args )
Constructor
|
|
compare
|
compare (
self,
itm,
col,
asc,
)
Public method used by QListView to compare the items.
|
|
getNC
|
getNC ( self, itm )
Private method to get the value to compare on for the first column.
Arguments
- itm
- item to operate on (ProfileListViewItem)
|
|