Uses of Class
io.qt.quick.QQuickWindow.TextRenderType
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickWindow.TextRenderType in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.TextRenderType Modifier and Type Method Description static QQuickWindow.TextRenderType
QQuickWindow.TextRenderType. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuickWindow.TextRenderType
QQuickWindow. textRenderType()
static QQuickWindow.TextRenderType
QQuickWindow.TextRenderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQuickWindow.TextRenderType[]
QQuickWindow.TextRenderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QQuickWindow.TextRenderType Modifier and Type Method Description static void
QQuickWindow. setTextRenderType(QQuickWindow.TextRenderType renderType)