I mean sorting like in file browser where you can sort data by date,name or size.
I mean sorting like in file browser where you can sort data by date,name or size.
if you are using qt creator, in property editor of qtabewidget u ll find sortenable option...else use
Qt Code:
void sortItems ( int column, Qt::SortOrder order = Qt::AscendingOrder )To copy to clipboard, switch view to plain text mode
Bookmarks