Uses of Class
io.qt.core.QFloatProperty
Packages that use QFloatProperty
-
Uses of QFloatProperty in io.qt.core
Methods in io.qt.core with parameters of type QFloatPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Float>QBindable.fromProperty(QFloatProperty property) Creates a newFloat-typed genericQBindablefrom primitive-typed property.static QPropertyAlias<@QtPrimitiveType Float>QPropertyAlias.fromProperty(QFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QFloatPropertyModifierConstructorDescriptionQFloatBindable(QFloatProperty property) Creates a new bindable from provided property.QFloatPropertyAlias(QFloatProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QFloatPropertyBinding(QFloatProperty property) Creates a newQFloatPropertyBindingas copy of the property's available binding.