static QPropertyAlias<@QtPrimitiveType Boolean> |
QPropertyAlias.fromAlias(QBooleanPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Byte> |
QPropertyAlias.fromAlias(QBytePropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Character> |
QPropertyAlias.fromAlias(QCharPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Double> |
QPropertyAlias.fromAlias(QDoublePropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Float> |
QPropertyAlias.fromAlias(QFloatPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Integer> |
QPropertyAlias.fromAlias(QIntPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Long> |
QPropertyAlias.fromAlias(QLongPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Short> |
QPropertyAlias.fromAlias(QShortPropertyAlias alias) |
Creates a new alias to the provided property alias.
|
static QPropertyAlias<@QtPrimitiveType Boolean> |
QPropertyAlias.fromProperty(QBooleanProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Byte> |
QPropertyAlias.fromProperty(QByteProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Character> |
QPropertyAlias.fromProperty(QCharProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Double> |
QPropertyAlias.fromProperty(QDoubleProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Float> |
QPropertyAlias.fromProperty(QFloatProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Integer> |
QPropertyAlias.fromProperty(QIntProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Long> |
QPropertyAlias.fromProperty(QLongProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Boolean> |
QPropertyAlias.fromProperty(QObject.QBooleanProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Byte> |
QPropertyAlias.fromProperty(QObject.QByteProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Character> |
QPropertyAlias.fromProperty(QObject.QCharProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Boolean> |
QPropertyAlias.fromProperty(QObject.QComputedBooleanProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Byte> |
QPropertyAlias.fromProperty(QObject.QComputedByteProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Character> |
QPropertyAlias.fromProperty(QObject.QComputedCharProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Double> |
QPropertyAlias.fromProperty(QObject.QComputedDoubleProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Float> |
QPropertyAlias.fromProperty(QObject.QComputedFloatProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Integer> |
QPropertyAlias.fromProperty(QObject.QComputedIntProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Long> |
QPropertyAlias.fromProperty(QObject.QComputedLongProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Short> |
QPropertyAlias.fromProperty(QObject.QComputedShortProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Double> |
QPropertyAlias.fromProperty(QObject.QDoubleProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Float> |
QPropertyAlias.fromProperty(QObject.QFloatProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Integer> |
QPropertyAlias.fromProperty(QObject.QIntProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Long> |
QPropertyAlias.fromProperty(QObject.QLongProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Short> |
QPropertyAlias.fromProperty(QObject.QShortProperty property) |
Creates a new alias to the provided property.
|
static QPropertyAlias<@QtPrimitiveType Short> |
QPropertyAlias.fromProperty(QShortProperty property) |
Creates a new alias to the provided property.
|