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