Application
This module aims to simplify the use of QGIS processing algorithm in your IDE. The QgisApp class allows to launch a custom QGIS application that sets up most of the import.
You can also access a minimalist canvas to see results wihout writing them or/and loading them into QGIS.
Available classes:
- QgisApp - Is the class to use for accessing all of the others
- QgisCanvas
- QgisActionButton
- QgisZoomOut
- QgisZoomIn
- QgisPan
- QgisIdentify
Usage of the QgisApp class can be seen in the tutorial