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