Uses of Class
io.qt.core.QProperty
-
Uses of QProperty in io.qt.core
ModifierConstructorDescriptionCreates a newQBindable
from provided property.QBooleanBindable
(QProperty<@QtPrimitiveType Boolean> property) Creates a new bindable from provided property.QBooleanPropertyAlias
(QProperty<@QtPrimitiveType Boolean> property) Creates a new alias to the provided property.QBooleanPropertyBinding
(QProperty<@QtPrimitiveType Boolean> property) Creates a newQBooleanPropertyBinding
as copy of the property's available binding.QByteBindable
(QProperty<@QtPrimitiveType Byte> property) Creates a new bindable from provided property.QBytePropertyAlias
(QProperty<@QtPrimitiveType Byte> property) Creates a new alias to the provided property.QBytePropertyBinding
(QProperty<@QtPrimitiveType Byte> property) Creates a newQBytePropertyBinding
as copy of the property's available binding.QCharBindable
(QProperty<@QtPrimitiveType Character> property) Creates a new bindable from provided property.QCharPropertyAlias
(QProperty<@QtPrimitiveType Character> property) Creates a new alias to the provided property.QCharPropertyBinding
(QProperty<@QtPrimitiveType Character> property) Creates a newQCharPropertyBinding
as copy of the property's available binding.QDoubleBindable
(QProperty<@QtPrimitiveType Double> property) Creates a new bindable from provided property.QDoublePropertyAlias
(QProperty<@QtPrimitiveType Double> property) Creates a new alias to the provided property.QDoublePropertyBinding
(QProperty<@QtPrimitiveType Double> property) Creates a newQDoublePropertyBinding
as copy of the property's available binding.QFloatBindable
(QProperty<@QtPrimitiveType Float> property) Creates a new bindable from provided property.QFloatPropertyAlias
(QProperty<@QtPrimitiveType Float> property) Creates a new alias to the provided property.QFloatPropertyBinding
(QProperty<@QtPrimitiveType Float> property) Creates a newQFloatPropertyBinding
as copy of the property's available binding.QIntBindable
(QProperty<@QtPrimitiveType Integer> property) Creates a new bindable from provided property.QIntPropertyAlias
(QProperty<@QtPrimitiveType Integer> property) Creates a new alias to the provided property.QIntPropertyBinding
(QProperty<@QtPrimitiveType Integer> property) Creates a newQIntPropertyBinding
as copy of the property's available binding.QLongBindable
(QProperty<@QtPrimitiveType Long> property) Creates a new bindable from provided property.QLongPropertyAlias
(QProperty<@QtPrimitiveType Long> property) Creates a new alias to the provided property.QLongPropertyBinding
(QProperty<@QtPrimitiveType Long> property) Creates a newQLongPropertyBinding
as copy of the property's available binding.QPropertyAlias
(QProperty<T> property) Creates a new alias to the provided property.QPropertyBinding
(QProperty<T> property) Creates a newQPropertyBinding
as copy of the property's available binding.QShortBindable
(QProperty<@QtPrimitiveType Short> property) Creates a new bindable from provided property.QShortPropertyAlias
(QProperty<@QtPrimitiveType Short> property) Creates a new alias to the provided property.QShortPropertyBinding
(QProperty<@QtPrimitiveType Short> property) Creates a newQShortPropertyBinding
as copy of the property's available binding.