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