I've been playing around with the new stylesheet thing and it makes everything much simpler. (The below is a stylesheet, not c++)
Qt Code:
image: url(:/images/checkbox_unchecked.png); } image: url(:/images/checkbox_checked.png); }To copy to clipboard, switch view to plain text mode
This is implemented with qApp->setStyleSheet() globally or with myCheckbox->setStyleSheet() for a particular checkbox. Also, check out the Style Sheet Example
Bookmarks