|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QWizard.WizardStyle
public static final class QWizard.WizardStyle
This enum specifies the different looks supported by QWizard.
WizardOption , and Wizard Look and Feel.
| Field Summary | |
|---|---|
static QWizard.WizardStyle |
AeroStyle
Windows Aero look |
static QWizard.WizardStyle |
ClassicStyle
Classic Windows look |
static QWizard.WizardStyle |
MacStyle
Mac OS X look |
static QWizard.WizardStyle |
ModernStyle
Modern Windows look |
static QWizard.WizardStyle |
NStyles
|
| Method Summary | |
|---|---|
static QWizard.WizardStyle |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QWizard.WizardStyle |
valueOf(java.lang.String name)
|
static QWizard.WizardStyle[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QWizard.WizardStyle ClassicStyle
public static final QWizard.WizardStyle ModernStyle
public static final QWizard.WizardStyle MacStyle
public static final QWizard.WizardStyle AeroStyle
public static final QWizard.WizardStyle NStyles
| Method Detail |
|---|
public static QWizard.WizardStyle[] values()
public static QWizard.WizardStyle valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QWizard.WizardStyle resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||