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