Uses of Class
io.qt.core.QCharPropertyAlias
Package | Description |
---|---|
io.qt.core |
-
Uses of QCharPropertyAlias in io.qt.core
Methods in io.qt.core with parameters of type QCharPropertyAlias Modifier and Type Method Description static QPropertyAlias<@QtPrimitiveType Character>
QPropertyAlias. fromAlias(QCharPropertyAlias alias)
Creates a new alias to the provided property alias.static QBindable<@QtPrimitiveType Character>
QBindable. fromProperty(QCharPropertyAlias property)
Creates a newCharacter
-typed genericQBindable
from primitive-typed property.Constructors in io.qt.core with parameters of type QCharPropertyAlias Constructor Description QCharPropertyAlias(QCharPropertyAlias alias)
Creates a new alias to the provided alias.