Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guts/qgis-plugin-resource-browser

A QGIS plugin to help plugins developers to browse, preview and use embedded icons in their own plugins.
https://github.com/guts/qgis-plugin-resource-browser

qgis qgis-plugin qt-resource

Last synced: about 1 month ago
JSON representation

A QGIS plugin to help plugins developers to browse, preview and use embedded icons in their own plugins.

Awesome Lists containing this project

README

        

# PyQGIS Resource Browser - QGIS Plugin

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Guts/qgis-plugin-resource-browser/main.svg)](https://results.pre-commit.ci/latest/github/Guts/qgis-plugin-resource-browser/main)
[![flake8](https://img.shields.io/badge/linter-flake8-green)](https://flake8.pycqa.org/)

Helper plugin for developers to browse, preview and get the embedded icons in QGIS.

This plugin is a companion of the website [PyQGIS Icons Cheatsheet](https://pyqgis-icons-cheatsheet.geotribu.fr/) made and published by [Julien Moura](https://github.com/guts/) on [Geotribu](http://geotribu.fr/).

[demo_qgis_plugin_resource_browser.webm](https://user-images.githubusercontent.com/1596222/232868878-1134695b-5dd8-405e-96af-00a2856d4535.webm)

Interested? Go [read the documentation](https://guts.github.io/qgis-plugin-resource-browser/).

----

## Credits

- The logic of this extension is mainly the work of [Benjamin Jakimow](https://github.com/jakimowb/) () in the [ENMap-Box plugin](https://github.com/EnMAP-Box/qgispluginsupport/blob/c951233bec44ef9fd9a46a3e73d2dc7d5269fb64/qps/resources.py) who gave his permission to directly reuse his code to make a full extension.
- The structure and technical "magic" has been generated with the help of the [QGIS Plugin Templater](https://oslandia.gitlab.io/qgis/template-qgis-plugin/)

----

## License

Distributed under the terms of the [`GPLv2+` license](LICENSE).