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 genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QBooleanProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Boolean>
QPropertyAlias.fromProperty
(QObject.QBooleanProperty property) Creates a new alias to the provided property.static boolean
QMetaObject.readProperty
(QObject.QBooleanProperty property) Reads the value of the property in the object's thread.static void
QMetaObject.writeProperty
(QObject.QBooleanProperty property, boolean value) CallingwriteProperty(property, AutoConnection, value)
.static void
QMetaObject.writeProperty
(QObject.QBooleanProperty property, Qt.ConnectionType type, boolean value) Sets the value of the 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 newQBooleanPropertyBinding
as copy of the property's available binding.