Inherits from QskPushButton
Name | |
---|---|
void | actionChanged() |
Name | |
---|---|
QskDialogButton(QskDialog::Action action, QQuickItem * parent =nullptr) | |
QskDialogButton(QQuickItem * parent =nullptr) | |
~QskDialogButton() override | |
void | setAction(QskDialog::Action action) |
QskDialog::Action | action() const |
Name | |
---|---|
void | changeEvent(QEvent * event) override |
QskAspect::Subcontrol | substitutedSubcontrol(QskAspect::Subcontrol subControl) const override |
Name | |
---|---|
QskDialog::Action | action |
Name | |
---|---|
const QskAspect::Subcontrol | Panel |
const QskAspect::Subcontrol | Text |
const QskAspect::Subcontrol | Graphic |
void actionChanged()
QskDialogButton(
QskDialog::Action action,
QQuickItem * parent =nullptr
)
QskDialogButton(
QQuickItem * parent =nullptr
)
~QskDialogButton() override
void setAction(
QskDialog::Action action
)
QskDialog::Action action() const
void changeEvent(
QEvent * event
) override
QskAspect::Subcontrol substitutedSubcontrol(
QskAspect::Subcontrol subControl
) const override
QskDialog::Action action;
static const QskAspect::Subcontrol Panel;
static const QskAspect::Subcontrol Text;
static const QskAspect::Subcontrol Graphic;
Updated on 28 July 2023 at 14:02:29 CEST