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 genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Double>
QPropertyAlias.fromProperty
(QObject.QDoubleProperty property) Creates a new alias to the provided 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) Creates a new alias to the provided property.Creates a newQDoublePropertyBinding
as copy of the property's available binding.