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 QMetaPropertyQMetaProperty.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 booleanQMetaObject.readProperty(QObject.QBooleanProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QBooleanProperty property, boolean value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.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 newQBooleanPropertyBindingas copy of the property's available binding.