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
lib_pch.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3// Qt-Security score:significant reason:default
4
5#ifdef __cplusplus
6#include "shared_global_p.h"
7#include <QtCore/qdebug.h>
8#include <QtDesigner/abstractformeditor.h>
9#include <QtDesigner/sdk_global.h>
10#include <QtCore/qobject.h>
11#include <QtDesigner/qextensionmanager.h>
12#include <QtDesigner/abstractformwindow.h>
13#include <QtCore/qmap.h>
14#include <QtWidgets/qwidget.h>
15#include <QtDesigner/propertysheet.h>
16#include <QtDesigner/extension.h>
17#include <QtDesigner/abstractmetadatabase.h>
18#include <QtCore/qlist.h>
19#include <QtDesigner/abstractwidgetfactory.h>
20#include <QtDesigner/abstractwidgetdatabase.h>
21#include <QtWidgets/qwidget.h>
22#include "qdesigner_widget_p.h"
23#include <QtGui/qpainter.h>
24#include <QtWidgets/qmainwindow.h>
25#include <QtCore/qglobal.h>
26#include <QtCore/qpointer.h>
27#include "layout_p.h"
28#endif