Uses of Class
io.qt.widgets.QWizard.WizardPixmap
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QWizard.WizardPixmap in io.qt.widgets
Methods in io.qt.widgets that return QWizard.WizardPixmap Modifier and Type Method Description static QWizard.WizardPixmap
QWizard.WizardPixmap. resolve(int value)
Returns the corresponding enum entry for the given value.static QWizard.WizardPixmap
QWizard.WizardPixmap. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWizard.WizardPixmap[]
QWizard.WizardPixmap. 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.WizardPixmap Modifier and Type Method Description QPixmap
QWizard. pixmap(QWizard.WizardPixmap which)
QPixmap
QWizardPage. pixmap(QWizard.WizardPixmap which)
void
QWizard. setPixmap(QWizard.WizardPixmap which, QPixmap pixmap)
void
QWizardPage. setPixmap(QWizard.WizardPixmap which, QPixmap pixmap)