You can do that either by using style sheets or by subclassing one of the available delegate classes and reimplementing the way the checkbox is drawn.
if i use a delegate class for drawing the checkbox, can i continue using Qt::CheckStateRole for displaying the checkbox and handle only drawing in the custom delegate?
Bookmarks