Hi, I have a group of two exclusive actions with a QActionGroup. Both actions are checkables. The problem is that if I press under an action that is checked, the action continues checked but what I really want is to uncheck it. The only way to uncheck an action is by pressing the other action of the group. Is it a simple way of doing what I want without add a new slot? Thanks