Uses of Class
io.qt.core.QCharProperty
Packages that use QCharProperty
-
Uses of QCharProperty in io.qt.core
Methods in io.qt.core with parameters of type QCharPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Character>
QBindable.fromProperty
(QCharProperty property) Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Character>
QPropertyAlias.fromProperty
(QCharProperty property) Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QCharPropertyModifierConstructorDescriptionQCharBindable
(QCharProperty property) Creates a new bindable from provided property.QCharPropertyAlias
(QCharProperty property) Creates a new alias to the provided property.QCharPropertyBinding
(QCharProperty property) Creates a newQCharPropertyBinding
as copy of the property's available binding.