Quote Originally Posted by d_stranz View Post
But you (the application writer) do not need to create an explicit checkbox delegate in order to have an editable checkbox appear in a table, isn't that correct?
There is already a delegate setup for you when you create a view.


Through QStyle? Or through QStyledItemDelegate or a subclass? Can you point to an example?
Qt Code:
  1. style()->drawControl(...); // or similar
To copy to clipboard, switch view to plain text mode