|
|||||||||
| 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.QFormLayout.RowWrapPolicy
public static final class QFormLayout.RowWrapPolicy
This enum specifies the different policies that can be used to control the way in which the form's rows wrap.
rowWrapPolicy.
| Field Summary | |
|---|---|
static QFormLayout.RowWrapPolicy |
DontWrapRows
Fields are always laid out next to their label. |
static QFormLayout.RowWrapPolicy |
WrapAllRows
Fields are always laid out below their label. |
static QFormLayout.RowWrapPolicy |
WrapLongRows
Labels are given enough horizontal space to fit the widest label, and the rest of the space is given to the fields. |
| Method Summary | |
|---|---|
static QFormLayout.RowWrapPolicy |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFormLayout.RowWrapPolicy |
valueOf(java.lang.String name)
|
static QFormLayout.RowWrapPolicy[] |
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 QFormLayout.RowWrapPolicy DontWrapRows
public static final QFormLayout.RowWrapPolicy WrapLongRows
public static final QFormLayout.RowWrapPolicy WrapAllRows
| Method Detail |
|---|
public static QFormLayout.RowWrapPolicy[] values()
public static QFormLayout.RowWrapPolicy valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QFormLayout.RowWrapPolicy resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||