Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
diachronix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Passy
diachronix
Commits
f190b9c1
Commit
f190b9c1
authored
2 years ago
by
Sylvain Théry
Browse files
Options
Downloads
Patches
Plain Diff
issue with icon plugins/diachronix/active_channel_evolution_icon.png'
parent
0e932cf0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
active_channel_evolution.py
+3
-1
3 additions, 1 deletion
active_channel_evolution.py
resources.py
+6
-7
6 additions, 7 deletions
resources.py
resources.qrc
+1
-1
1 addition, 1 deletion
resources.qrc
with
10 additions
and
9 deletions
active_channel_evolution.py
+
3
−
1
View file @
f190b9c1
...
...
@@ -177,7 +177,7 @@ class active_channel_evolution:
def
initGui
(
self
):
"""
Create the menu entries and toolbar icons inside the QGIS GUI.
"""
icon_path
=
'
:/plugins/
active_bands_evolution
/active_channel_evolution_icon.png
'
icon_path
=
'
:/plugins/
diachronix
/active_channel_evolution_icon.png
'
self
.
add_action
(
icon_path
,
text
=
self
.
tr
(
u
'
Building of the blocks
'
),
...
...
@@ -190,7 +190,9 @@ class active_channel_evolution:
def
unload
(
self
):
"""
Removes the plugin menu item and icon from QGIS GUI.
"""
print
(
'
unloading
'
)
for
action
in
self
.
actions
:
print
(
action
)
self
.
iface
.
removePluginMenu
(
self
.
tr
(
u
'
Building of the blocks
'
),
action
)
self
.
iface
.
removeToolBarIcon
(
action
)
...
...
This diff is collapsed.
Click to expand it.
resources.py
+
6
−
7
View file @
f190b9c1
...
...
@@ -234,11 +234,10 @@ qt_resource_name = b"\
\x07\x3b\xe0\xb3\
\x00\x70\
\x00\x6c\x00\x75\x00\x67\x00\x69\x00\x6e\x00\x73\
\x00\x16\
\x00\x50\xa5\x1e\
\x00\x61\
\x00\x63\x00\x74\x00\x69\x00\x76\x00\x65\x00\x5f\x00\x62\x00\x61\x00\x6e\x00\x64\x00\x73\x00\x5f\x00\x65\x00\x76\x00\x6f\x00\x6c\
\x00\x75\x00\x74\x00\x69\x00\x6f\x00\x6e\
\x00\x0a\
\x09\xf4\x3b\xe8\
\x00\x64\
\x00\x69\x00\x61\x00\x63\x00\x68\x00\x72\x00\x6f\x00\x6e\x00\x69\x00\x78\
\x00\x21\
\x00\x39\x5e\xc7\
\x00\x61\
...
...
@@ -251,7 +250,7 @@ qt_resource_struct_v1 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x
46
\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x00\x
2e
\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
"
qt_resource_struct_v2
=
b
"
\
...
...
@@ -261,7 +260,7 @@ qt_resource_struct_v2 = b"\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x
46
\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x00\x
2e
\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x81\xf1\x88\x4d\xbe\
"
...
...
This diff is collapsed.
Click to expand it.
resources.qrc
+
1
−
1
View file @
f190b9c1
<RCC>
<qresource prefix="/plugins/
active_bands_evolution
" >
<qresource prefix="/plugins/
diachronix
" >
<file>active_channel_evolution_icon.png</file>
</qresource>
</RCC>
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