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.
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.
Then you have to provide a custom delegate which draws the check box bigger.
Bookmarks