Add qtwidgetsglobal.h and qtwidgetsglobal_p.h
The new modular configuration system requires one global header per module, that is included by all other files in this module. That header will later on #include the configuration file for Qt Widgets. For now it defines the Q_WIDGETS_EXPORT macro for this library. Change-Id: I6698989b952b9bac94d086d9f219e03c000f7d53 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>bb10
parent
64507c7165
commit
8fc1cd085c
|
|
@ -296,14 +296,8 @@ typedef double qreal;
|
|||
# else
|
||||
# define Q_CORE_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
# if defined(QT_BUILD_WIDGETS_LIB)
|
||||
# define Q_WIDGETS_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
# define Q_WIDGETS_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
#else
|
||||
# define Q_CORE_EXPORT
|
||||
# define Q_WIDGETS_EXPORT
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qpointer.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "QtCore/qpointer.h"
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
#include <QtCore/qpointer.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QACCESSIBLEWIDGET_H
|
||||
#define QACCESSIBLEWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtGui/qaccessibleobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
|
||||
#ifndef QACCESSIBLEWIDGETFACTORY_H
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtWidgets/qaccessiblewidget.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QCOLORDIALOG_H
|
||||
#define QCOLORDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QDIALOG_H
|
||||
#define QDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qwidget_p.h"
|
||||
#include "QtCore/qeventloop.h"
|
||||
#include "QtCore/qpointer.h"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QERRORMESSAGE_H
|
||||
#define QERRORMESSAGE_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QFILEDIALOG_H
|
||||
#define QFILEDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtCore/qurl.h>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#ifndef QT_NO_FILEDIALOG
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#include <qthread.h>
|
||||
#include <qmutex.h>
|
||||
#include <qwaitcondition.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QFILESYSTEMMODEL_H
|
||||
#define QFILESYSTEMMODEL_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qpair.h>
|
||||
#include <QtCore/qdir.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qfilesystemmodel.h"
|
||||
|
||||
#ifndef QT_NO_FILESYSTEMMODEL
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QFONTDIALOG_H
|
||||
#define QFONTDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
#include <QtGui/qfont.h>
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
//
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qdialog_p.h"
|
||||
#include "qfontdatabase.h"
|
||||
#include "qfontdialog.h"
|
||||
|
|
|
|||
|
|
@ -51,9 +51,12 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qcompleter.h"
|
||||
#include <QtWidgets/qfilesystemmodel.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
#ifndef QT_NO_FSCOMPLETER
|
||||
|
||||
/*!
|
||||
|
|
@ -74,7 +77,10 @@ public:
|
|||
QAbstractProxyModel *proxyModel;
|
||||
QFileSystemModel *sourceModel;
|
||||
};
|
||||
|
||||
#endif // QT_NO_FSCOMPLETER
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QFSCOMPLETOR_P_H
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QINPUTDIALOG_H
|
||||
#define QINPUTDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtWidgets/qlineedit.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QMESSAGEBOX_H
|
||||
#define QMESSAGEBOX_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QPROGRESSDIALOG_H
|
||||
#define QPROGRESSDIALOG_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <qlistwidget.h>
|
||||
#include <qstandarditemmodel.h>
|
||||
#include <qstyleditemdelegate.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QWIZARD_H
|
||||
#define QWIZARD_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#ifndef QT_NO_WIZARD
|
||||
#ifndef QT_NO_STYLE_WINDOWSVISTA
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSEFFECT_H
|
||||
#define QGRAPHICSEFFECT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicseffect.h"
|
||||
|
||||
#include <QPixmapCache>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtWidgets/qgraphicseffect.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/QHash>
|
||||
#include <QtCore/QQueue>
|
||||
#include <QtCore/QString>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSANCHORLAYOUT_H
|
||||
#define QGRAPHICSANCHORLAYOUT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QGraphicsWidget>
|
||||
#include <private/qobject_p.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSGRIDLAYOUT_H
|
||||
#define QGRAPHICSGRIDLAYOUT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtGui/private/qgridlayoutengine_p.h>
|
||||
|
||||
#ifndef QT_NO_GRAPHICSVIEW
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#ifndef QGRAPHICSITEM_H
|
||||
#define QGRAPHICSITEM_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicsitem.h"
|
||||
#include "qset.h"
|
||||
#include "qpixmapcache.h"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSITEMANIMATION_H
|
||||
#define QGRAPHICSITEMANIMATION_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSLAYOUT_H
|
||||
#define QGRAPHICSLAYOUT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qgraphicslayoutitem.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSLAYOUTITEM_H
|
||||
#define QGRAPHICSLAYOUTITEM_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtWidgets/qsizepolicy.h>
|
||||
#include <QtGui/qevent.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/QSizeF>
|
||||
#include <QtWidgets/QSizePolicy>
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtGui/private/qabstractlayoutstyleinfo_p.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSLINEARLAYOUT_H
|
||||
#define QGRAPHICSLINEARLAYOUT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSPROXYWIDGET_H
|
||||
#define QGRAPHICSPROXYWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qgraphicswidget.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicsproxywidget.h"
|
||||
#include "private/qgraphicswidget_p.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSSCENE_H
|
||||
#define QGRAPHICSSCENE_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qlist.h>
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicsscene.h"
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
#ifndef QGRAPHICSBSPTREEINDEX_H
|
||||
#define QGRAPHICSBSPTREEINDEX_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSSCENEEVENT_H
|
||||
#define QGRAPHICSSCENEEVENT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qcoreevent.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicsscene_p.h"
|
||||
#include "qgraphicsscene.h"
|
||||
#include <private/qobject_p.h>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSTRANSFORM_H
|
||||
#define QGRAPHICSTRANSFORM_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtGui/QVector3D>
|
||||
#include <QtGui/QTransform>
|
||||
|
|
|
|||
|
|
@ -51,8 +51,11 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qobject_p.h"
|
||||
|
||||
#ifndef QT_NO_GRAPHICSVIEW
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QGraphicsItem;
|
||||
|
|
@ -73,6 +76,7 @@ public:
|
|||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif //QT_NO_GRAPHCISVIEW
|
||||
|
||||
#endif // QGRAPHICSTRANSFORM_P_H
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSVIEW_H
|
||||
#define QGRAPHICSVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtWidgets/qscrollarea.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qgraphicsview.h"
|
||||
|
||||
#if !defined(QT_NO_GRAPHICSVIEW)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QGRAPHICSWIDGET_H
|
||||
#define QGRAPHICSWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtWidgets/qgraphicslayoutitem.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <private/qobject_p.h>
|
||||
#include "qgraphicsitem_p.h"
|
||||
#include "qgraphicswidget.h"
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qhash.h>
|
||||
#include <QtCore/qpair.h>
|
||||
#include <QtCore/qstring.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QABSTRACTITEMDELEGATE_H
|
||||
#define QABSTRACTITEMDELEGATE_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qabstractitemdelegate.h"
|
||||
#include <private/qobject_p.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QABSTRACTITEMVIEW_H
|
||||
#define QABSTRACTITEMVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractscrollarea.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qitemselectionmodel.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qabstractscrollarea_p.h"
|
||||
#include "private/qabstractitemmodel_p.h"
|
||||
#include "QtWidgets/qapplication.h"
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <qvector.h>
|
||||
#include <qrect.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QCOLUMNVIEW_H
|
||||
#define QCOLUMNVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qcolumnview.h"
|
||||
|
||||
#ifndef QT_NO_QCOLUMNVIEW
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <private/qwidget_p.h>
|
||||
|
||||
#ifndef QT_NO_QCOLUMNVIEW
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QDATAWIDGETMAPPER_H
|
||||
#define QDATAWIDGETMAPPER_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include "QtCore/qobject.h"
|
||||
|
||||
#ifndef QT_NO_DATAWIDGETMAPPER
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QDIRMODEL_H
|
||||
#define QDIRMODEL_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtWidgets/qfileiconprovider.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QFILEICONPROVIDER_H
|
||||
#define QFILEICONPROVIDER_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qfileinfo.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtGui/qicon.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "qfileiconprovider.h"
|
||||
|
||||
#include <QtCore/qstring.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QHEADERVIEW_H
|
||||
#define QHEADERVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qabstractitemview_p.h"
|
||||
|
||||
#ifndef QT_NO_ITEMVIEWS
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QITEMDELEGATE_H
|
||||
#define QITEMDELEGATE_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QITEMEDITORFACTORY_H
|
||||
#define QITEMEDITORFACTORY_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qmetaobject.h>
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qhash.h>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
//
|
||||
|
||||
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <qlineedit.h>
|
||||
|
||||
#ifndef QT_NO_ITEMVIEWS
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QLISTVIEW_H
|
||||
#define QLISTVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qabstractitemview_p.h"
|
||||
#include "qrubberband.h"
|
||||
#include "qbitarray.h"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QLISTWIDGET_H
|
||||
#define QLISTWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qlistview.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvector.h>
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
#include <QtWidgets/qlistwidget.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QSTYLEDITEMDELEGATE_H
|
||||
#define QSTYLEDITEMDELEGATE_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QTABLEVIEW_H
|
||||
#define QTABLEVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QLinkedList>
|
||||
#include <QtCore/QMap>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QTABLEWIDGET_H
|
||||
#define QTABLEWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qtableview.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvector.h>
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <qheaderview.h>
|
||||
#include <qtablewidget.h>
|
||||
#include <qabstractitemmodel.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QTREEVIEW_H
|
||||
#define QTREEVIEW_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "private/qabstractitemview_p.h"
|
||||
#include <QtCore/qvariantanimation.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QTREEWIDGET_H
|
||||
#define QTREEWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qtreeview.h>
|
||||
#include <QtWidgets/qtreewidgetitemiterator.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <private/qabstractitemmodel_p.h>
|
||||
#include <QtCore/qpair.h>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#ifndef QTREEWIDGETITEMITERATOR_H
|
||||
#define QTREEWIDGETITEMITERATOR_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QWIDGETITEMDATA_P_H
|
||||
#define QWIDGETITEMDATA_P_H
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include <QtCore/qdatastream.h>
|
||||
|
||||
//
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@ PRECOMPILED_HEADER = kernel/qt_widgets_pch.h
|
|||
|
||||
KERNEL_P= kernel
|
||||
HEADERS += \
|
||||
kernel/qaction.h \
|
||||
kernel/qaction_p.h \
|
||||
kernel/qtwidgetsglobal.h \
|
||||
kernel/qtwidgetsglobal_p.h \
|
||||
kernel/qaction.h \
|
||||
kernel/qaction_p.h \
|
||||
kernel/qactiongroup.h \
|
||||
kernel/qapplication.h \
|
||||
kernel/qapplication_p.h \
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QACTION_H
|
||||
#define QACTION_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtGui/qkeysequence.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "QtWidgets/qaction.h"
|
||||
#include "QtWidgets/qmenu.h"
|
||||
#include "private/qgraphicswidget_p.h"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QACTIONGROUP_H
|
||||
#define QACTIONGROUP_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qaction.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QAPPLICATION_H
|
||||
#define QAPPLICATION_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtWidgets/private/qtwidgetsglobal_p.h>
|
||||
#include "QtWidgets/qapplication.h"
|
||||
#include "QtGui/qevent.h"
|
||||
#include "QtGui/qfont.h"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QBOXLAYOUT_H
|
||||
#define QBOXLAYOUT_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#ifndef QDESKTOPWIDGET_H
|
||||
#define QDESKTOPWIDGET_H
|
||||
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue