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