|
|||||||||
| 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.QAbstractSpinBox.ButtonSymbols
public static final class QAbstractSpinBox.ButtonSymbols
This enum type describes the symbols that can be displayed on the buttons in a spin box.


QAbstractSpinBox::buttonSymbols.
| Field Summary | |
|---|---|
static QAbstractSpinBox.ButtonSymbols |
NoButtons
Don't display buttons. |
static QAbstractSpinBox.ButtonSymbols |
PlusMinus
+ and - symbols. |
static QAbstractSpinBox.ButtonSymbols |
UpDownArrows
Little arrows in the classic style. |
| Method Summary | |
|---|---|
static QAbstractSpinBox.ButtonSymbols |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAbstractSpinBox.ButtonSymbols |
valueOf(java.lang.String name)
|
static QAbstractSpinBox.ButtonSymbols[] |
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 QAbstractSpinBox.ButtonSymbols UpDownArrows
public static final QAbstractSpinBox.ButtonSymbols PlusMinus
public static final QAbstractSpinBox.ButtonSymbols NoButtons
| Method Detail |
|---|
public static QAbstractSpinBox.ButtonSymbols[] values()
public static QAbstractSpinBox.ButtonSymbols valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QAbstractSpinBox.ButtonSymbols resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||