|
|||||||||
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.QTabWidget.TabPosition
public static final class QTabWidget.TabPosition
This enum type defines where QTabWidget
draws the tab row:
Field Summary | |
---|---|
static QTabWidget.TabPosition |
East
The tabs are drawn to the right of the pages. |
static QTabWidget.TabPosition |
North
The tabs are drawn above the pages. |
static QTabWidget.TabPosition |
South
The tabs are drawn below the pages. |
static QTabWidget.TabPosition |
West
The tabs are drawn to the left of the pages. |
Method Summary | |
---|---|
static QTabWidget.TabPosition |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTabWidget.TabPosition |
valueOf(java.lang.String name)
|
static QTabWidget.TabPosition[] |
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 QTabWidget.TabPosition North
public static final QTabWidget.TabPosition South
public static final QTabWidget.TabPosition West
public static final QTabWidget.TabPosition East
Method Detail |
---|
public static QTabWidget.TabPosition[] values()
public static QTabWidget.TabPosition valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTabWidget.TabPosition resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |