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