The ButtonGroup class Unlike Qt's QButtonGroup this class allows it that in exclusive mode all buttons can be unchecked. More...
#include <Widgets.h>
Public Member Functions | |
ButtonGroup (QObject *parent=nullptr) | |
bool | exclusive () const |
void | setExclusive (bool on) |
The ButtonGroup class Unlike Qt's QButtonGroup this class allows it that in exclusive mode all buttons can be unchecked.
ButtonGroup::ButtonGroup | ( | QObject * | parent = nullptr | ) |
References draftgeoutils.intersections::connect(), and exclusive().
bool ButtonGroup::exclusive | ( | ) | const |
Referenced by ButtonGroup().
void ButtonGroup::setExclusive | ( | bool | on | ) |