How can I turn off auto sorting of QTableWidget?
Solved
General and Desktop
-
This post is deleted!
-
@Aaron-Kim said in How can I turn off auto sorting of QTableWidget?:
myTableWidget->sortingEnabled(false)
By default
sortingEnabled
is 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 ?
-
Please mark topic as solved :)
4/6