Infinite QTableView scrolling
-
Hi,
we are currently working on an application with extensive use of QAbstractItemModel and QTableView to view the items. We are looking for functionality similar to the one in excel tables - the possibility of theoretically infinite scrolling in the (rows of the) table. Is there any way to do that?
The best we have managed is to predefine large, but set, number of rows. The number (which seems to be bound by 10^6) might be sufficient, but it makes problems with scrolling etc.
We are at Qt 4.7.
Thank you in advance, Dominik