TableView Set Column-Row Width-Height ( Qt Designer )
Unsolved
General and Desktop
-
wrote on 10 Jan 2022, 12:16 last edited by
-
wrote on 10 Jan 2022, 18:33 last edited by
I'm not sure what you're hoping to do in Designer, but if you're trying to auto-size the cells, that's not a Designer function. You'll want to access the QHeaderView of the model you're using to populate the table, using the setStretchLastSection() call.
1/2