Developing QGIS Plugins
previous
|
next
|
index
Save views plugin
¶
Goal is to create QGIS plugin which will
For every feature in selected layer
Create separate image file and save it to target directory
User Inputs
¶
Existing vector layer
Target dir for image outputs
Development workflow
¶
Plugin initialization
Creating UI
Table Of Contents
Contents
QGIS and Python
Setup QGIS
Start QGIS Plugin
Build the plugin
Qt Designer
Save views plugin
User Inputs
Development workflow
Publish the plugin
Installation and environment
Search