README.txt 976 B

1234567891011121314151617181920212223242526272829303132
  1. Plugin Builder Results
  2. Your plugin Atlas was created in:
  3. C:/Program Files/QGIS 3.4/apps/qgis/python/plugins\atlas
  4. Your QGIS plugin directory is located at:
  5. C:/Users/Honza/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins
  6. What's Next:
  7. * Copy the entire directory containing your new plugin to the QGIS plugin
  8. directory
  9. * Compile the resources file using pyrcc5
  10. * Run the tests (``make test``)
  11. * Test the plugin by enabling it in the QGIS plugin manager
  12. * Customize it by editing the implementation file: ``Atlas.py``
  13. * Create your own custom icon, replacing the default icon.png
  14. * Modify your user interface by opening Atlas_dockwidget_base.ui in Qt Designer
  15. * You can use the Makefile to compile your Ui and resource files when
  16. you make changes. This requires GNU make (gmake)
  17. For more information, see the PyQGIS Developer Cookbook at:
  18. http://www.qgis.org/pyqgis-cookbook/index.html
  19. (C) 2011-2018 GeoApt LLC - geoapt.com