How can I turn off auto sorting of QTableWidget?
-
@Aaron-Kim said in How can I turn off auto sorting of QTableWidget?:
myTableWidget->sortingEnabled(false)
By default
sortingEnabledis false. Did you enable it and then trying to disable? -
@Aaron-Kim said in How can I turn off auto sorting of QTableWidget?:
No, I only add
Can you show the code ?
-
@Aaron-Kim said in How can I turn off auto sorting of QTableWidget?:
No, I only add
Can you show the code ?
-
@Ratzz Sorry, the problem didn't have something to do with sorting. It was my mistake! :)
Please mark topic as solved :)