fix includes
parent
e135c811bb
commit
94c0628d22
|
|
@ -65,7 +65,7 @@
|
|||
#include <QMainWindow>
|
||||
#include <QAbstractButton>
|
||||
#include <private/qdockwidget_p.h>
|
||||
#include <QtGui/QFocusFrame>
|
||||
#include <QFocusFrame>
|
||||
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QACCESSIBLE2_H
|
||||
#define QACCESSIBLE2_H
|
||||
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtWidgets/qaccessible.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QACCESSIBLEOBJECT_H
|
||||
#define QACCESSIBLEOBJECT_H
|
||||
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtWidgets/qaccessible.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QACCESSIBLEPLUGIN_H
|
||||
#define QACCESSIBLEPLUGIN_H
|
||||
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtWidgets/qaccessible.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
#include "qdebug.h"
|
||||
#include <qmath.h>
|
||||
#include <QRubberBand>
|
||||
#include <QtGui/QFocusFrame>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QFocusFrame>
|
||||
#include <QMenu>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QACCESSIBLEWIDGET_H
|
||||
#define QACCESSIBLEWIDGET_H
|
||||
|
||||
#include <QtGui/qaccessibleobject.h>
|
||||
#include <QtWidgets/qaccessibleobject.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QABSTRACTPAGESETUPDIALOG_H
|
||||
#define QABSTRACTPAGESETUPDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QABSTRACTPRINTDIALOG_H
|
||||
#define QABSTRACTPRINTDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
#ifndef QT_NO_PRINTDIALOG
|
||||
|
||||
#include "QtGui/qabstractprintdialog.h"
|
||||
#include "QtWidgets/qabstractprintdialog.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QCOLORDIALOG_H
|
||||
#define QCOLORDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QDIALOG_H
|
||||
#define QDIALOG_H
|
||||
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -56,8 +56,8 @@
|
|||
#include "private/qwidget_p.h"
|
||||
#include "QtCore/qeventloop.h"
|
||||
#include "QtCore/qpointer.h"
|
||||
#include "QtGui/qdialog.h"
|
||||
#include "QtGui/qpushbutton.h"
|
||||
#include "QtWidgets/qdialog.h"
|
||||
#include "QtWidgets/qpushbutton.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QERRORMESSAGE_H
|
||||
#define QERRORMESSAGE_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qpair.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
#include <QtCore/qdiriterator.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
#include <private/qfont_p.h>
|
||||
|
||||
#if defined(Q_WS_S60)
|
||||
#include <QtGui/qdesktopwidget.h>
|
||||
#include <QtWidgets/qdesktopwidget.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define QFONTDIALOG_H
|
||||
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
#include <QtGui/qfont.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
//
|
||||
|
||||
#include "qcompleter.h"
|
||||
#include <QtGui/qfilesystemmodel.h>
|
||||
#include <QtWidgets/qfilesystemmodel.h>
|
||||
QT_BEGIN_NAMESPACE
|
||||
#ifndef QT_NO_FSCOMPLETER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
#ifndef QINPUTDIALOG_H
|
||||
#define QINPUTDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qlineedit.h>
|
||||
#include <QtWidgets/qlineedit.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -39,27 +39,27 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui/qmessagebox.h>
|
||||
#include <QtWidgets/qmessagebox.h>
|
||||
|
||||
#ifndef QT_NO_MESSAGEBOX
|
||||
|
||||
#include <QtGui/qdialogbuttonbox.h>
|
||||
#include <QtWidgets/qdialogbuttonbox.h>
|
||||
#include "private/qlabel_p.h"
|
||||
#include "private/qapplication_p.h"
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtGui/qstyle.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtGui/qgridlayout.h>
|
||||
#include <QtGui/qdesktopwidget.h>
|
||||
#include <QtGui/qpushbutton.h>
|
||||
#include <QtGui/qaccessible.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/qgridlayout.h>
|
||||
#include <QtWidgets/qdesktopwidget.h>
|
||||
#include <QtWidgets/qpushbutton.h>
|
||||
#include <QtWidgets/qaccessible.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
#include <QtGui/qtextdocument.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtGui/qtextedit.h>
|
||||
#include <QtGui/qtextbrowser.h>
|
||||
#include <QtGui/qmenu.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qtextedit.h>
|
||||
#include <QtWidgets/qtextbrowser.h>
|
||||
#include <QtWidgets/qmenu.h>
|
||||
#include "qdialog_p.h"
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qfontmetrics.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QMESSAGEBOX_H
|
||||
#define QMESSAGEBOX_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPAGESETUPDIALOG_H
|
||||
#define QPAGESETUPDIALOG_H
|
||||
|
||||
#include <QtGui/qabstractpagesetupdialog.h>
|
||||
#include <QtWidgets/qabstractpagesetupdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPRINTDIALOG_H
|
||||
#define QPRINTDIALOG_H
|
||||
|
||||
#include <QtGui/qabstractprintdialog.h>
|
||||
#include <QtWidgets/qabstractprintdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -44,16 +44,16 @@
|
|||
#ifndef QT_NO_PRINTDIALOG
|
||||
|
||||
#include "private/qabstractprintdialog_p.h"
|
||||
#include <QtGui/qmessagebox.h>
|
||||
#include <QtWidgets/qmessagebox.h>
|
||||
#include "qprintdialog.h"
|
||||
#include "qfiledialog.h"
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qfilesystemmodel.h>
|
||||
#include <QtGui/qstyleditemdelegate.h>
|
||||
#include <QtWidgets/qfilesystemmodel.h>
|
||||
#include <QtWidgets/qstyleditemdelegate.h>
|
||||
#include <QtGui/qprinter.h>
|
||||
|
||||
#include <QtGui/qdialogbuttonbox.h>
|
||||
#include <QtWidgets/qdialogbuttonbox.h>
|
||||
|
||||
#include "qfscompleter_p.h"
|
||||
#include "ui_qprintpropertieswidget.h"
|
||||
|
|
|
|||
|
|
@ -45,20 +45,20 @@
|
|||
#include "private/qdialog_p.h"
|
||||
#include "qprintdialog.h"
|
||||
|
||||
#include <QtGui/qaction.h>
|
||||
#include <QtGui/qboxlayout.h>
|
||||
#include <QtGui/qcombobox.h>
|
||||
#include <QtGui/qlabel.h>
|
||||
#include <QtGui/qlineedit.h>
|
||||
#include <QtGui/qpagesetupdialog.h>
|
||||
#include <QtWidgets/qaction.h>
|
||||
#include <QtWidgets/qboxlayout.h>
|
||||
#include <QtWidgets/qcombobox.h>
|
||||
#include <QtWidgets/qlabel.h>
|
||||
#include <QtWidgets/qlineedit.h>
|
||||
#include <QtWidgets/qpagesetupdialog.h>
|
||||
#include <QtGui/qprinter.h>
|
||||
#include <QtGui/qstyle.h>
|
||||
#include <QtGui/qtoolbutton.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
#include <QtWidgets/qtoolbutton.h>
|
||||
#include <QtGui/qvalidator.h>
|
||||
#include <QtGui/qfiledialog.h>
|
||||
#include <QtGui/qmainwindow.h>
|
||||
#include <QtGui/qtoolbar.h>
|
||||
#include <QtGui/qformlayout.h>
|
||||
#include <QtWidgets/qfiledialog.h>
|
||||
#include <QtWidgets/qmainwindow.h>
|
||||
#include <QtWidgets/qtoolbar.h>
|
||||
#include <QtWidgets/qformlayout.h>
|
||||
#include <QtCore/QCoreApplication>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPRINTPREVIEWDIALOG_H
|
||||
#define QPRINTPREVIEWDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
#ifndef QT_NO_PRINTPREVIEWDIALOG
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
#include <qaction.h>
|
||||
#endif
|
||||
#ifdef Q_WS_S60
|
||||
#include <QtGui/qdesktopwidget.h>
|
||||
#include <QtWidgets/qdesktopwidget.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QPROGRESSDIALOG_H
|
||||
#define QPROGRESSDIALOG_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QWIZARD_H
|
||||
#define QWIZARD_H
|
||||
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
#include "qgraphicseffect_p.h"
|
||||
#include "private/qgraphicsitem_p.h"
|
||||
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
|
||||
#include <QtGui/qimage.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include <QtCore/qnamespace.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtGui/qgraphicseffect.h>
|
||||
#include <QtWidgets/qgraphicseffect.h>
|
||||
|
||||
#ifndef QT_NO_GRAPHICSEFFECT
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
#ifndef QGRAPHICSANCHORLAYOUT_H
|
||||
#define QGRAPHICSANCHORLAYOUT_H
|
||||
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtGui/qgraphicslayout.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtCore/qlinkedlist.h>
|
||||
#include <QtCore/qstack.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
#ifndef QGRAPHICSGRIDLAYOUT_H
|
||||
#define QGRAPHICSGRIDLAYOUT_H
|
||||
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtGui/qgraphicslayout.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -735,15 +735,15 @@
|
|||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <QtCore/qnumeric.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtGui/qbitmap.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qpainterpath.h>
|
||||
#include <QtGui/qpixmapcache.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qinputcontext.h>
|
||||
#include <QtGui/qgraphicseffect.h>
|
||||
#include <QtWidgets/qinputcontext.h>
|
||||
#include <QtWidgets/qgraphicseffect.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
# include "qaccessible.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QGRAPHICSLAYOUT_H
|
||||
#define QGRAPHICSLAYOUT_H
|
||||
|
||||
#include <QtGui/qgraphicslayoutitem.h>
|
||||
#include <QtWidgets/qgraphicslayoutitem.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -59,9 +59,9 @@
|
|||
|
||||
#include "qgraphicslayout.h"
|
||||
#include "qgraphicslayoutitem_p.h"
|
||||
#include <QtGui/qstyle.h>
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define QGRAPHICSLAYOUTITEM_H
|
||||
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtGui/qsizepolicy.h>
|
||||
#include <QtWidgets/qsizepolicy.h>
|
||||
#include <QtGui/qevent.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
//
|
||||
|
||||
#include <QtCore/QSizeF>
|
||||
#include <QtGui/QSizePolicy>
|
||||
#include <QtWidgets/QSizePolicy>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
#ifndef QGRAPHICSLINEARLAYOUT_H
|
||||
#define QGRAPHICSLINEARLAYOUT_H
|
||||
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtGui/qgraphicslayout.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -51,15 +51,15 @@
|
|||
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qgraphicsscene.h>
|
||||
#include <QtGui/qgraphicssceneevent.h>
|
||||
#include <QtGui/qlayout.h>
|
||||
#include <QtWidgets/qgraphicsscene.h>
|
||||
#include <QtWidgets/qgraphicssceneevent.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtGui/qgraphicsview.h>
|
||||
#include <QtGui/qlistview.h>
|
||||
#include <QtGui/qlineedit.h>
|
||||
#include <QtGui/qtextedit.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/qgraphicsview.h>
|
||||
#include <QtWidgets/qlistview.h>
|
||||
#include <QtWidgets/qlineedit.h>
|
||||
#include <QtWidgets/qtextedit.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QGRAPHICSPROXYWIDGET_H
|
||||
#define QGRAPHICSPROXYWIDGET_H
|
||||
|
||||
#include <QtGui/qgraphicswidget.h>
|
||||
#include <QtWidgets/qgraphicswidget.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -229,22 +229,22 @@
|
|||
#include <QtCore/qtimer.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <QtCore/QMetaMethod>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtGui/qdesktopwidget.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qdesktopwidget.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qgraphicslayout.h>
|
||||
#include <QtGui/qgraphicsproxywidget.h>
|
||||
#include <QtGui/qgraphicswidget.h>
|
||||
#include <QtWidgets/qgraphicslayout.h>
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
#include <QtWidgets/qgraphicswidget.h>
|
||||
#include <QtGui/qmatrix.h>
|
||||
#include <QtGui/qpaintengine.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qpixmapcache.h>
|
||||
#include <QtGui/qpolygon.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtGui/qtooltip.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/qtooltip.h>
|
||||
#include <QtGui/qtransform.h>
|
||||
#include <QtGui/qinputcontext.h>
|
||||
#include <QtGui/qgraphicseffect.h>
|
||||
#include <QtWidgets/qinputcontext.h>
|
||||
#include <QtWidgets/qgraphicseffect.h>
|
||||
#include <private/qapplication_p.h>
|
||||
#include <private/qobject_p.h>
|
||||
#ifdef Q_WS_X11
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@
|
|||
#include <QtCore/qset.h>
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qpalette.h>
|
||||
#include <QtGui/qstyle.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@
|
|||
#include <QtCore/qstring.h>
|
||||
#include "qgraphicsview.h"
|
||||
#include "qgraphicsitem.h"
|
||||
#include <QtGui/qgesture.h>
|
||||
#include <QtWidgets/qgesture.h>
|
||||
#include <private/qevent_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
#include <QtCore/qrect.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <private/qgraphicssceneindex_p.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -271,16 +271,16 @@ static const int QGRAPHICSVIEW_PREALLOC_STYLE_OPTIONS = 503; // largest prime <
|
|||
#include <QtCore/qdatetime.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qmath.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtGui/qdesktopwidget.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qdesktopwidget.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qlayout.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#include <QtGui/qtransform.h>
|
||||
#include <QtGui/qmatrix.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qscrollbar.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtGui/qinputcontext.h>
|
||||
#include <QtWidgets/qscrollbar.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/qinputcontext.h>
|
||||
#ifdef Q_WS_X11
|
||||
#include <QtGui/qpaintengine.h>
|
||||
#include <private/qt_x11_p.h>
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
#include <QtCore/qmetatype.h>
|
||||
#include <QtGui/qpainter.h>
|
||||
#include <QtGui/qscrollarea.h>
|
||||
#include <QtGui/qgraphicsscene.h>
|
||||
#include <QtWidgets/qscrollarea.h>
|
||||
#include <QtWidgets/qgraphicsscene.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
#include <QtGui/qevent.h>
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include "qgraphicssceneevent.h"
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <private/qabstractscrollarea_p.h>
|
||||
#include <private/qapplication_p.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -59,11 +59,11 @@
|
|||
#include <private/qshortcutmap_p.h>
|
||||
#endif
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtGui/qgraphicsview.h>
|
||||
#include <QtGui/qgraphicsproxywidget.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qgraphicsview.h>
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
#include <QtGui/qpalette.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
#include <qdebug.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@
|
|||
#define QGRAPHICSWIDGET_H
|
||||
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qgraphicslayoutitem.h>
|
||||
#include <QtGui/qgraphicsitem.h>
|
||||
#include <QtWidgets/qgraphicslayoutitem.h>
|
||||
#include <QtWidgets/qgraphicsitem.h>
|
||||
#include <QtGui/qpalette.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@
|
|||
#include "qgraphicslayoutitem_p.h"
|
||||
#include "qgraphicslayout.h"
|
||||
#include "qgraphicsscene_p.h"
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtGui/qgraphicsscene.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtGui/QStyleOptionTitleBar>
|
||||
#include <QtGui/QGraphicsSceneMouseEvent>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtWidgets/qgraphicsscene.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
#include <QtWidgets/QStyleOptionTitleBar>
|
||||
#include <QtWidgets/QGraphicsSceneMouseEvent>
|
||||
#if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC)
|
||||
# include <QMacStyle>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -58,8 +58,8 @@
|
|||
#include "qgraphicswidget.h"
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qpalette.h>
|
||||
#include <QtGui/qsizepolicy.h>
|
||||
#include <QtGui/qstyle.h>
|
||||
#include <QtWidgets/qsizepolicy.h>
|
||||
#include <QtWidgets/qstyle.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
#include <QtGui/qevent.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qaction.h>
|
||||
#include <QtWidgets/qaction.h>
|
||||
|
||||
#ifndef QT_NO_IM
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include "QtGui/qinputcontext.h"
|
||||
#include "QtWidgets/qinputcontext.h"
|
||||
#include "private/qt_mac_p.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include "QtGui/qinputcontext.h"
|
||||
#include "QtWidgets/qinputcontext.h"
|
||||
#include "QtCore/qt_windows.h"
|
||||
|
||||
#if !defined(IMR_RECONVERTSTRING)
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
#if !defined(Q_NO_IM)
|
||||
|
||||
#include "QtCore/qglobal.h"
|
||||
#include "QtGui/qinputcontext.h"
|
||||
#include "QtWidgets/qinputcontext.h"
|
||||
#include "QtGui/qfont.h"
|
||||
#include "QtCore/qhash.h"
|
||||
#ifdef Q_WS_X11
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define QABSTRACTITEMDELEGATE_H
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qstyleoption.h>
|
||||
#include <QtWidgets/qstyleoption.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
#ifndef QABSTRACTITEMVIEW_H
|
||||
#define QABSTRACTITEMVIEW_H
|
||||
|
||||
#include <QtGui/qabstractscrollarea.h>
|
||||
#include <QtWidgets/qabstractscrollarea.h>
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtGui/qitemselectionmodel.h>
|
||||
#include <QtGui/qabstractitemdelegate.h>
|
||||
#include <QtWidgets/qitemselectionmodel.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include "private/qabstractscrollarea_p.h"
|
||||
#include "private/qabstractitemmodel_p.h"
|
||||
#include "QtGui/qapplication.h"
|
||||
#include "QtWidgets/qapplication.h"
|
||||
#include "QtGui/qevent.h"
|
||||
#include "QtGui/qmime.h"
|
||||
#include "QtGui/qpainter.h"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QCOLUMNVIEW_H
|
||||
#define QCOLUMNVIEW_H
|
||||
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@
|
|||
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qpropertyanimation.h>
|
||||
#include <QtGui/qabstractitemdelegate.h>
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtGui/qitemdelegate.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
#include <QtWidgets/qitemdelegate.h>
|
||||
#include <qlistview.h>
|
||||
#include <qevent.h>
|
||||
#include <qscrollbar.h>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtGui/qfileiconprovider.h>
|
||||
#include <QtWidgets/qfileiconprovider.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <QtCore/qfileinfo.h>
|
||||
#include <QtCore/qscopedpointer.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QHEADERVIEW_H
|
||||
#define QHEADERVIEW_H
|
||||
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -58,8 +58,8 @@
|
|||
#ifndef QT_NO_ITEMVIEWS
|
||||
|
||||
#include "QtCore/qbitarray.h"
|
||||
#include "QtGui/qapplication.h"
|
||||
#include "QtGui/qlabel.h"
|
||||
#include "QtWidgets/qapplication.h"
|
||||
#include "QtWidgets/qlabel.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QITEMDELEGATE_H
|
||||
#define QITEMDELEGATE_H
|
||||
|
||||
#include <QtGui/qabstractitemdelegate.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QLISTVIEW_H
|
||||
#define QLISTVIEW_H
|
||||
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
#ifndef QLISTWIDGET_H
|
||||
#define QLISTWIDGET_H
|
||||
|
||||
#include <QtGui/qlistview.h>
|
||||
#include <QtWidgets/qlistview.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvector.h>
|
||||
#include <QtGui/qitemselectionmodel.h>
|
||||
#include <QtWidgets/qitemselectionmodel.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
//
|
||||
|
||||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtGui/qlistwidget.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
#include <QtWidgets/qlistwidget.h>
|
||||
#include <qitemdelegate.h>
|
||||
#include <private/qlistview_p.h>
|
||||
#include <private/qwidgetitemdata_p.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QSORTFILTERPROXYMODEL_H
|
||||
#define QSORTFILTERPROXYMODEL_H
|
||||
|
||||
#include <QtGui/qabstractproxymodel.h>
|
||||
#include <QtWidgets/qabstractproxymodel.h>
|
||||
|
||||
#ifndef QT_NO_SORTFILTERPROXYMODEL
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <QtCore/qabstractitemmodel.h>
|
||||
#include <QtGui/qbrush.h>
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
#ifndef QT_NO_DATASTREAM
|
||||
#include <QtCore/qdatastream.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define QSTRINGLISTMODEL_H
|
||||
|
||||
#include <QtCore/qstringlist.h>
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QSTYLEDITEMDELEGATE_H
|
||||
#define QSTYLEDITEMDELEGATE_H
|
||||
|
||||
#include <QtGui/qabstractitemdelegate.h>
|
||||
#include <QtWidgets/qabstractitemdelegate.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QTABLEVIEW_H
|
||||
#define QTABLEVIEW_H
|
||||
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
#ifndef QTABLEWIDGET_H
|
||||
#define QTABLEWIDGET_H
|
||||
|
||||
#include <QtGui/qtableview.h>
|
||||
#include <QtWidgets/qtableview.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvector.h>
|
||||
//#include <QtGui/qitemselectionmodel.h>
|
||||
//#include <QtWidgets/qitemselectionmodel.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QTREEVIEW_H
|
||||
#define QTREEVIEW_H
|
||||
|
||||
#include <QtGui/qabstractitemview.h>
|
||||
#include <QtWidgets/qabstractitemview.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
#ifndef QTREEWIDGET_H
|
||||
#define QTREEWIDGET_H
|
||||
|
||||
#include <QtGui/qtreeview.h>
|
||||
#include <QtGui/qtreewidgetitemiterator.h>
|
||||
#include <QtWidgets/qtreeview.h>
|
||||
#include <QtWidgets/qtreewidgetitemiterator.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qvector.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@
|
|||
#include <private/qabstractitemmodel_p.h>
|
||||
#include <QtCore/qpair.h>
|
||||
#include <QtCore/qbasictimer.h>
|
||||
#include <QtGui/qtreewidget.h>
|
||||
#include <QtWidgets/qtreewidget.h>
|
||||
#include <private/qtreeview_p.h>
|
||||
#include <QtGui/qheaderview.h>
|
||||
#include <QtWidgets/qheaderview.h>
|
||||
|
||||
#ifndef QT_NO_TREEWIDGET
|
||||
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@
|
|||
|
||||
#include <QtGui/qkeysequence.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
@ -252,7 +252,7 @@ private:
|
|||
};
|
||||
|
||||
QT_BEGIN_INCLUDE_NAMESPACE
|
||||
#include <QtGui/qactiongroup.h>
|
||||
#include <QtWidgets/qactiongroup.h>
|
||||
QT_END_INCLUDE_NAMESPACE
|
||||
|
||||
#endif // QT_NO_ACTION
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include "QtGui/qaction.h"
|
||||
#include "QtGui/qmenu.h"
|
||||
#include "QtWidgets/qaction.h"
|
||||
#include "QtWidgets/qmenu.h"
|
||||
#include "private/qgraphicswidget_p.h"
|
||||
#include "private/qobject_p.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QACTIONGROUP_H
|
||||
#define QACTIONGROUP_H
|
||||
|
||||
#include <QtGui/qaction.h>
|
||||
#include <QtWidgets/qaction.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
#include "private/qstylesheetstyle_p.h"
|
||||
#include "private/qstyle_p.h"
|
||||
#include "qmessagebox.h"
|
||||
#include <QtGui/qgraphicsproxywidget.h>
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
|
||||
#include "qinputcontext.h"
|
||||
#include "private/qkeymapper_p.h"
|
||||
|
|
|
|||
|
|
@ -48,10 +48,10 @@
|
|||
#include <QtCore/qsize.h>
|
||||
#include <QtGui/qcursor.h>
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
# include <QtGui/qdesktopwidget.h>
|
||||
# include <QtWidgets/qdesktopwidget.h>
|
||||
#endif
|
||||
#ifdef QT3_SUPPORT
|
||||
# include <QtGui/qwidget.h>
|
||||
# include <QtWidgets/qwidget.h>
|
||||
# include <QtGui/qpalette.h>
|
||||
#endif
|
||||
#ifdef Q_WS_QWS
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include "QtGui/qapplication.h"
|
||||
#include "QtWidgets/qapplication.h"
|
||||
#include "QtGui/qevent.h"
|
||||
#include "QtGui/qfont.h"
|
||||
#include "QtGui/qcursor.h"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
#include "QtCore/qhash.h"
|
||||
#include "QtCore/qpointer.h"
|
||||
#include "private/qcoreapplication_p.h"
|
||||
#include "QtGui/private/qshortcutmap_p.h"
|
||||
#include "private/qshortcutmap_p.h"
|
||||
#include <private/qthread_p.h>
|
||||
#include "QtCore/qpoint.h"
|
||||
#include <QTime>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
#include <QWindowSystemInterface>
|
||||
#include "private/qwindowsysteminterface_qpa_p.h"
|
||||
#include "QtGui/qplatformintegration_qpa.h"
|
||||
#include "QtGui/private/qguiapplication_p.h"
|
||||
#include "private/qguiapplication_p.h"
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@
|
|||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qapplication.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtGui/qpaintengine.h>
|
||||
#include <QtGui/qgraphicsproxywidget.h>
|
||||
#include <QtWidgets/qgraphicsproxywidget.h>
|
||||
|
||||
#include <private/qwidget_p.h>
|
||||
#include <private/qapplication_p.h>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
//
|
||||
|
||||
#include <QDebug>
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <private/qwidget_p.h>
|
||||
#include <private/qwindowsurface_p.h>
|
||||
#ifdef Q_WS_QWS
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
#ifndef QBOXLAYOUT_H
|
||||
#define QBOXLAYOUT_H
|
||||
|
||||
#include <QtGui/qlayout.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QDESKTOPWIDGET_H
|
||||
#define QDESKTOPWIDGET_H
|
||||
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QFORMLAYOUT_H
|
||||
#define QFORMLAYOUT_H
|
||||
|
||||
#include <QtGui/QLayout>
|
||||
#include <QtWidgets/QLayout>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
#ifndef QGRIDLAYOUT_H
|
||||
#define QGRIDLAYOUT_H
|
||||
|
||||
#include <QtGui/qlayout.h>
|
||||
#include <QtWidgets/qlayout.h>
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
#include <QtGui/qwidget.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include <QtCore/qplugin.h>
|
||||
#include <QtCore/qfactoryinterface.h>
|
||||
#include <QtGui/qdialog.h>
|
||||
#include <QtWidgets/qdialog.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@
|
|||
#include <QtCore/qsize.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qpixmap.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtGui/qiconengine.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
#include <QtWidgets/qiconengine.h>
|
||||
|
||||
#ifndef QT_NO_ICON
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtGui/qicon.h>
|
||||
#include <QtWidgets/qicon.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@
|
|||
#include <private/qicon_p.h>
|
||||
#include <private/qguiplatformplugin_p.h>
|
||||
|
||||
#include <QtGui/QIconEnginePlugin>
|
||||
#include <QtWidgets/QIconEnginePlugin>
|
||||
#include <QtGui/QPixmapCache>
|
||||
#include <QtGui/QIconEngine>
|
||||
#include <QtGui/QStyleOption>
|
||||
#include <QtWidgets/QIconEngine>
|
||||
#include <QtWidgets/QStyleOption>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QHash>
|
||||
#include <QtCore/QDir>
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtGui/QIcon>
|
||||
#include <QtGui/QIconEngine>
|
||||
#include <QtWidgets/QIcon>
|
||||
#include <QtWidgets/QIconEngine>
|
||||
#include <QtGui/QPixmapCache>
|
||||
#include <private/qicon_p.h>
|
||||
#include <private/qfactoryloader_p.h>
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@
|
|||
#define QLAYOUT_H
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qlayoutitem.h>
|
||||
#include <QtGui/qsizepolicy.h>
|
||||
#include <QtWidgets/qlayoutitem.h>
|
||||
#include <QtWidgets/qsizepolicy.h>
|
||||
#include <QtCore/qrect.h>
|
||||
#include <QtCore/qmargins.h>
|
||||
|
||||
|
|
@ -233,8 +233,8 @@ inline void QLayoutIterator::deleteCurrent() { delete layout->takeAt(index); }
|
|||
//### support old includes
|
||||
#if 1 //def QT3_SUPPORT
|
||||
QT_BEGIN_INCLUDE_NAMESPACE
|
||||
#include <QtGui/qboxlayout.h>
|
||||
#include <QtGui/qgridlayout.h>
|
||||
#include <QtWidgets/qboxlayout.h>
|
||||
#include <QtWidgets/qgridlayout.h>
|
||||
QT_END_INCLUDE_NAMESPACE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
// We mean it.
|
||||
//
|
||||
|
||||
#include "QtGui/qlayoutitem.h"
|
||||
#include "QtGui/qstyle.h"
|
||||
#include "QtWidgets/qlayoutitem.h"
|
||||
#include "QtWidgets/qstyle.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#ifndef QLAYOUTITEM_H
|
||||
#define QLAYOUTITEM_H
|
||||
|
||||
#include <QtGui/qsizepolicy.h>
|
||||
#include <QtWidgets/qsizepolicy.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
//
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
#include "QtGui/qaction.h"
|
||||
#include "QtWidgets/qaction.h"
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue