Uses of Class
io.qt.core.QFloatPropertyAlias
Package | Description |
---|---|
io.qt.core |
-
Uses of QFloatPropertyAlias in io.qt.core
Methods in io.qt.core with parameters of type QFloatPropertyAlias Modifier and Type Method Description static QPropertyAlias<@QtPrimitiveType Float>
QPropertyAlias. fromAlias(QFloatPropertyAlias alias)
Creates a new alias to the provided property alias.static QBindable<@QtPrimitiveType Float>
QBindable. fromProperty(QFloatPropertyAlias property)
Creates a newFloat
-typed genericQBindable
from primitive-typed property.Constructors in io.qt.core with parameters of type QFloatPropertyAlias Constructor Description QFloatPropertyAlias(QFloatPropertyAlias alias)
Creates a new alias to the provided alias.