|
|||||||||
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.QFont.Weight
public static final class QFont.Weight
Qt uses a weighting scale from 0 to 99 similar to, but not the same as, the scales used in Windows or CSS. A weight of 0 is ultralight, whilst 99 will be an extremely black.
This enum contains the predefined font weights:
Field Summary | |
---|---|
static QFont.Weight |
Black
87 |
static QFont.Weight |
Bold
75 |
static QFont.Weight |
DemiBold
63 |
static QFont.Weight |
Light
25 |
static QFont.Weight |
Normal
50 |
Method Summary | |
---|---|
static QFont.Weight |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFont.Weight |
valueOf(java.lang.String name)
|
static QFont.Weight[] |
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 QFont.Weight Light
public static final QFont.Weight Normal
public static final QFont.Weight DemiBold
public static final QFont.Weight Bold
public static final QFont.Weight Black
Method Detail |
---|
public static QFont.Weight[] values()
public static QFont.Weight valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFont.Weight resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |