Uses of Class
io.qt.core.QByteProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QByteProperty in io.qt.core
Methods in io.qt.core with parameters of type QByteProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Byte>
QBindable. fromProperty(QByteProperty property)
Creates a newByte
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Byte>
QPropertyAlias. fromProperty(QByteProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QByteProperty Constructor Description QByteBindable(QByteProperty property)
Creates a new bindable from provided property.QBytePropertyAlias(QByteProperty property)
Creates a new alias to the provided property.QBytePropertyBinding(QByteProperty property)
Creates a newQBytePropertyBinding
as copy of the property's available binding.