How set height of all rows(QTableView)
Solved
General and Desktop
-
@JonB said in How set height of all rows(QTableView):
setRowHeight() is the row height for each row to be displayed.
No, it's only for particular, not for each.
@mpergand said in How set height of all rows(QTableView):
header->setDefaultSectionSize(20); // 20 px height
This.
-