Skip to content
Snippets Groups Projects
Commit f190b9c1 authored by Sylvain Théry's avatar Sylvain Théry
Browse files

issue with icon plugins/diachronix/active_channel_evolution_icon.png'

parent 0e932cf0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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\x46\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x00\x2e\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\x46\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x00\x2e\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x81\xf1\x88\x4d\xbe\
"
......
<RCC>
<qresource prefix="/plugins/active_bands_evolution" >
<qresource prefix="/plugins/diachronix" >
<file>active_channel_evolution_icon.png</file>
</qresource>
</RCC>
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