QBindable(QObject.QProperty<T> property) |
Creates a new QBindable from provided property.
|
QBooleanBindable(QObject.QProperty<@QtPrimitiveType Boolean> property) |
Creates a new bindable from provided property.
|
QBooleanPropertyAlias(QObject.QProperty<@QtPrimitiveType Boolean> property) |
Creates a new alias to the provided property.
|
QBooleanPropertyBinding(QObject.QProperty<@QtPrimitiveType Boolean> property) |
Creates a new QBooleanPropertyBinding 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.
|
QBytePropertyBinding(QObject.QProperty<@QtPrimitiveType Byte> property) |
Creates a new QBytePropertyBinding as copy of the property's available binding.
|
QCharBindable(QObject.QProperty<@QtPrimitiveType Character> property) |
Creates a new bindable from provided property.
|
QCharPropertyAlias(QObject.QProperty<@QtPrimitiveType Character> property) |
Creates a new alias to the provided property.
|
QCharPropertyBinding(QObject.QProperty<@QtPrimitiveType Character> property) |
Creates a new QCharPropertyBinding as copy of the property's available binding.
|
QDoubleBindable(QObject.QProperty<@QtPrimitiveType Double> property) |
Creates a new bindable from provided property.
|
QDoublePropertyAlias(QObject.QProperty<@QtPrimitiveType Double> property) |
Creates a new alias to the provided property.
|
QDoublePropertyBinding(QObject.QProperty<@QtPrimitiveType Double> property) |
Creates a new QDoublePropertyBinding as copy of the property's available binding.
|
QFloatBindable(QObject.QProperty<@QtPrimitiveType Float> property) |
Creates a new bindable from provided property.
|
QFloatPropertyAlias(QObject.QProperty<@QtPrimitiveType Float> property) |
Creates a new alias to the provided property.
|
QFloatPropertyBinding(QObject.QProperty<@QtPrimitiveType Float> property) |
Creates a new QFloatPropertyBinding as copy of the property's available binding.
|
QIntBindable(QObject.QProperty<@QtPrimitiveType Integer> property) |
Creates a new bindable from provided property.
|
QIntPropertyAlias(QObject.QProperty<@QtPrimitiveType Integer> property) |
Creates a new alias to the provided property.
|
QIntPropertyBinding(QObject.QProperty<@QtPrimitiveType Integer> property) |
Creates a new QIntPropertyBinding 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.
|
QLongPropertyBinding(QObject.QProperty<@QtPrimitiveType Long> property) |
Creates a new QLongPropertyBinding 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 new QPropertyBinding as copy of the property's available binding.
|
QShortBindable(QObject.QProperty<@QtPrimitiveType Short> property) |
Creates a new bindable from provided property.
|
QShortPropertyAlias(QObject.QProperty<@QtPrimitiveType Short> property) |
Creates a new alias to the provided property.
|
QShortPropertyBinding(QObject.QProperty<@QtPrimitiveType Short> property) |
Creates a new QShortPropertyBinding as copy of the property's available binding.
|