4#include "private/qbuttongroup_p.h"
6#include "private/qabstractbutton_p.h"
85 for (
int i = 0;
i <
d->buttonList.size(); ++
i)
86 d->buttonList.at(
i)->d_func()->group =
nullptr;
210 previous->removeButton(
button);
211 button->d_func()->group =
this;
215 = std::min_element(
d->mapping.cbegin(),
d->mapping.cend());
216 if (
it ==
d->mapping.cend())
225 button->d_func()->notifyChecked();
236 if (
d->checkedButton ==
button) {
237 d->detectCheckedButton();
239 if (
button->d_func()->group ==
this) {
240 button->d_func()->group =
nullptr;
241 d->buttonList.removeAll(
button);
254 return d->buttonList;
266 return d->checkedButton;
278 return d->mapping.key(
id);
308 return d->mapping.value(
button, -1);
321 return d->mapping.value(
d->checkedButton, -1);
326#include "moc_qbuttongroup.cpp"
qsizetype size() const noexcept
const_reference at(qsizetype i) const noexcept
QSet< QString >::iterator it
Combined button and popup list for selecting options.
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent