how to phase out the labels and the data in a QTableView
Unsolved
General and Desktop
-
hi, im working on a QTableView and i would like the labels and the things that are below it to be phased out (not aligned) like in my screenshot right there :
is there a way to do this in qt ? i thought about setting the width of my rows below but there is no method SetRowWidth unfortunately. any ideas ?
thank you in advance
-
Hi,
One possible source of ideas could be the Frozen Column example.