Uses of Class
io.qt.core.QObject.QCharProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.QCharProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QCharProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Character>
QBindable. fromProperty(QObject.QCharProperty property)
Creates a newCharacter
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Character>
QPropertyAlias. fromProperty(QObject.QCharProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QCharProperty Constructor Description QCharBindable(QObject.QCharProperty property)
Creates a new bindable from provided property.QCharPropertyAlias(QObject.QCharProperty property)
Creates a new alias to the provided property.QCharPropertyBinding(QObject.QCharProperty property)
Creates a newQCharPropertyBinding
as copy of the property's available binding.