README.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <body>
  3. <h3>Plugin Builder Results</h3>
  4. Congratulations! You just built a plugin for QGIS!<br/><br />
  5. <div id='help' style='font-size:.9em;'>
  6. Your plugin <b>Atlas</b> was created in:<br>
  7. &nbsp;&nbsp;<b>C:/Program Files/QGIS 3.4/apps/qgis/python/plugins\atlas</b>
  8. <p>
  9. Your QGIS plugin directory is located at:<br>
  10. &nbsp;&nbsp;<b>C:/Users/Honza/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins</b>
  11. <p>
  12. <h3>What's Next</h3>
  13. <ol>
  14. <li>In your plugin directory, compile the resources file using pyrcc5 (simply run <b>make</b> if you have automake or use <b>pb_tool</b>)
  15. <li>Test the generated sources using <b>make test</b> (or run tests from your IDE)
  16. <li>Copy the entire directory containing your new plugin to the QGIS plugin directory (see Notes below)
  17. <li>Test the plugin by enabling it in the QGIS plugin manager
  18. <li>Customize it by editing the implementation file <b>Atlas.py</b>
  19. <li>Create your own custom icon, replacing the default <b>icon.png</b>
  20. <li>Modify your user interface by opening <b>Atlas_dockwidget_base.ui</b> in Qt Designer
  21. </ol>
  22. Notes:
  23. <ul>
  24. <li>You can use the <b>Makefile</b> to compile and deploy when you
  25. make changes. This requires GNU make (gmake). The Makefile is ready to use, however you
  26. will have to edit it to add addional Python source files, dialogs, and translations.
  27. <li>You can also use <b>pb_tool</b> to compile and deploy your plugin. Tweak the <i>pb_tool.cfg</i> file included with your plugin as you add files. Install <b>pb_tool</b> using
  28. <i>pip</i> or <i>easy_install</i>. See <b>http://loc8.cc/pb_tool</b> for more information.
  29. </ul>
  30. </div>
  31. <div style='font-size:.9em;'>
  32. <p>
  33. For information on writing PyQGIS code, see <b>http://loc8.cc/pyqgis_resources</b> for a list of resources.
  34. </p>
  35. </div>
  36. <p>
  37. &copy;2011-2018 GeoApt LLC - geoapt.com
  38. </p>
  39. </body>
  40. </html>