/*! Returns the number of buttons in the group. */ int Q3ButtonGroup::count() const { fixChildren(); return buttonIds.count(); }
QAbstractButton *Q3ButtonGroup::find(int id) const { fixChildren(); return buttonIds.value(id); }