Uses of Class
io.qt.core.QDoubleProperty
Packages that use QDoubleProperty
-
Uses of QDoubleProperty in io.qt.core
Methods in io.qt.core with parameters of type QDoublePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Double>
QPropertyAlias.fromProperty
(QDoubleProperty property) Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QDoublePropertyModifierConstructorDescriptionQDoubleBindable
(QDoubleProperty property) Creates a new bindable from provided property.QDoublePropertyAlias
(QDoubleProperty property) Creates a new alias to the provided property.QDoublePropertyBinding
(QDoubleProperty property) Creates a newQDoublePropertyBinding
as copy of the property's available binding.