Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qtquickcontrols2foreign_p.h
Go to the documentation of this file.
1// Copyright (C) 2020 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#ifndef QTQUICKCONTROLS2FOREIGN_P_H
4#define QTQUICKCONTROLS2FOREIGN_P_H
5
6#include <QtQml/qqml.h>
7#include <QtQuickTemplates2/private/qquickoverlay_p.h>
8#include <QtQuickTemplates2/private/qquicksplitview_p.h>
9
11
12//
13// W A R N I N G
14// -------------
15//
16// This file is not part of the Qt API. It exists purely as an
17// implementation detail. This header file may change from version to
18// version without notice, or even be removed.
19//
20// We mean it.
21//
22
23// These are necessary in order to use C++ types in a file where only QtQuick.Controls has been imported.
24// Control types like Button don't need this done for them, as each style module provides a Button type,
25// and QtQuick.Controls is a sort of alias for the active style import.
26
28{
30 QML_NAMED_ELEMENT(Overlay)
34};
35
37{
39 QML_NAMED_ELEMENT(SplitHandle)
43};
44
46
47#endif // QTQUICKCONTROLS2FOREIGN_P_H
Combined button and popup list for selecting options.
#define QML_UNCREATABLE(REASON)
#define QML_NAMED_ELEMENT(NAME)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define QML_FOREIGN(FOREIGN_TYPE)
#define Q_GADGET