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 genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QByteProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Byte> QPropertyAlias.fromProperty(QObject.QByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static byteQMetaObject.readProperty(QObject.QByteProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QByteProperty property, byte value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QByteProperty property, Qt.ConnectionType type, byte value) Sets the value of the 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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QBytePropertyBinding(QObject.QByteProperty property) Creates a newQBytePropertyBindingas copy of the property's available binding.