Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldelegatechooser_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QQMLDELEGATECHOOSER_P_H
5#define QQMLDELEGATECHOOSER_P_H
6
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists purely as an
14// implementation detail. This header file may change from version to
15// version without notice, or even be removed.
16//
17// We mean it.
18//
19
20#include <QtQml/qqml.h>
21#include <QtQmlModels/private/qtqmlmodelsglobal_p.h>
22#include <QtQmlModels/private/qqmldelegatecomponent_p.h>
23
25
27
29{
30 Q_GADGET
31 QML_FOREIGN(QQmlDelegateChooser)
32 QML_NAMED_ELEMENT(DelegateChooser)
33 QML_ADDED_IN_VERSION(1, 0)
34};
35
36struct Q_LABSQMLMODELS_EXPORT QQmlDelegateChoiceForeign
37{
38 Q_GADGET
39 QML_FOREIGN(QQmlDelegateChoice)
40 QML_NAMED_ELEMENT(DelegateChoice)
41 QML_ADDED_IN_VERSION(1, 0)
42};
43
44QT_END_NAMESPACE
45
46#endif // QQMLDELEGATECHOOSER_P_H
QT_REQUIRE_CONFIG(qml_delegate_model)