QTableView Get number of lines shown on screen
Unsolved
General and Desktop
-
Hi,
You can use QTableView::visualRect to get which index are currently shown and based on that calculate the numbers of visible lines.