24 #if QT_VERSION < 0x040000 29 Q3CheckListItem ( parent, text, CheckBox )
36 #if QT_VERSION < 0x040000 39 compare ( Q3ListViewItem *i,
int col,
bool ascending )
const 46 #if QT_VERSION < 0x040000 47 retVal = QCheckListItem::compare ( i, col, ascending );
49 retVal = Q3CheckListItem::compare ( i, col, ascending );
54 double a = std::atof ( key ( col, ascending ) );
55 double b = std::atof ( i -> key ( col, ascending ) );
This class inherits the QCheckListItem and overrides the compare() function, so that the list can be ...
hippodaraw::QtSortedCheckListItem class interface.