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