|
|||||||||
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.QDialogButtonBox.ButtonLayout
public static final class QDialogButtonBox.ButtonLayout
This enum describes the layout policy to be used when arranging the buttons contained in the button box. The button layout is specified by the current style
.
Field Summary | |
---|---|
static QDialogButtonBox.ButtonLayout |
GnomeLayout
Use a policy appropriate for applications on GNOME. |
static QDialogButtonBox.ButtonLayout |
KdeLayout
Use a policy appropriate for applications on KDE. |
static QDialogButtonBox.ButtonLayout |
MacLayout
Use a policy appropriate for applications on Mac OS X. |
static QDialogButtonBox.ButtonLayout |
WinLayout
Use a policy appropriate for applications on Windows. |
Method Summary | |
---|---|
static QDialogButtonBox.ButtonLayout |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QDialogButtonBox.ButtonLayout |
valueOf(java.lang.String name)
|
static QDialogButtonBox.ButtonLayout[] |
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 QDialogButtonBox.ButtonLayout WinLayout
public static final QDialogButtonBox.ButtonLayout MacLayout
public static final QDialogButtonBox.ButtonLayout KdeLayout
public static final QDialogButtonBox.ButtonLayout GnomeLayout
Method Detail |
---|
public static QDialogButtonBox.ButtonLayout[] values()
public static QDialogButtonBox.ButtonLayout valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QDialogButtonBox.ButtonLayout resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |