Uses of Class
io.qt.core.QFloatProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QFloatProperty in io.qt.core
Methods in io.qt.core with parameters of type QFloatProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Float>
QBindable. fromProperty(QFloatProperty property)
Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Float>
QPropertyAlias. fromProperty(QFloatProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QFloatProperty Constructor Description QFloatBindable(QFloatProperty property)
Creates a new bindable from provided property.QFloatPropertyAlias(QFloatProperty property)
Creates a new alias to the provided property.QFloatPropertyBinding(QFloatProperty property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.