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
4#ifdef __cplusplus
5#include "shared_global_p.h"
6#include <QtCore/qdebug.h>
7#include <QtDesigner/abstractformeditor.h>
8#include <QtDesigner/sdk_global.h>
9#include <QtCore/qobject.h>
10#include <QtDesigner/qextensionmanager.h>
11#include <QtDesigner/abstractformwindow.h>
12#include <QtCore/qmap.h>
13#include <QtWidgets/qwidget.h>
14#include <QtDesigner/propertysheet.h>
15#include <QtDesigner/extension.h>
16#include <QtDesigner/abstractmetadatabase.h>
17#include <QtCore/qlist.h>
18#include <QtDesigner/abstractwidgetfactory.h>
19#include <QtDesigner/abstractwidgetdatabase.h>
20#include <QtWidgets/qwidget.h>
21#include "qdesigner_widget_p.h"
22#include <QtGui/qpainter.h>
23#include <QtWidgets/qmainwindow.h>
24#include <QtCore/qglobal.h>
25#include <QtCore/qpointer.h>
26#include "layout_p.h"
27#endif