PDA

View Full Version : QToolBar and QAction



!Ci
22nd March 2008, 12:07
I've got toolbar with some QAction on it. I want make sure that at one time there is only one button pressed(I've set it up as checkable).
I can set pressed button as checked using
actionTriggered ( QAction *) signal, but how to unset the others?

jpn
22nd March 2008, 12:41
You can use an exclusive QActionGroup.