Uses of Class
io.qt.quick.QQuickView.ResizeMode
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickView.ResizeMode in io.qt.quick
Methods in io.qt.quick that return QQuickView.ResizeMode Modifier and Type Method Description QQuickView.ResizeMode
QQuickView. resizeMode()
static QQuickView.ResizeMode
QQuickView.ResizeMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuickView.ResizeMode
QQuickView.ResizeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQuickView.ResizeMode[]
QQuickView.ResizeMode. 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 QQuickView.ResizeMode Modifier and Type Method Description void
QQuickView. setResizeMode(QQuickView.ResizeMode arg__1)