PDA

View Full Version : QSortFilterProxyMode example



prakash
18th April 2006, 04:54
Hi all

Could someone provide example of using QSortFilterProxyModel. There is a " Sorting model example " provided by QT but it is rather simple.

Thanks.

zlatko
18th April 2006, 08:26
Hi all

Could someone provide example of using QSortFilterProxyModel. There is a " Sorting model example " provided by QT but it is rather simple.

Thanks.

If Qt example simple for you then explain peoples your task ;)

prakash
18th April 2006, 13:03
I am using QTreeWidget as main display which has date and integer data displaying in columns. I would like to sort those columns, but don't know how to do that.

Thanks.

jpn
18th April 2006, 14:47
Override


virtual bool QTreeWidgetItem::operator< ( const QTreeWidgetItem & other ) const