Uses of Class
io.qt.core.QBooleanProperty
Packages that use QBooleanProperty
-
Uses of QBooleanProperty in io.qt.core
Methods in io.qt.core with parameters of type QBooleanPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Boolean>
QBindable.fromProperty
(QBooleanProperty property) Creates a newBoolean
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Boolean>
QPropertyAlias.fromProperty
(QBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QBooleanPropertyModifierConstructorDescriptionQBooleanBindable
(QBooleanProperty property) Creates a new bindable from provided property.QBooleanPropertyAlias
(QBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QBooleanPropertyBinding
(QBooleanProperty property) Creates a newQBooleanPropertyBinding
as copy of the property's available binding.