Inherits from QskBox
| Name | |
|---|---|
| void | clicked(QskPushButton * button) |
| void | accepted() |
| void | rejected() |
| void | centeredButtonsChanged() |
| void | orientationChanged() |
| Name | |
|---|---|
| QskDialogButtonBox(QQuickItem * parent =nullptr) | |
| QskDialogButtonBox(Qt::Orientation orientation, QQuickItem * parent =nullptr) | |
| ~QskDialogButtonBox() override | |
| void | setOrientation(Qt::Orientation orientation) |
| Qt::Orientation | orientation() const |
| void | setCenteredButtons(bool center) |
| bool | centeredButtons() const |
| void | addButton(QskPushButton * button, QskDialog::ActionRole role) |
| void | removeButton(QskPushButton * button) |
| void | clear() |
| QVector< QskPushButton * > | buttons() const |
| QVector< QskPushButton * > | buttons(QskDialog::ActionRole role) const |
| QskDialog::ActionRole | actionRole(const QskPushButton * button) const |
| void | addAction(QskDialog::Action action) |
| void | setActions(QskDialog::Actions actions) |
| QskDialog::Actions | actions() const |
| QskDialog::Action | action(const QskPushButton * button) const |
| QskPushButton * | button(QskDialog::Action action) const |
| QskDialog::Action | clickedAction() const |
| void | setDefaultButton(QskPushButton * button) |
| QskPushButton * | defaultButton() const |
| bool | isDefaultButtonKeyEvent(const QKeyEvent * event) |
| QString | buttonText(QskDialog::Action action) |
| Name | |
|---|---|
| bool | event(QEvent * event) override |
| void | itemChange(ItemChange , const ItemChangeData & ) override |
| void | updateLayout() override |
| QSizeF | layoutSizeHint(Qt::SizeHint which, const QSizeF & constraint) const override |
| virtual QskPushButton * | createButton(QskDialog::Action action) const |
| void | invalidateLayout() |
| QskAspect::Subcontrol | substitutedSubcontrol(QskAspect::Subcontrol subControl) const override |
| Name | |
|---|---|
| Qt::Orientation | orientation |
| bool | centeredButtons |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Panel |
void clicked(
QskPushButton * button
)
void accepted()
void rejected()
void centeredButtonsChanged()
void orientationChanged()
QskDialogButtonBox(
QQuickItem * parent =nullptr
)
QskDialogButtonBox(
Qt::Orientation orientation,
QQuickItem * parent =nullptr
)
~QskDialogButtonBox() override
void setOrientation(
Qt::Orientation orientation
)
Qt::Orientation orientation() const
void setCenteredButtons(
bool center
)
bool centeredButtons() const
void addButton(
QskPushButton * button,
QskDialog::ActionRole role
)
void removeButton(
QskPushButton * button
)
void clear()
QVector< QskPushButton * > buttons() const
QVector< QskPushButton * > buttons(
QskDialog::ActionRole role
) const
QskDialog::ActionRole actionRole(
const QskPushButton * button
) const
void addAction(
QskDialog::Action action
)
void setActions(
QskDialog::Actions actions
)
QskDialog::Actions actions() const
QskDialog::Action action(
const QskPushButton * button
) const
QskPushButton * button(
QskDialog::Action action
) const
QskDialog::Action clickedAction() const
void setDefaultButton(
QskPushButton * button
)
QskPushButton * defaultButton() const
static bool isDefaultButtonKeyEvent(
const QKeyEvent * event
)
static QString buttonText(
QskDialog::Action action
)
bool event(
QEvent * event
) override
void itemChange(
ItemChange ,
const ItemChangeData &
) override
void updateLayout() override
QSizeF layoutSizeHint(
Qt::SizeHint which,
const QSizeF & constraint
) const override
virtual QskPushButton * createButton(
QskDialog::Action action
) const
void invalidateLayout()
QskAspect::Subcontrol substitutedSubcontrol(
QskAspect::Subcontrol subControl
) const override
Qt::Orientation orientation;
bool centeredButtons;
static const QskAspect::Subcontrol Panel;
Updated on 28 July 2023 at 14:02:29 CEST