Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
10db40e0
Commit
10db40e0
authored
7 years ago
by
inso
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' of github.com:duniter/sakia into dev
parents
f37a6c20
23ee5548
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/plugin_development.md
+3
-3
3 additions, 3 deletions
doc/plugin_development.md
with
3 additions
and
3 deletions
doc/plugin_development.md
+
3
−
3
View file @
10db40e0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## Prepare dev environment
## Prepare dev environment
Follow the doc file
[
Install for developers
](
https://github.com/duniter/sakia/doc/install_for_developers.md
)
.
Follow the doc file
[
Install for developers
](
https://github.com/duniter/sakia/
blob/dev/
doc/install_for_developers.md
)
.
You can use the same pyenv environment to develop your plugin.
You can use the same pyenv environment to develop your plugin.
## Plugin structure
## Plugin structure
...
@@ -57,7 +57,7 @@ To help you generate your resources, you should copy the `gen_resources.py` file
...
@@ -57,7 +57,7 @@ To help you generate your resources, you should copy the `gen_resources.py` file
### To import your resources in your code
### To import your resources in your code
The generation of the resources build the following python files :
The generation of the resources build
s
the following python files :
-
`filename.ui`
->
`filename_uic.py`
-
`filename.ui`
->
`filename_uic.py`
-
`filename.qrc`
->
`filename_rc.py`
-
`filename.qrc`
->
`filename_rc.py`
...
@@ -66,7 +66,7 @@ The `filename_uic.py` file should be imported in the file using the designed wid
...
@@ -66,7 +66,7 @@ The `filename_uic.py` file should be imported in the file using the designed wid
[
dialog of the example plugin
](
https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/main_dialog.py
)
[
dialog of the example plugin
](
https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/main_dialog.py
)
The
`filename_rc.py`
file should be imported in the
`__init__.py`
file, on the last line. See the
The
`filename_rc.py`
file should be imported in the
`__init__.py`
file, on the last line. See the
[
__init__.py of the example plugin
](
https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/__init__.py#L28
)
[
\
__init__.py of the example plugin
](
https://github.com/Insoleet/sakia-plugin-example/blob/master/plugin_example/__init__.py#L28
)
### To generate your plugin
### To generate your plugin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment