Uses of Class
io.qt.core.QObject.QIntProperty
Packages that use QObject.QIntProperty
-
Uses of QObject.QIntProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QIntPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Integer> QBindable.fromProperty(QObject.QIntProperty property) Creates a newInteger-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QIntProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Integer> QPropertyAlias.fromProperty(QObject.QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static intQMetaObject.readProperty(QObject.QIntProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QIntProperty property, int value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QIntProperty property, Qt.ConnectionType type, int value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QIntPropertyModifierConstructorDescriptionQIntBindable(QObject.QIntProperty property) Creates a new bindable from provided property.QIntPropertyAlias(QObject.QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QIntPropertyBinding(QObject.QIntProperty property) Creates a newQIntPropertyBindingas copy of the property's available binding.