Uses of Class
io.qt.core.QObject.QByteProperty
Packages that use QObject.QByteProperty
-
Uses of QObject.QByteProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QBytePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QObject.QByteProperty property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Byte>
QPropertyAlias.fromProperty
(QObject.QByteProperty property) Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QBytePropertyModifierConstructorDescriptionQByteBindable
(QObject.QByteProperty property) Creates a new bindable from provided property.QBytePropertyAlias
(QObject.QByteProperty property) Creates a new alias to the provided property.QBytePropertyBinding
(QObject.QByteProperty property) Creates a newQBytePropertyBinding
as copy of the property's available binding.