Hi,
I am sorting and filtering data in a model using QSortFilterProxyModel. To filter data on more than one columng I have to implement the "filterAcceptsRow" method?
Thanks.
Kacper
Hi,
I am sorting and filtering data in a model using QSortFilterProxyModel. To filter data on more than one columng I have to implement the "filterAcceptsRow" method?
Thanks.
Kacper
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks