Thursday, 5 September 2013

Custom Sorting in QTableWidget

Custom Sorting in QTableWidget

I have a QTableWidget and i am using its default sorting capability
through header columns but one of my column in QTableWidget is integer
type and through QTableWidget default sorting it is being sorted like a
string.So there is any means by which i can use my own sorting functions
for QTableWidget?

No comments:

Post a Comment