static QBindable<@QtPrimitiveType Boolean> |
QBindable.fromProperty(QBooleanProperty property) |
Creates a new Boolean -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Boolean> |
QBindable.fromProperty(QBooleanPropertyAlias property) |
Creates a new Boolean -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Byte> |
QBindable.fromProperty(QByteProperty property) |
Creates a new Byte -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Byte> |
QBindable.fromProperty(QBytePropertyAlias property) |
Creates a new Byte -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Character> |
QBindable.fromProperty(QCharProperty property) |
Creates a new Character -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Character> |
QBindable.fromProperty(QCharPropertyAlias property) |
Creates a new Character -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Double> |
QBindable.fromProperty(QDoubleProperty property) |
Creates a new Double -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Double> |
QBindable.fromProperty(QDoublePropertyAlias property) |
Creates a new Double -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Float> |
QBindable.fromProperty(QFloatProperty property) |
Creates a new Float -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Float> |
QBindable.fromProperty(QFloatPropertyAlias property) |
Creates a new Float -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Integer> |
QBindable.fromProperty(QIntProperty property) |
Creates a new Integer -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Integer> |
QBindable.fromProperty(QIntPropertyAlias property) |
Creates a new Integer -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Long> |
QBindable.fromProperty(QLongProperty property) |
Creates a new Long -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Long> |
QBindable.fromProperty(QLongPropertyAlias property) |
Creates a new Long -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Boolean> |
QBindable.fromProperty(QObject.QBooleanProperty property) |
Creates a new Boolean -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Byte> |
QBindable.fromProperty(QObject.QByteProperty property) |
Creates a new Byte -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Character> |
QBindable.fromProperty(QObject.QCharProperty property) |
Creates a new Character -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Boolean> |
QBindable.fromProperty(QObject.QComputedBooleanProperty property) |
Creates a new Boolean -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Byte> |
QBindable.fromProperty(QObject.QComputedByteProperty property) |
Creates a new Byte -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Character> |
QBindable.fromProperty(QObject.QComputedCharProperty property) |
Creates a new Character -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Double> |
QBindable.fromProperty(QObject.QComputedDoubleProperty property) |
Creates a new Double -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Float> |
QBindable.fromProperty(QObject.QComputedFloatProperty property) |
Creates a new Float -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Integer> |
QBindable.fromProperty(QObject.QComputedIntProperty property) |
Creates a new Integer -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Long> |
QBindable.fromProperty(QObject.QComputedLongProperty property) |
Creates a new Long -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Short> |
QBindable.fromProperty(QObject.QComputedShortProperty property) |
Creates a new Short -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Double> |
QBindable.fromProperty(QObject.QDoubleProperty property) |
Creates a new Double -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Float> |
QBindable.fromProperty(QObject.QFloatProperty property) |
Creates a new Float -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Integer> |
QBindable.fromProperty(QObject.QIntProperty property) |
Creates a new Integer -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Long> |
QBindable.fromProperty(QObject.QLongProperty property) |
Creates a new Long -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Short> |
QBindable.fromProperty(QObject.QShortProperty property) |
Creates a new Short -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Short> |
QBindable.fromProperty(QShortProperty property) |
Creates a new Short -typed generic QBindable from primitive-typed property.
|
static QBindable<@QtPrimitiveType Short> |
QBindable.fromProperty(QShortPropertyAlias property) |
Creates a new Short -typed generic QBindable from primitive-typed property.
|