Uses of Class
io.qt.core.QObject.QBooleanProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.QBooleanProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QBooleanProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Boolean>
QBindable. fromProperty(QObject.QBooleanProperty property)
Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Boolean>
QPropertyAlias. fromProperty(QObject.QBooleanProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QBooleanProperty Constructor Description QBooleanBindable(QObject.QBooleanProperty property)
Creates a new bindable from provided property.QBooleanPropertyAlias(QObject.QBooleanProperty property)
Creates a new alias to the provided property.QBooleanPropertyBinding(QObject.QBooleanProperty property)
Creates a newQBooleanPropertyBinding
as copy of the property's available binding.