Qt SQuared radio button [Solved]
-
I agree with Sam, but I'd also like to add a word of warning: it is generally a Very Bad Idea(TM) to change the shape of controls users are used to. If a control looks a certain way, it is generally expected to work a certain way, and vise versa.
Also, if you want something that looks like button, why not use a set of buttons? Buttons can also be toggled, and they can also be mutually exclusive by putting them in a [[doc:QButtonGroup]].