the line QRadioButton::indicator "indicator" does not name a type
Also where can the png files be found?
Here is the example
Qt Code:
{ width: 13px; height: 13px; } { image: url(:/images/radiobutton_unchecked.png); } { image: url(:/images/radiobutton_unchecked_hover.png); } { image: url(:/images/radiobutton_unchecked_pressed.png); } { image: url(:/images/radiobutton_checked.png); } { image: url(:/images/radiobutton_checked_hover.png); } { image: url(:/images/radiobutton_checked_pressed.png); }To copy to clipboard, switch view to plain text mode
Bookmarks