Uses of Class
io.qt.core.QShortProperty
Packages that use QShortProperty
-
Uses of QShortProperty in io.qt.core
Methods in io.qt.core with parameters of type QShortPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Short>QBindable.fromProperty(QShortProperty property) Creates a newShort-typed genericQBindablefrom primitive-typed property.static QPropertyAlias<@QtPrimitiveType Short>QPropertyAlias.fromProperty(QShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QShortPropertyModifierConstructorDescriptionQShortBindable(QShortProperty property) Creates a new bindable from provided property.QShortPropertyAlias(QShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QShortPropertyBinding(QShortProperty property) Creates a newQShortPropertyBindingas copy of the property's available binding.