Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to determine when TableView v2 is finished updating after modelReset()
-
Hi there. It seems as though
TableView
v2 loads its delegates and setscontentHeight
on a zero-second timer. Is that accurate? In any case, is there any way to get a signal or callback after contentHeight is finished?All I want to do is scroll TableView to the end after the model has been reset.
Cheers.