Create a template for developing QGIS plugins
- Class Name
- This is the Python class name for your plugin. It should be in CamelCase.
- Short descriptive title
- This is the title that will be displayed in the QGIS plugin manager
- Description
- A one-liner description of the plugin
- Version number
- The version of this plugin
- Minimum required QGIS version
- QGIS version required for this plugin to work
- Text for the menu item
- This is the text that will appear in the menu
- Author/Company name
- Your name or company name (used in the copyright header)
- Email address
- Your email address (used in the copyright header)
- Website/Bug tracker
- Url of your plugins web page or bug tracker
All fields are required