Radio button to select all radio buttons
Unsolved
General and Desktop
-
@JohnLocke
So recognise that button being clicked (signal/slot) and set the others to checked.
But you should not be using radiobuttons for this! A radiobutton's whole definition is "only one of this group can be clicked" so that's really confusing. Use checkboxes.
In either case QButtonGroup Class aids programming, you probably want a group for the buttons excluding your Select all one.