Hi,
im relatively new to QT and am clueless right now.
I have a QTablewidget, that i populate with "table->setCellWidget(row, column, new QLabel(somestuff))" while populating setSortingEnabled is disabled and after the populating is finished re enabled.
The sortIndicator seems to work somehow. By clicking the Columns the indicator changes, but nothing else. The order of the table stays the way it was before. Nothing changes at all in the table.
What could i have done to disable sorting all together, or are additional steps needed for the sorting to work at all?

Edit: sortByColumn and sortItems also have no effect on the Table.

I'd love to hear some answers. And have a great day.
Random Guy