Uses of Class
io.qt.core.QObject.QBooleanProperty
Packages that use QObject.QBooleanProperty
-
Uses of QObject.QBooleanProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QBooleanPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Boolean>QBindable.fromProperty(QObject.QBooleanProperty property) Creates a newBoolean-typed genericQBindablefrom 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.QBooleanPropertyModifierConstructorDescriptionQBooleanBindable(QObject.QBooleanProperty property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQBooleanPropertyBindingas copy of the property's available binding.