|
|||||||||
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.FieldGrowthPolicy
public static final class QFormLayout.FieldGrowthPolicy
This enum specifies the different policies that can be used to control the way in which the form's fields grow.
fieldGrowthPolicy
.
Field Summary | |
---|---|
static QFormLayout.FieldGrowthPolicy |
AllNonFixedFieldsGrow
All fields with a size policy that allows them to grow will grow to fill the available space. |
static QFormLayout.FieldGrowthPolicy |
ExpandingFieldsGrow
Fields with an horizontal size policy of Expanding or MinimumExpanding will grow to fill the available space. |
static QFormLayout.FieldGrowthPolicy |
FieldsStayAtSizeHint
The fields never grow beyond their effective size hint . |
Method Summary | |
---|---|
static QFormLayout.FieldGrowthPolicy |
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.FieldGrowthPolicy |
valueOf(java.lang.String name)
|
static QFormLayout.FieldGrowthPolicy[] |
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.FieldGrowthPolicy FieldsStayAtSizeHint
effective size hint
. This is the default for QMacStyle.
public static final QFormLayout.FieldGrowthPolicy ExpandingFieldsGrow
size policy
of Expanding
or MinimumExpanding
will grow to fill the available space. The other fields will not grow beyond their effective size hint. This is the default policy for Plastique.
public static final QFormLayout.FieldGrowthPolicy AllNonFixedFieldsGrow
Method Detail |
---|
public static QFormLayout.FieldGrowthPolicy[] values()
public static QFormLayout.FieldGrowthPolicy valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFormLayout.FieldGrowthPolicy resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |