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 QPropertyAlias<@QtPrimitiveType Character>
QPropertyAlias.fromProperty
(QObject.QComputedCharProperty property) Creates a new alias to the provided property.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 newQCharPropertyBinding
as copy of the property's available binding.