Is there a way to set row height for every row in a QTableView?
Unsolved
General and Desktop
-
Hi,
I think you can use QHeaderView::setDefaultSectionSize.
Take note of the warning in the documentation.
Hi,
I think you can use QHeaderView::setDefaultSectionSize.
Take note of the warning in the documentation.