Uses of Class
io.qt.core.QObject.QDoubleProperty
Packages that use QObject.QDoubleProperty
-
Uses of QObject.QDoubleProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QDoublePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Double> QBindable.fromProperty(QObject.QDoubleProperty property) Creates a newDouble-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QDoubleProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Double> QPropertyAlias.fromProperty(QObject.QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static doubleQMetaObject.readProperty(QObject.QDoubleProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QDoubleProperty property, double value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QDoubleProperty property, Qt.ConnectionType type, double value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QDoublePropertyModifierConstructorDescriptionQDoubleBindable(QObject.QDoubleProperty property) Creates a new bindable from provided property.QDoublePropertyAlias(QObject.QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQDoublePropertyBindingas copy of the property's available binding.