How to perform auto scrolling in QTAbleWidget?
General and Desktop
4
Posts
3
Posters
9.3k
Views
1
Watching
-
In my program i'm using QTableWidget.
The table contains thousands of rows, I'm using findItem() to search specific key in table.
The findItem returns list of QTableWidgetItems, i want to highlight all those items one by one when "NEXT" button pressed.
But table wont performing auto scroll to view the Items below the table...
How can i do that? -
Try "scrollToBottom()", see "here":http://doc.trolltech.com/4.8-snapshot/qabstractitemview.html#scrollToBottom