![]() |
Qt 6.x
The Qt SDK
|
[1] More...
Public Member Functions | |
QQmlListProperty< Fruit > | fruit () |
Properties | |
QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULTQQmlListProperty< Fruit > | fruit |
![]() | |
QString | objectName |
the name of this object | |
Additional Inherited Members | |
![]() | |
void | destroyed (QObject *=nullptr) |
This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked. | |
void | objectNameChanged (const QString &objectName, QPrivateSignal) |
This signal is emitted after the object's name has been changed. | |
![]() | |
template< class T > T | qobject_cast (const QObject *object) |
Returns the given object cast to type T if the object is of type T (or of a subclass); otherwise returns \nullptr. | |
template< typename T > T | qFindChildqFindChildren (const QObject *obj, const QString &name)() |
template< typename T > QList< T > | qFindChildrenqFindChildren (const QObject *obj, const QString &name)() |
QObjectList | |
\macro Q_CLASSINFO(Name, Value) | |
[1]
Definition at line 21 of file src_qml_qqmllist.cpp.
QQmlListProperty< Fruit > DocWrapper1::FruitBasket::fruit | ( | ) |
|
read |
Definition at line 23 of file src_qml_qqmllist.cpp.