I am currently working with QTableWidget and I have enabled the column sorting order for the user. I need to be able to switch this sorting order off again. Most other UI appraches allow you to click cycle trough sorting options, descending/ascending/resetOrder. Is this feature available?
I also tried resetting the order with an additional context menu, but I could only find reset options for qTableView, not qTableWidget:
http://stackoverflow.com/questions/1...ortfilterproxy
Is there anything that I am missing here?




Reply With Quote


Bookmarks