Uses of Class
io.qt.core.QObject.QCharProperty
Packages that use QObject.QCharProperty
-
Uses of QObject.QCharProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QCharPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Character> QBindable.fromProperty(QObject.QCharProperty property) Creates a newCharacter-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QCharProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Character> QPropertyAlias.fromProperty(QObject.QCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static charQMetaObject.readProperty(QObject.QCharProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QCharProperty property, char value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QCharProperty property, Qt.ConnectionType type, char value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QCharPropertyModifierConstructorDescriptionQCharBindable(QObject.QCharProperty property) Creates a new bindable from provided property.QCharPropertyAlias(QObject.QCharProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QCharPropertyBinding(QObject.QCharProperty property) Creates a newQCharPropertyBindingas copy of the property's available binding.