PDA

View Full Version : action



mickey
12th January 2006, 18:39
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

Bojan
12th January 2006, 19:48
I think QButtonGroup (http://doc.trolltech.com/4.1/qbuttongroup.html) is what you want.

mickey
13th January 2006, 19:13
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?

sunil.thaha
19th January 2006, 05:18
Sorry, I couldn't get U