Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 1.94 KB

index.rst

File metadata and controls

89 lines (64 loc) · 1.94 KB

QGIS Plugins

.. only:: html

   .. image:: images/qgis_logo.png
      :width: 140px
      :align: left

Python support was introduced in QGIS 0.9 (2007). Today, there are several ways how to use Python in QGIS Desktop. They are covered in the following sections:

  • Enter commands in the QGIS Python interactive console
  • Create and use QGIS plugins
  • Automatically run Python code when QGIS starts
  • Create custom applications based on the QGIS API

(source: PyQGIS Developer Cookbook)

Important

All examples are QGIS 3.28 LTR compatible. Python 3 and Qt 5 required. Functionality in other QGIS versions is not guaranteed.

.. toctree::
   :maxdepth: 2
   :caption: Contents

   python/index
   setup_qgis
   start_plugin
   build_plugin
   qt_designer
   plugins/index
   publish_plugin
   installation/index

Important links

Important

Cookbook (very useful!!!)

About

Licensed under Creative Commons Attribution-ShareAlike 4.0 International License.

images/cc-by-sa.png

Version: |release| (built |today|)

Authors

On behalf of GISMentors group:

Source code

Source code is available at:

Feel free to report issues at: