PDA

View Full Version : Maintanance of internal reference to hidden rows in QtTable



sukanyarn
26th September 2006, 10:08
Greetings,

I am using Qt 3.3.2.

In Qt, for table it internally maintains a reference number to the rows hidden.
When the last row is hidden and new rows above are inserted, the total number of rows increases.
But the internal reference of Qt for the hidden last row remains the same, in this case to show the last row which is hidden is not happenning.

I need to know how Qt maintains the reference to the hidden rows(i.e the last row) when new rows are inserted as there is a increment in total number of rows of the table.
How to show the last row, when new rows are inserted inbetween after the last row which was hidden????

Thanks in advance.

wysota
28th September 2006, 07:21
The easiest way would be to look at the sources of Qt. But could you explain what is the incorrect behaviour (if any, as in your post this isn't clear)?