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
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest