qgis_layout_plugin/plot_layout
nobohan 37f0f6f2cb can add html content to the QgsLayoutItem 2021-07-13 16:02:32 +02:00
..
__pycache__ add properties in the layout widget 2021-07-13 13:47:06 +02:00
gui add properties in the layout widget 2021-07-13 13:47:06 +02:00
help initial commit 2021-07-13 10:39:19 +02:00
i18n initial commit 2021-07-13 10:39:19 +02:00
layouts can add html content to the QgsLayoutItem 2021-07-13 16:02:32 +02:00
scripts initial commit 2021-07-13 10:39:19 +02:00
.gitignore simplify icon 2021-07-13 11:47:27 +02:00
Makefile initial commit 2021-07-13 10:39:19 +02:00
README.html initial commit 2021-07-13 10:39:19 +02:00
README.txt initial commit 2021-07-13 10:39:19 +02:00
__init__.py initial commit 2021-07-13 10:39:19 +02:00
icon.png initial commit 2021-07-13 10:39:19 +02:00
metadata.txt initial commit 2021-07-13 10:39:19 +02:00
pb_tool.cfg initial commit 2021-07-13 10:39:19 +02:00
plot_layout.py initial commit 2021-07-13 10:39:19 +02:00
plot_layout_dialog.py initial commit 2021-07-13 10:39:19 +02:00
plot_layout_dialog_base.ui initial commit 2021-07-13 10:39:19 +02:00
plugin_upload.py initial commit 2021-07-13 10:39:19 +02:00
pylintrc initial commit 2021-07-13 10:39:19 +02:00
resources.py initial commit 2021-07-13 10:39:19 +02:00
resources.qrc initial commit 2021-07-13 10:39:19 +02:00

README.txt

Plugin Builder Results

Your plugin PlotInLayout was created in:
    /mnt/tera/ChampsLibres/Projets/FormationQGIS/pyQGIS/plugin_layout/plot_layout

Your QGIS plugin directory is located at:
    /home/julien/.local/share/QGIS/QGIS3/profiles/default/python/plugins

What's Next:

  * Copy the entire directory containing your new plugin to the QGIS plugin
    directory

  * Compile the resources file using pyrcc5

  * Run the tests (``make test``)

  * Test the plugin by enabling it in the QGIS plugin manager

  * Customize it by editing the implementation file: ``plot_layout.py``

  * Create your own custom icon, replacing the default icon.png

  * Modify your user interface by opening PlotInLayout_dialog_base.ui in Qt Designer

  * You can use the Makefile to compile your Ui and resource files when
    you make changes. This requires GNU make (gmake)

For more information, see the PyQGIS Developer Cookbook at:
http://www.qgis.org/pyqgis-cookbook/index.html

(C) 2011-2018 GeoApt LLC - geoapt.com