Uses of Class
io.qt.core.QShortProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QShortProperty in io.qt.core
Methods in io.qt.core with parameters of type QShortProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Short>
QBindable. fromProperty(QShortProperty property)
Creates a newShort
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Short>
QPropertyAlias. fromProperty(QShortProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QShortProperty Constructor Description QShortBindable(QShortProperty property)
Creates a new bindable from provided property.QShortPropertyAlias(QShortProperty property)
Creates a new alias to the provided property.QShortPropertyBinding(QShortProperty property)
Creates a newQShortPropertyBinding
as copy of the property's available binding.