Uses of Class
io.qt.core.QObject.QComputedCharProperty
Packages that use QObject.QComputedCharProperty
-
Uses of QObject.QComputedCharProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedCharPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QObject.QComputedCharProperty property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedCharProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Character>
QPropertyAlias.fromProperty
(QObject.QComputedCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static char
QMetaObject.readProperty
(QObject.QComputedCharProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedCharPropertyModifierConstructorDescriptionQCharBindable
(QObject.QComputedCharProperty 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 newQCharPropertyBinding
as copy of the property's available binding.