PDA

View Full Version : Bigger checkboxes in QTableView?



qlands
30th January 2012, 11:13
Hi,

How can I make the checkboxes in a QTableView bigger than the normal size? I can make the row height bigger also the column width... but the checkbox still the same size.

Thanks for the help.

Carlos.

Lykurg
30th January 2012, 12:13
Then you have to provide a custom delegate which draws the check box bigger.