Uses of Class
io.qt.core.QProperty
Packages that use QProperty
-
Uses of QProperty in io.qt.core
Constructors in io.qt.core with parameters of type QPropertyModifierConstructorDescriptionCreates a newQBindablefrom provided property.QBooleanBindable(QProperty<@QtPrimitiveType Boolean> property) Creates a new bindable from provided property.QBooleanPropertyAlias(QProperty<@QtPrimitiveType Boolean> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QBooleanPropertyBinding(QProperty<@QtPrimitiveType Boolean> property) Creates a newQBooleanPropertyBindingas copy of the property's available binding.QByteBindable(QProperty<@QtPrimitiveType Byte> property) Creates a new bindable from provided property.QBytePropertyAlias(QProperty<@QtPrimitiveType Byte> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QBytePropertyBinding(QProperty<@QtPrimitiveType Byte> property) Creates a newQBytePropertyBindingas copy of the property's available binding.QCharBindable(QProperty<@QtPrimitiveType Character> property) Creates a new bindable from provided property.QCharPropertyAlias(QProperty<@QtPrimitiveType Character> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QCharPropertyBinding(QProperty<@QtPrimitiveType Character> property) Creates a newQCharPropertyBindingas copy of the property's available binding.QDoubleBindable(QProperty<@QtPrimitiveType Double> property) Creates a new bindable from provided property.QDoublePropertyAlias(QProperty<@QtPrimitiveType Double> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QDoublePropertyBinding(QProperty<@QtPrimitiveType Double> property) Creates a newQDoublePropertyBindingas copy of the property's available binding.QFloatBindable(QProperty<@QtPrimitiveType Float> property) Creates a new bindable from provided property.QFloatPropertyAlias(QProperty<@QtPrimitiveType Float> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QFloatPropertyBinding(QProperty<@QtPrimitiveType Float> property) Creates a newQFloatPropertyBindingas copy of the property's available binding.QIntBindable(QProperty<@QtPrimitiveType Integer> property) Creates a new bindable from provided property.QIntPropertyAlias(QProperty<@QtPrimitiveType Integer> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QIntPropertyBinding(QProperty<@QtPrimitiveType Integer> property) Creates a newQIntPropertyBindingas copy of the property's available binding.QLongBindable(QProperty<@QtPrimitiveType Long> property) Creates a new bindable from provided property.QLongPropertyAlias(QProperty<@QtPrimitiveType Long> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QLongPropertyBinding(QProperty<@QtPrimitiveType Long> property) Creates a newQLongPropertyBindingas copy of the property's available binding.QPropertyAlias(QProperty<T> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QPropertyBinding(QProperty<T> property) Creates a newQPropertyBindingas copy of the property's available binding.QShortBindable(QProperty<@QtPrimitiveType Short> property) Creates a new bindable from provided property.QShortPropertyAlias(QProperty<@QtPrimitiveType Short> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QShortPropertyBinding(QProperty<@QtPrimitiveType Short> property) Creates a newQShortPropertyBindingas copy of the property's available binding.