Uses of Class
io.qt.core.QObject.QComputedShortProperty
Packages that use QObject.QComputedShortProperty
-
Uses of QObject.QComputedShortProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedShortPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Short>
QBindable.fromProperty
(QObject.QComputedShortProperty property) Creates a newShort
-typed genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedShortProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Short>
QPropertyAlias.fromProperty
(QObject.QComputedShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static short
QMetaObject.readProperty
(QObject.QComputedShortProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedShortPropertyModifierConstructorDescriptionQShortBindable
(QObject.QComputedShortProperty property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQShortPropertyBinding
as copy of the property's available binding.