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
qt_widgets_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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5/*
6 * This is a precompiled header file for use in Xcode / Mac GCC /
7 * GCC >= 3.4 / VC to greatly speed the building of Qt. It may also be
8 * of use to people developing their own project, but it is probably
9 * better to define your own header. Use of this header is currently
10 * UNSUPPORTED.
11 */
12
13#include "../../gui/kernel/qt_gui_pch.h"
14
15#if defined __cplusplus
16#include <qtwidgetsexports.h>
17#include <qtwidgetsglobal.h>
18#include <qapplication.h>
19#if QT_CONFIG(abstractbutton)
20# include <qabstractbutton.h>
21#endif
22#include <qabstractscrollarea.h>
23#if QT_CONFIG(abstractslider)
24# include <qabstractslider.h>
25#endif
26#if QT_CONFIG(action)
27# include <qaction.h>
28#endif
29#include <qcommonstyle.h>
30#include <qlayout.h>
31#include <qstyle.h>
32#include <qwidget.h>
33#endif