forked from CEN-RA/Plugin_QGIS
add CEN38 icon
This commit is contained in:
parent
059ba80004
commit
27afebc093
@ -64,7 +64,7 @@ class PgAutoMap:
|
||||
self.toolBar = iface.addToolBar("CenIsere_AutoMap")
|
||||
self.toolBar.setObjectName("CenIsere_AutoMap")
|
||||
|
||||
icon = QIcon(resources_path('icons', 'icon.png'))
|
||||
icon = QIcon(resources_path('icons', 'icon.svg'))
|
||||
|
||||
# Open the online help
|
||||
self.help_action = QAction(icon, 'CenIsere_AutoMap', iface.mainWindow())
|
||||
@ -116,7 +116,7 @@ class PgAutoMap:
|
||||
"""
|
||||
dialog = AutoMapAboutDialog(iface)
|
||||
dialog.exec_()
|
||||
|
||||
|
||||
def open_help():
|
||||
""" Open the online help. """
|
||||
# QDesktopServices.openUrl(QUrl('https://plateformesig.CenIsere-outils.org/'))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB |
BIN
CenIsere_AUTOMAP/icon.svg
Normal file
BIN
CenIsere_AUTOMAP/icon.svg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
@ -28,7 +28,7 @@ tags=python
|
||||
|
||||
|
||||
category=Plugins
|
||||
icon=icon.png
|
||||
icon=icon.svg
|
||||
# experimental flag
|
||||
experimental=False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user