We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add context menu shortcuts to export code snippets as shown in https://pyqgis-icons-cheatsheet.geotribu.fr/
E.g. for the resource :images/composer/missing_image.png
:images/composer/missing_image.png
QIcon(":images/composer/missing_image.png")
QPixmap(":images/composer/missing_image.png")
QIcon(QgsApplication.iconPath("missing_image.png"))
No response
The text was updated successfully, but these errors were encountered:
Sure, it's definitely in my plans! Also using QgsApplication.getThemeIcon.
QgsApplication.getThemeIcon
I'll add a copy/paste button and a settings to allow setting a default syntax preference.
Sorry, something went wrong.
Feature: add context menu to graphical preview (#26)
426e1c8
Related to #17 ![image](https://user-images.githubusercontent.com/1596222/233450132-baa24875-5d1f-4888-a08d-5c5f0a514a24.png)
Guts
No branches or pull requests
Feature description
Add context menu shortcuts to export code snippets as shown in https://pyqgis-icons-cheatsheet.geotribu.fr/
E.g. for the resource
:images/composer/missing_image.png
QIcon(":images/composer/missing_image.png")
QPixmap(":images/composer/missing_image.png")
QIcon(QgsApplication.iconPath("missing_image.png"))
Additional context
No response
The text was updated successfully, but these errors were encountered: