I have found that the answer is this:
Qt Code:
ui.myTreeView->setStyleSheet( "QTreeView::indicator:unchecked {image: url(:/icons/eye_grey.png);}" "QTreeView::indicator:checked {image: url(:/icons/eye.png);}" );To copy to clipboard, switch view to plain text mode
Bookmarks