version 2.13.0
add Map library (MapView with OSM maps and items) and mapviewer util
This commit is contained in:
13
libs/map/plugin/mapview_designerplugin.cpp
Normal file
13
libs/map/plugin/mapview_designerplugin.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "mapview_designerplugin.h"
|
||||
|
||||
#include "mapplugin.h"
|
||||
|
||||
|
||||
MapDesignerPlugin::MapDesignerPlugin(QObject * parent): QObject(parent) {
|
||||
m_widgets.append(new MapPlugin(this));
|
||||
}
|
||||
|
||||
|
||||
QList<QDesignerCustomWidgetInterface *> MapDesignerPlugin::customWidgets() const {
|
||||
return m_widgets;
|
||||
}
|
||||
Reference in New Issue
Block a user