![]() |
Qt 6.x
The Qt SDK
|
#include <QtQml/qtqmlglobal.h>
#include <QtCore/qcontainerinfo.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qvariant.h>
Go to the source code of this file.
Classes | |
class | QQmlListProperty< T > |
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived classes to QML. More... | |
class | QQmlListReference |
The QQmlListReference class allows the manipulation of QQmlListProperty properties. More... | |
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
Macros | |
#define | QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_APPEND Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Append") |
#define | QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULT Q_CLASSINFO("QML.ListPropertyAssignBehavior", "ReplaceIfNotDefault") |
#define | QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Replace") |
Variables | |
template<typename T > | |
constexpr bool | QtPrivate::IsQmlListType< QQmlListProperty< T > > = true |
#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_APPEND Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Append") |
Definition at line 19 of file qqmllist.h.
#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE Q_CLASSINFO("QML.ListPropertyAssignBehavior", "Replace") |
Definition at line 21 of file qqmllist.h.
#define QML_LIST_PROPERTY_ASSIGN_BEHAVIOR_REPLACE_IF_NOT_DEFAULT Q_CLASSINFO("QML.ListPropertyAssignBehavior", "ReplaceIfNotDefault") |
Definition at line 20 of file qqmllist.h.