Quote Originally Posted by wysota View Post
You already are using a delegate to draw the checkbox. You just need to subclass it and draw something different instead of what the default delegate draws, for example by reimplementing QItemDelegate::drawCheck().
Hmmm...that looks cool. Thanks a lot for helping me out in MVC. I am now beginning to get a hang of it.

Thanks again!!!