com.trolltech.qt.gui
Class QFont.StyleHint
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QFont.StyleHint
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QFont
public static final class QFont.StyleHint
- extends java.lang.Enum
- implements QtEnumerator
This enum describes the available style hints. A style hint is a general look and/or feel hint.
See also:
styleHint()
.
- See Also:
- Serialized Form
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 |
Helvetica
public static final QFont.StyleHint Helvetica
Times
public static final QFont.StyleHint Times
Courier
public static final QFont.StyleHint Courier
OldEnglish
public static final QFont.StyleHint OldEnglish
System
public static final QFont.StyleHint System
AnyStyle
public static final QFont.StyleHint AnyStyle
values
public static QFont.StyleHint[] values()
valueOf
public static QFont.StyleHint valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QFont.StyleHint resolve(int value)
- Returns the StyleHint constant with the specified int.