Skip to content
Snippets Groups Projects
Commit f37a6c20 authored by inso's avatar inso
Browse files

Plugin development doc

parent 232ea444
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ def plugin_exec(app, main_window):
"""
# Place your init code here
pass
```icons
```
## Building your plugin
......@@ -50,6 +50,8 @@ To build the plugin, you need :
### To generate resources (images, qrc, ...)
Generating resources uses [pyrcc5](http://pyqt.sourceforge.net/Docs/PyQt5/resources.html).
Generating designer ui files uses [pyuic5](http://pyqt.sourceforge.net/Docs/PyQt5/designer.html).
To help you generate your resources, you should copy the `gen_resources.py` file from sakia sources and configure the
variable `gen_resources`. Replace `'src'` by the name of your plugin package.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment