Uses of Class
io.qt.core.QObject.QComputedBooleanProperty
Packages that use QObject.QComputedBooleanProperty
-
Uses of QObject.QComputedBooleanProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedBooleanPropertyModifier and TypeMethodDescriptionstatic 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.QComputedBooleanPropertyModifierConstructorDescriptionCreates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.