Skip to content

QGIS plugin for testing a variety of aspects related to PyQGIS

License

Notifications You must be signed in to change notification settings

gacarrillor/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

QGIS plugin for testing a variety of aspects related to PyQGIS

Tags

Go to Tags to see all versions of the plugin (each version tackles a different aspect). This is a summary:

  • QGIS GUI customization (QGIS 3)

    Open QGIS and you should notice:

    A new menu "My tools"
    A new toolbar "My tools"
    A missing Edit menu
    A missing File toolbar (i.e., no New/Open/Save project buttons, among others)
    

    See this post for context. Download plugin ZIP file.

  • Function notifications (QGIS 3)

    Open QGIS and you will see some message boxes that let you know when QGIS plugin functions are being called. Particularly, you will be notified when _init_(), initGui(), run(), and unload() functions are called.

    See this post for more context. Download plugin ZIP file.

  • Attribute value changed (QGIS 2)

    Open QGIS, load a vector layer, and click on the plugins icon. Start editing and edit any existing attribute value of the 1st layer in the QGIS ToC. You should see a message box after that change.

    See this post for more context. Download plugin ZIP file.

  • Mutually exclusive buttons (QGIS 2)

    Open QGIS and you should notice that the plugin button (identified by an icon of a directory) is mutually exclusive with QGIS buttons from Navigation and Attributes toolbars. For instance, if you click on Pan tool and then click on the plugin button, the Pan tool is deactivated.

    See this post for context. Download plugin ZIP file.

  • Tooltip for Raster Value (QGIS 2)

    By toggling the plugin's button you can enable tooltips displaying raster cell values for the active layer (if it's a raster). (Icon by http://www.webalys.com/)

    See this post for context. Download plugin ZIP file.

    image

Installation

  • Download the ZIP file.
  • Install it via Plugins --> Manage and Install Plugins... --> Install from ZIP.

About

QGIS plugin for testing a variety of aspects related to PyQGIS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages