Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4/*
5 * This is a precompiled header file for use in Xcode / Mac GCC /
6 * GCC >= 3.4 / VC to greatly speed the building of Qt. It may also be
7 * of use to people developing their own project, but it is probably
8 * better to define your own header. Use of this header is currently
9 * UNSUPPORTED.
10 */
11
13
14#if defined __cplusplus
15#include <qtwidgetsexports.h>
16#include <qtwidgetsglobal.h>
17#include <qapplication.h>
18#include <qabstractbutton.h>
19#include <qabstractscrollarea.h>
20#include <qabstractslider.h>
21#if QT_CONFIG(action)
22# include <qaction.h>
23#endif
24#include <qcommonstyle.h>
25#include <qlayout.h>
26#include <qstyle.h>
27#include <qwidget.h>
28#endif