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
qdesigner_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#if defined __cplusplus
5#include <QtCore/qobject.h>
6#include <QtCore/qpointer.h>
7#include <QtCore/qsettings.h>
8#include <QtCore/qdebug.h>
9#include <QtGui/qevent.h>
10#include <QtWidgets/qheaderview.h>
11#include <QtWidgets/qmessagebox.h>
12#include <QtWidgets/qboxlayout.h>
13#include <QtDesigner/abstractformeditor.h>
14#include <QtDesigner/abstractformwindow.h>
15
16#include "qdesigner.h"
17#include "qdesigner_formwindow.h"
18#include "qdesigner_settings.h"
19#include "qdesigner_toolwindow.h"
20#include "qdesigner_workbench.h"
21#endif