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 genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QComputedCharProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Character>QPropertyAlias.fromProperty(QObject.QComputedCharProperty property) Creates a new alias to the provided property.static charQMetaObject.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.Creates a new alias to the provided property.Creates a newQCharPropertyBindingas copy of the property's available binding.