Uses of Class
io.qt.core.QObject.QProperty
Packages that use QObject.QProperty
-
Uses of QObject.QProperty in io.qt.core
Constructors in io.qt.core with parameters of type QObject.QPropertyModifierConstructorDescriptionQBindable
(QObject.QProperty<T> property) Creates a newQBindable
from provided property.QBooleanBindable
(QObject.QProperty<@QtPrimitiveType Boolean> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QByteBindable
(QObject.QProperty<@QtPrimitiveType Byte> property) Creates a new bindable from provided property.QBytePropertyAlias
(QObject.QProperty<@QtPrimitiveType Byte> property) Creates a new alias to the provided property.Creates a newQBytePropertyBinding
as copy of the property's available binding.QCharBindable
(QObject.QProperty<@QtPrimitiveType Character> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQCharPropertyBinding
as copy of the property's available binding.QDoubleBindable
(QObject.QProperty<@QtPrimitiveType Double> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQDoublePropertyBinding
as copy of the property's available binding.QFloatBindable
(QObject.QProperty<@QtPrimitiveType Float> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQFloatPropertyBinding
as copy of the property's available binding.QIntBindable
(QObject.QProperty<@QtPrimitiveType Integer> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQIntPropertyBinding
as copy of the property's available binding.QLongBindable
(QObject.QProperty<@QtPrimitiveType Long> property) Creates a new bindable from provided property.QLongPropertyAlias
(QObject.QProperty<@QtPrimitiveType Long> property) Creates a new alias to the provided property.Creates a newQLongPropertyBinding
as copy of the property's available binding.QPropertyAlias
(QObject.QProperty<T> property) Creates a new alias to the provided property.QPropertyBinding
(QObject.QProperty<T> property) Creates a newQPropertyBinding
as copy of the property's available binding.QShortBindable
(QObject.QProperty<@QtPrimitiveType Short> property) Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQShortPropertyBinding
as copy of the property's available binding.