|
|||||||||
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.QLayout.SizeConstraint
public static final class QLayout.SizeConstraint
The possible values are.
Field Summary | |
---|---|
static QLayout.SizeConstraint |
SetDefaultConstraint
The main widget's minimum size is set to minimumSize() , unless the widget already has a minimum size. |
static QLayout.SizeConstraint |
SetFixedSize
The main widget's size is set to sizeHint() ; it cannot be resized at all. |
static QLayout.SizeConstraint |
SetMaximumSize
The main widget's maximum size is set to maximumSize() ; it cannot be larger. |
static QLayout.SizeConstraint |
SetMinAndMaxSize
The main widget's minimum size is set to minimumSize() and its maximum size is set to maximumSize() . |
static QLayout.SizeConstraint |
SetMinimumSize
The main widget's minimum size is set to minimumSize() ; it cannot be smaller. |
static QLayout.SizeConstraint |
SetNoConstraint
The widget is not constrained. |
Method Summary | |
---|---|
static QLayout.SizeConstraint |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QLayout.SizeConstraint |
valueOf(java.lang.String name)
|
static QLayout.SizeConstraint[] |
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 QLayout.SizeConstraint SetDefaultConstraint
minimumSize()
, unless the widget already has a minimum size.
public static final QLayout.SizeConstraint SetNoConstraint
public static final QLayout.SizeConstraint SetMinimumSize
minimumSize()
; it cannot be smaller.
public static final QLayout.SizeConstraint SetFixedSize
sizeHint()
; it cannot be resized at all.
public static final QLayout.SizeConstraint SetMaximumSize
maximumSize()
; it cannot be larger.
public static final QLayout.SizeConstraint SetMinAndMaxSize
minimumSize()
and its maximum size is set to maximumSize()
.
Method Detail |
---|
public static QLayout.SizeConstraint[] values()
public static QLayout.SizeConstraint valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QLayout.SizeConstraint resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |