Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guts/qgis-plugin-resource-browser
- Owner: Guts
- License: gpl-2.0
- Created: 2023-03-20T08:31:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T07:33:17.000Z (7 months ago)
- Last Synced: 2024-05-02T18:42:00.769Z (7 months ago)
- Topics: qgis, qgis-plugin, qt-resource
- Language: Python
- Homepage: https://guts.github.io/qgis-plugin-resource-browser/
- Size: 271 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).