[Interest] updateGeometries() problem in Qt 4.8.3

Mansy Ghafari mansy_blue at yahoo.com
Mon Jul 22 04:29:50 CEST 2013


Hi,

I have faced with a CRASH in updateGeometries() function of QTableWidget class. 

In fact, my project has been developed with Qt version 4.7.1, after migrating it to Qt version 4.8.3, this CRASH happened while filling the table.

As details, there is a function, called FillList(), that it is responsible for creating the cells in the table. 

At the middle of creation of cells, I call setRowHeight() function. this function is a reason to start a timer to resize the row : rowResizeTimerID.
After finishing the mentioned FillList() function, in QTableView::timerEvent(...), updateGeometries() function is called then CRASH.

Is there any body who have an experience in this context???

I really appreciate if you guide me to find a suitable solution to solve the matter in this context.

Best Regards,Mansoureh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130721/980f437f/attachment.html>


More information about the Interest mailing list