Hi All,

I'm calling resizeColumnsToContents() on a QTableView after having made changes to my model, eg, inserting rows etc., however am not seeing the resize working properly.

I'm wondering - does the QTableView update itself in background when the model changes and am I calling the the resize too quickly ? It does work ok if I put a delay in before the resize.

Cheers,
Chris.