-
action
Hi,
I created a groupbox with 3 toggle buttons that call 3 different SLOT of MainForm Class. Is it more correct create 3 actions? Furthermore, I'd like
make buttons exclusive from Designer. Is it possible this using groupbox? (it's possible with actionGroup...)
Thanks
-
Re: action
I think QButtonGroup is what you want.
-
Re: action
It's ok.
But if use ButtonGroup and use "exclusive" I must choose one button only and not '0' button. With exclusive, if "yellow" button is clicked for change its status I must click on other buttons; I must change yellow status clicking on the yellow button (with exclusive)...is it possible?
-
Re: action