PDA

View Full Version : singnal and action



mickey
9th July 2006, 13:41
hi, when I click on every action I'd like call mySLOTAction(); is there a quick way? (note: not important which action; every action) thanks

jpn
9th July 2006, 18:15
Connecting actions one by one is too sluggish? Then you have an option to use a QActionGroup. Add all actions to a group and connect the group's selected() signal to that slot.