+ allow to set a default action for an exclusive group
This commit is contained in:
@@ -266,6 +266,11 @@ void ActionGroup::setExclusive (bool b)
|
||||
_group->setExclusive(b);
|
||||
}
|
||||
|
||||
bool ActionGroup::isExclusive() const
|
||||
{
|
||||
return _group->isExclusive();
|
||||
}
|
||||
|
||||
void ActionGroup::setVisible( bool b )
|
||||
{
|
||||
Action::setVisible(b);
|
||||
|
||||
Reference in New Issue
Block a user