16#ifndef QGSVECTORTILELAYERPROPERTIES_H
17#define QGSVECTORTILELAYERPROPERTIES_H
21#include "ui_qgsvectortilelayerpropertiesbase.h"
28class QgsVectorTileBasicLabelingWidget;
29class QgsVectorTileBasicRendererWidget;
51 void loadDefaultStyle();
52 void saveDefaultStyle();
55 void aboutToShowStyleMenu();
57 void saveMetadataAs();
59 void urlClicked(
const QUrl &url );
70 QgsVectorTileBasicRendererWidget *mRendererWidget =
nullptr;
71 QgsVectorTileBasicLabelingWidget *mLabelingWidget =
nullptr;
73 QPushButton *mBtnStyle =
nullptr;
74 QPushButton *mBtnMetadata =
nullptr;
75 QAction *mActionLoadMetadata =
nullptr;
76 QAction *mActionSaveMetadataAs =
nullptr;
Map canvas is a class for displaying all GIS data types on a canvas.
Stores style information (renderer, opacity, labeling, diagrams etc.) applicable to a map layer.
Base class for all map layer types.
A bar for displaying non-blocking messages to the user.
A base dialog for options and properties dialogs that offers vertical tabs.
virtual void optionsStackedWidget_CurrentChanged(int index)
Select relevant tab on current page change.
Vectortile layer properties dialog.
Implements a map layer that is dedicated to rendering of vector tiles.