Hi everyone,
I wanted to know if there is an issue to diasble sorting on a QTableWidget, i recieve frames, process them and then put the information in a QTableWidget just like this :
sort.png
if someone click on a column to sort it, it becomes like this :
sort2.png


so i want to disable sorting to avoid issues like the second image.
thank's !