Qt-interest Archive, December 2006
[QTable Problem]How to prevent the title of mainwindow from shaking?
Message 1 in thread
I am using Qt4.14 under windows
===========================
I made a program performs the function as a spreadsheet.
Because the data which load into the program will be very large, so i
devide the data into pages.
Every time i load into the next page of data into the table, the title of
the mainwindow will shake as
if it is saving table.
When i load a new page of data, i just clear the table first, then i write
data into the cells of table.
Can anyone give some hint to me?:)
best wishes~