Qt 6.11 is out! See what's new in the release
blog
QTableView Get number of lines shown on screen
-
Hi,
You can use QTableView::visualRect to get which index are currently shown and based on that calculate the numbers of visible lines.
Hi,
You can use QTableView::visualRect to get which index are currently shown and based on that calculate the numbers of visible lines.