Hi,
Is it possible to group some actions, so this group can be assigned to multiple widgets like buttons?
Suppose I have :
- button A - when pressed perform action 1/2/3/4/5 and 6
- button B - when pressed perform action 1/2/3/4/5 and 7
So it would be nice if actions 1/2/3/4/5 could be grouped in something like ActionGroupTest and then :
- button A - when pressed perform ActionGroupTest + action 6
- button B - when pressed perform ActionGroupTest + action 7
If I change something to action-3, then changes have to affect both buttons.