HI, I need to set the semi-checked to a tristate checkBox but I don't know how;
with below I can retrieve if it is in a semi-checked state...but how set it? Thanks
Qt Code:
if (multiCheckBox->state() == 1 ) //semi-checkedTo copy to clipboard, switch view to plain text mode
Bookmarks