mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Rename some rendererV2 ui files
This commit is contained in:
parent
ec98dfcf92
commit
a3db4e3098
@ -12,8 +12,8 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
#ifndef QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
|
||||
#define QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
|
||||
#ifndef QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H
|
||||
#define QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H
|
||||
|
||||
#include "qgscategorizedsymbolrenderer.h"
|
||||
#include "qgis.h"
|
||||
@ -25,7 +25,7 @@
|
||||
class QgsCategorizedSymbolRenderer;
|
||||
class QgsRendererCategory;
|
||||
|
||||
#include "ui_qgscategorizedsymbolrendererv2widget.h"
|
||||
#include "ui_qgscategorizedsymbolrendererwidget.h"
|
||||
#include "qgis_gui.h"
|
||||
|
||||
|
||||
@ -195,4 +195,4 @@ class GUI_EXPORT QgsCategorizedSymbolRendererWidget : public QgsRendererWidget,
|
||||
QgsExpressionContext createExpressionContext() const override;
|
||||
};
|
||||
|
||||
#endif // QGSCATEGORIZEDSYMBOLRENDERERV2WIDGET_H
|
||||
#endif // QGSCATEGORIZEDSYMBOLRENDERERWIDGET_H
|
||||
|
@ -13,11 +13,11 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSCPTCITYCOLORRAMPV2DIALOG_H
|
||||
#define QGSCPTCITYCOLORRAMPV2DIALOG_H
|
||||
#ifndef QGSCPTCITYCOLORRAMPDIALOG_H
|
||||
#define QGSCPTCITYCOLORRAMPDIALOG_H
|
||||
|
||||
|
||||
#include "ui_qgscptcitycolorrampv2dialogbase.h"
|
||||
#include "ui_qgscptcitycolorrampdialogbase.h"
|
||||
#include "qgis.h"
|
||||
#include <QDialog>
|
||||
|
||||
|
@ -13,8 +13,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
|
||||
#define QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
|
||||
#ifndef QGSGRADUATEDSYMBOLRENDERERWIDGET_H
|
||||
#define QGSGRADUATEDSYMBOLRENDERERWIDGET_H
|
||||
|
||||
#include "qgsgraduatedsymbolrenderer.h"
|
||||
#include "qgis.h"
|
||||
@ -22,7 +22,7 @@
|
||||
#include "qgsproxystyle.h"
|
||||
#include <QStandardItem>
|
||||
|
||||
#include "ui_qgsgraduatedsymbolrendererv2widget.h"
|
||||
#include "ui_qgsgraduatedsymbolrendererwidget.h"
|
||||
#include "qgis_gui.h"
|
||||
|
||||
#ifndef SIP_RUN
|
||||
@ -170,4 +170,4 @@ class GUI_EXPORT QgsGraduatedSymbolRendererWidget : public QgsRendererWidget, pr
|
||||
};
|
||||
|
||||
|
||||
#endif // QGSGRADUATEDSYMBOLRENDERERV2WIDGET_H
|
||||
#endif // QGSGRADUATEDSYMBOLRENDERERWIDGET_H
|
||||
|
@ -14,13 +14,13 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSRENDERERV2PROPERTIESDIALOG_H
|
||||
#define QGSRENDERERV2PROPERTIESDIALOG_H
|
||||
#ifndef QGSRENDERERPROPERTIESDIALOG_H
|
||||
#define QGSRENDERERPROPERTIESDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "qgis.h"
|
||||
|
||||
#include "ui_qgsrendererv2propsdialogbase.h"
|
||||
#include "ui_qgsrendererpropsdialogbase.h"
|
||||
|
||||
#include "qgsfeaturerequest.h"
|
||||
#include "qgis_gui.h"
|
||||
|
@ -13,8 +13,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSRULEBASEDRENDERERV2WIDGET_H
|
||||
#define QGSRULEBASEDRENDERERV2WIDGET_H
|
||||
#ifndef QGSRULEBASEDRENDERERWIDGET_H
|
||||
#define QGSRULEBASEDRENDERERWIDGET_H
|
||||
|
||||
#include "qgsrendererwidget.h"
|
||||
#include "qgis.h"
|
||||
@ -100,7 +100,7 @@ class GUI_EXPORT QgsRuleBasedRendererModel : public QAbstractItemModel
|
||||
|
||||
///////
|
||||
|
||||
#include "ui_qgsrulebasedrendererv2widget.h"
|
||||
#include "ui_qgsrulebasedrendererwidget.h"
|
||||
|
||||
/**
|
||||
* \ingroup gui
|
||||
@ -282,4 +282,4 @@ class GUI_EXPORT QgsRendererRulePropsDialog : public QDialog
|
||||
};
|
||||
|
||||
|
||||
#endif // QGSRULEBASEDRENDERERV2WIDGET_H
|
||||
#endif // QGSRULEBASEDRENDERERWIDGET_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user