Uses of Class
io.qt.core.QBytePropertyAlias
Package | Description |
---|---|
io.qt.core |
-
Uses of QBytePropertyAlias in io.qt.core
Methods in io.qt.core with parameters of type QBytePropertyAlias Modifier and Type Method Description static QPropertyAlias<@QtPrimitiveType Byte>
QPropertyAlias. fromAlias(QBytePropertyAlias alias)
Creates a new alias to the provided property alias.static QBindable<@QtPrimitiveType Byte>
QBindable. fromProperty(QBytePropertyAlias property)
Creates a newByte
-typed genericQBindable
from primitive-typed property.Constructors in io.qt.core with parameters of type QBytePropertyAlias Constructor Description QBytePropertyAlias(QBytePropertyAlias alias)
Creates a new alias to the provided alias.