Uses of Class
io.qt.core.QDoubleProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QDoubleProperty in io.qt.core
Methods in io.qt.core with parameters of type QDoubleProperty Modifier and Type Method Description static 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 QDoubleProperty Constructor Description QDoubleBindable(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.