Uses of Class
io.qt.core.QObject.QShortProperty
Packages that use QObject.QShortProperty
-
Uses of QObject.QShortProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QShortPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Short> QBindable.fromProperty(QObject.QShortProperty property) Creates a newShort-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QShortProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Short> QPropertyAlias.fromProperty(QObject.QShortProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static shortQMetaObject.readProperty(QObject.QShortProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QShortProperty property, short value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QShortProperty property, Qt.ConnectionType type, short value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QShortPropertyModifierConstructorDescriptionQShortBindable(QObject.QShortProperty property) Creates a new bindable from provided property.QShortPropertyAlias(QObject.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(QObject.QShortProperty property) Creates a newQShortPropertyBindingas copy of the property's available binding.