summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor')
-rw-r--r--src/designer/src/components/propertyeditor/brushpropertymanager.cpp6
-rw-r--r--src/designer/src/components/propertyeditor/brushpropertymanager.h6
-rw-r--r--src/designer/src/components/propertyeditor/designerpropertymanager.cpp34
-rw-r--r--src/designer/src/components/propertyeditor/designerpropertymanager.h8
-rw-r--r--src/designer/src/components/propertyeditor/fontpropertymanager.cpp14
-rw-r--r--src/designer/src/components/propertyeditor/fontpropertymanager.h6
-rw-r--r--src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp2
-rw-r--r--src/designer/src/components/propertyeditor/newdynamicpropertydialog.h4
-rw-r--r--src/designer/src/components/propertyeditor/paletteeditor.cpp16
-rw-r--r--src/designer/src/components/propertyeditor/paletteeditor.h2
-rw-r--r--src/designer/src/components/propertyeditor/paletteeditorbutton.h4
-rw-r--r--src/designer/src/components/propertyeditor/previewframe.cpp12
-rw-r--r--src/designer/src/components/propertyeditor/previewframe.h4
-rw-r--r--src/designer/src/components/propertyeditor/propertyeditor.cpp42
-rw-r--r--src/designer/src/components/propertyeditor/propertyeditor.h8
-rw-r--r--src/designer/src/components/propertyeditor/qlonglongvalidator.h2
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditor.cpp2
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditor.h2
-rw-r--r--src/designer/src/components/propertyeditor/stringlisteditorbutton.h4
19 files changed, 89 insertions, 89 deletions
diff --git a/src/designer/src/components/propertyeditor/brushpropertymanager.cpp b/src/designer/src/components/propertyeditor/brushpropertymanager.cpp
index c50e9d2bf..c62424b19 100644
--- a/src/designer/src/components/propertyeditor/brushpropertymanager.cpp
+++ b/src/designer/src/components/propertyeditor/brushpropertymanager.cpp
@@ -31,9 +31,9 @@
#include "designerpropertymanager.h"
#include "qtpropertybrowserutils_p.h"
-#include <QtCore/QCoreApplication>
-#include <QtCore/QVariant>
-#include <QtCore/QString>
+#include <QtCore/qcoreapplication.h>
+#include <QtCore/qvariant.h>
+#include <QtCore/qstring.h>
static const char *brushStyles[] = {
QT_TRANSLATE_NOOP("BrushPropertyManager", "No brush"),
diff --git a/src/designer/src/components/propertyeditor/brushpropertymanager.h b/src/designer/src/components/propertyeditor/brushpropertymanager.h
index 277b79fc8..5f2a81a00 100644
--- a/src/designer/src/components/propertyeditor/brushpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/brushpropertymanager.h
@@ -29,9 +29,9 @@
#ifndef BRUSHPROPERTYMANAGER_H
#define BRUSHPROPERTYMANAGER_H
-#include <QtCore/QMap>
-#include <QtGui/QBrush>
-#include <QtGui/QIcon>
+#include <QtCore/qmap.h>
+#include <QtGui/qbrush.h>
+#include <QtGui/qicon.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
index 8edd361da..98c308173 100644
--- a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
+++ b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
@@ -48,25 +48,25 @@
#include <iconselector_p.h>
#include <abstractdialoggui_p.h>
-#include <QtWidgets/QLabel>
-#include <QtWidgets/QToolButton>
-#include <QtWidgets/QHBoxLayout>
-#include <QtCore/QFileInfo>
+#include <QtWidgets/qlabel.h>
+#include <QtWidgets/qtoolbutton.h>
+#include <QtWidgets/qboxlayout.h>
+#include <QtCore/qfileinfo.h>
#ifndef QT_NO_CLIPBOARD
-#include <QtGui/QClipboard>
+#include <QtGui/qclipboard.h>
#endif
-#include <QtWidgets/QLineEdit>
-#include <QtWidgets/QDialogButtonBox>
-#include <QtWidgets/QPushButton>
-#include <QtWidgets/QFileDialog>
-#include <QtWidgets/QAction>
-#include <QtWidgets/QMenu>
-#include <QtWidgets/QKeySequenceEdit>
-#include <QtGui/QContextMenuEvent>
-#include <QtWidgets/QApplication>
-#include <QtCore/QUrl>
-
-#include <QtCore/QDebug>
+#include <QtWidgets/qlineedit.h>
+#include <QtWidgets/qdialogbuttonbox.h>
+#include <QtWidgets/qpushbutton.h>
+#include <QtWidgets/qfiledialog.h>
+#include <QtWidgets/qaction.h>
+#include <QtWidgets/qmenu.h>
+#include <QtWidgets/qkeysequenceedit.h>
+#include <QtGui/qevent.h>
+#include <QtWidgets/qapplication.h>
+#include <QtCore/qurl.h>
+
+#include <QtCore/qdebug.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/designerpropertymanager.h b/src/designer/src/components/propertyeditor/designerpropertymanager.h
index 0aa220d56..04c0fcf47 100644
--- a/src/designer/src/components/propertyeditor/designerpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/designerpropertymanager.h
@@ -36,10 +36,10 @@
#include <qdesigner_utils_p.h>
#include <shared_enums_p.h>
-#include <QtCore/QUrl>
-#include <QtCore/QMap>
-#include <QtGui/QFont>
-#include <QtGui/QIcon>
+#include <QtCore/qurl.h>
+#include <QtCore/qmap.h>
+#include <QtGui/qfont.h>
+#include <QtGui/qicon.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/fontpropertymanager.cpp b/src/designer/src/components/propertyeditor/fontpropertymanager.cpp
index 4ca579f7f..a57c5c4d2 100644
--- a/src/designer/src/components/propertyeditor/fontpropertymanager.cpp
+++ b/src/designer/src/components/propertyeditor/fontpropertymanager.cpp
@@ -33,13 +33,13 @@
#include <qdesigner_utils_p.h>
-#include <QtCore/QCoreApplication>
-#include <QtCore/QVariant>
-#include <QtCore/QString>
-#include <QtCore/QDebug>
-#include <QtCore/QFile>
-#include <QtCore/QTextStream>
-#include <QtCore/QXmlStreamReader>
+#include <QtCore/qcoreapplication.h>
+#include <QtCore/qvariant.h>
+#include <QtCore/qstring.h>
+#include <QtCore/qdebug.h>
+#include <QtCore/qfile.h>
+#include <QtCore/qtextstream.h>
+#include <QtCore/qxmlstream.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/fontpropertymanager.h b/src/designer/src/components/propertyeditor/fontpropertymanager.h
index 1c59d15fa..0d191ac77 100644
--- a/src/designer/src/components/propertyeditor/fontpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/fontpropertymanager.h
@@ -29,9 +29,9 @@
#ifndef FONTPROPERTYMANAGER_H
#define FONTPROPERTYMANAGER_H
-#include <QtCore/QMap>
-#include <QtCore/QStringList>
-#include <QtGui/QFont>
+#include <QtCore/qmap.h>
+#include <QtCore/qstringlist.h>
+#include <QtGui/qfont.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp b/src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp
index 702bd75c8..0a0046c9c 100644
--- a/src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp
+++ b/src/designer/src/components/propertyeditor/newdynamicpropertydialog.cpp
@@ -31,7 +31,7 @@
#include <abstractdialoggui_p.h>
#include <qdesigner_propertysheet_p.h>
-#include <QtWidgets/QPushButton>
+#include <QtWidgets/qpushbutton.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/newdynamicpropertydialog.h b/src/designer/src/components/propertyeditor/newdynamicpropertydialog.h
index c96259cd4..270e147ef 100644
--- a/src/designer/src/components/propertyeditor/newdynamicpropertydialog.h
+++ b/src/designer/src/components/propertyeditor/newdynamicpropertydialog.h
@@ -41,8 +41,8 @@
//
#include "propertyeditor_global.h"
-#include <QtWidgets/QDialog>
-#include <QtCore/QVariant>
+#include <QtWidgets/qdialog.h>
+#include <QtCore/qvariant.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/paletteeditor.cpp b/src/designer/src/components/propertyeditor/paletteeditor.cpp
index f39a4a013..5fb1327cb 100644
--- a/src/designer/src/components/propertyeditor/paletteeditor.cpp
+++ b/src/designer/src/components/propertyeditor/paletteeditor.cpp
@@ -31,14 +31,14 @@
#include <iconloader_p.h>
#include <qtcolorbutton.h>
-#include <QtDesigner/QDesignerFormEditorInterface>
-#include <QtDesigner/QDesignerFormWindowManagerInterface>
-
-#include <QtCore/QMetaProperty>
-#include <QtGui/QPainter>
-#include <QtWidgets/QToolButton>
-#include <QtWidgets/QLabel>
-#include <QtWidgets/QHeaderView>
+#include <QtDesigner/abstractformeditor.h>
+#include <QtDesigner/abstractformwindowmanager.h>
+
+#include <QtCore/qmetaobject.h>
+#include <QtGui/qpainter.h>
+#include <QtWidgets/qtoolbutton.h>
+#include <QtWidgets/qlabel.h>
+#include <QtWidgets/qheaderview.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/paletteeditor.h b/src/designer/src/components/propertyeditor/paletteeditor.h
index 1868c256e..fe171e94d 100644
--- a/src/designer/src/components/propertyeditor/paletteeditor.h
+++ b/src/designer/src/components/propertyeditor/paletteeditor.h
@@ -30,7 +30,7 @@
#define PALETTEEDITOR_H
#include "ui_paletteeditor.h"
-#include <QtWidgets/QItemDelegate>
+#include <QtWidgets/qitemdelegate.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/paletteeditorbutton.h b/src/designer/src/components/propertyeditor/paletteeditorbutton.h
index 48abf1217..3b7fa2f2c 100644
--- a/src/designer/src/components/propertyeditor/paletteeditorbutton.h
+++ b/src/designer/src/components/propertyeditor/paletteeditorbutton.h
@@ -31,8 +31,8 @@
#include "propertyeditor_global.h"
-#include <QtGui/QPalette>
-#include <QtWidgets/QToolButton>
+#include <QtGui/qpalette.h>
+#include <QtWidgets/qtoolbutton.h>
#include "abstractformeditor.h"
diff --git a/src/designer/src/components/propertyeditor/previewframe.cpp b/src/designer/src/components/propertyeditor/previewframe.cpp
index 9b6a26bd0..18b4a620e 100644
--- a/src/designer/src/components/propertyeditor/previewframe.cpp
+++ b/src/designer/src/components/propertyeditor/previewframe.cpp
@@ -29,12 +29,12 @@
#include "previewframe.h"
#include "previewwidget.h"
-#include <QtCore/QCoreApplication>
-#include <QtCore/QDebug>
-#include <QtGui/QPainter>
-#include <QtWidgets/QMdiArea>
-#include <QtWidgets/QMdiSubWindow>
-#include <QtGui/QPaintEvent>
+#include <QtCore/qcoreapplication.h>
+#include <QtCore/qdebug.h>
+#include <QtGui/qpainter.h>
+#include <QtWidgets/qmdiarea.h>
+#include <QtWidgets/qmdisubwindow.h>
+#include <QtGui/qevent.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/previewframe.h b/src/designer/src/components/propertyeditor/previewframe.h
index 807efcadf..436c468a1 100644
--- a/src/designer/src/components/propertyeditor/previewframe.h
+++ b/src/designer/src/components/propertyeditor/previewframe.h
@@ -29,8 +29,8 @@
#ifndef PREVIEWFRAME_H
#define PREVIEWFRAME_H
-#include <QtWidgets/QFrame>
-#include <QtCore/QPointer>
+#include <QtWidgets/qframe.h>
+#include <QtCore/qpointer.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/propertyeditor.cpp b/src/designer/src/components/propertyeditor/propertyeditor.cpp
index a0d0a53d4..02b72f308 100644
--- a/src/designer/src/components/propertyeditor/propertyeditor.cpp
+++ b/src/designer/src/components/propertyeditor/propertyeditor.cpp
@@ -40,12 +40,12 @@
#include "shared_enums_p.h"
// sdk
-#include <QtDesigner/QDesignerFormEditorInterface>
-#include <QtDesigner/QDesignerFormWindowManagerInterface>
-#include <QtDesigner/QExtensionManager>
-#include <QtDesigner/QDesignerPropertySheetExtension>
-#include <QtDesigner/QDesignerWidgetDataBaseInterface>
-#include <QtDesigner/QDesignerSettingsInterface>
+#include <QtDesigner/abstractformeditor.h>
+#include <QtDesigner/abstractformwindowmanager.h>
+#include <QtDesigner/qextensionmanager.h>
+#include <QtDesigner/propertysheet.h>
+#include <QtDesigner/abstractwidgetdatabase.h>
+#include <QtDesigner/abstractsettings.h>
// shared
#include <qdesigner_utils_p.h>
#include <qdesigner_propertycommand_p.h>
@@ -53,21 +53,21 @@
#include <iconloader_p.h>
#include <widgetfactory_p.h>
-#include <QtWidgets/QAction>
-#include <QtWidgets/QLineEdit>
-#include <QtWidgets/QMenu>
-#include <QtWidgets/QApplication>
-#include <QtWidgets/QVBoxLayout>
-#include <QtWidgets/QScrollArea>
-#include <QtWidgets/QStackedWidget>
-#include <QtWidgets/QToolBar>
-#include <QtWidgets/QToolButton>
-#include <QtWidgets/QActionGroup>
-#include <QtWidgets/QLabel>
-#include <QtGui/QPainter>
-
-#include <QtCore/QDebug>
-#include <QtCore/QTextStream>
+#include <QtWidgets/qaction.h>
+#include <QtWidgets/qlineedit.h>
+#include <QtWidgets/qmenu.h>
+#include <QtWidgets/qapplication.h>
+#include <QtWidgets/qboxlayout.h>
+#include <QtWidgets/qscrollarea.h>
+#include <QtWidgets/qstackedwidget.h>
+#include <QtWidgets/qtoolbar.h>
+#include <QtWidgets/qtoolbutton.h>
+#include <QtWidgets/qactiongroup.h>
+#include <QtWidgets/qlabel.h>
+#include <QtGui/qpainter.h>
+
+#include <QtCore/qdebug.h>
+#include <QtCore/qtextstream.h>
static const char *SettingsGroupC = "PropertyEditor";
static const char *ViewKeyC = "View";
diff --git a/src/designer/src/components/propertyeditor/propertyeditor.h b/src/designer/src/components/propertyeditor/propertyeditor.h
index ac66bda96..8c8d9688b 100644
--- a/src/designer/src/components/propertyeditor/propertyeditor.h
+++ b/src/designer/src/components/propertyeditor/propertyeditor.h
@@ -32,10 +32,10 @@
#include "propertyeditor_global.h"
#include <qdesigner_propertyeditor_p.h>
-#include <QtCore/QPointer>
-#include <QtCore/QMap>
-#include <QtCore/QVector>
-#include <QtCore/QSet>
+#include <QtCore/qpointer.h>
+#include <QtCore/qmap.h>
+#include <QtCore/qvector.h>
+#include <QtCore/qset.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/qlonglongvalidator.h b/src/designer/src/components/propertyeditor/qlonglongvalidator.h
index f176412a9..b67482cd2 100644
--- a/src/designer/src/components/propertyeditor/qlonglongvalidator.h
+++ b/src/designer/src/components/propertyeditor/qlonglongvalidator.h
@@ -29,7 +29,7 @@
#ifndef QLONGLONGVALIDATOR_H
#define QLONGLONGVALIDATOR_H
-#include <QtGui/QValidator>
+#include <QtGui/qvalidator.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/stringlisteditor.cpp b/src/designer/src/components/propertyeditor/stringlisteditor.cpp
index 8d179b75a..4ab3dad19 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditor.cpp
+++ b/src/designer/src/components/propertyeditor/stringlisteditor.cpp
@@ -28,7 +28,7 @@
#include "stringlisteditor.h"
#include <iconloader_p.h>
-#include <QtCore/QStringListModel>
+#include <QtCore/qstringlistmodel.h>
QT_BEGIN_NAMESPACE
diff --git a/src/designer/src/components/propertyeditor/stringlisteditor.h b/src/designer/src/components/propertyeditor/stringlisteditor.h
index 5091e9c56..9b092bb0e 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditor.h
+++ b/src/designer/src/components/propertyeditor/stringlisteditor.h
@@ -30,7 +30,7 @@
#define STRINGLISTEDITOR_H
#include "ui_stringlisteditor.h"
-#include <QtCore/QStringList>
+#include <QtCore/qstringlist.h>
QT_BEGIN_NAMESPACE
class QStringListModel;
diff --git a/src/designer/src/components/propertyeditor/stringlisteditorbutton.h b/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
index 36865e00f..072b123ca 100644
--- a/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
+++ b/src/designer/src/components/propertyeditor/stringlisteditorbutton.h
@@ -31,8 +31,8 @@
#include "propertyeditor_global.h"
-#include <QtCore/QStringList>
-#include <QtWidgets/QToolButton>
+#include <QtCore/qstringlist.h>
+#include <QtWidgets/qtoolbutton.h>
QT_BEGIN_NAMESPACE