Uses of Class
io.qt.widgets.QWizard.WizardButton
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QWizard.WizardButton in io.qt.widgets
Methods in io.qt.widgets that return QWizard.WizardButton Modifier and Type Method Description static QWizard.WizardButton
QWizard.WizardButton. resolve(int value)
Returns the corresponding enum entry for the given value.static QWizard.WizardButton
QWizard.WizardButton. valueOf(String name)
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.Methods in io.qt.widgets with parameters of type QWizard.WizardButton Modifier and Type Method Description QAbstractButton
QWizard. button(QWizard.WizardButton which)
String
QWizard. buttonText(QWizard.WizardButton which)
String
QWizardPage. buttonText(QWizard.WizardButton which)
void
QWizard. setButton(QWizard.WizardButton which, QAbstractButton button)
void
QWizard. setButtonText(QWizard.WizardButton which, String text)
void
QWizardPage. setButtonText(QWizard.WizardButton which, String text)
Method parameters in io.qt.widgets with type arguments of type QWizard.WizardButton Modifier and Type Method Description void
QWizard. setButtonLayout(Collection<QWizard.WizardButton> layout)