Uses of Enum
io.qt.widgets.QWizard.WizardButton
-
Uses of QWizard.WizardButton in io.qt.widgets
Modifier and TypeMethodDescriptionstatic QWizard.WizardButton
QWizard.WizardButton.resolve
(int value) Returns the corresponding enum entry for the given value.static QWizard.WizardButton
Returns the enum constant of this type with the specified name.static QWizard.WizardButton[]
QWizard.WizardButton.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal QAbstractButton
QWizard.button
(QWizard.WizardButton which) final String
QWizard.buttonText
(QWizard.WizardButton which) final String
QWizardPage.buttonText
(QWizard.WizardButton which) final void
QWizard.setButton
(QWizard.WizardButton which, QAbstractButton button) final void
QWizard.setButtonText
(QWizard.WizardButton which, String text) final void
QWizardPage.setButtonText
(QWizard.WizardButton which, String text) Modifier and TypeMethodDescriptionfinal void
QWizard.setButtonLayout
(Collection<? extends QWizard.WizardButton> layout)