add CEN38 icon

This commit is contained in:
Colas Geier 2025-02-04 18:41:56 +01:00
parent 059ba80004
commit 27afebc093
4 changed files with 3 additions and 3 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -28,7 +28,7 @@ tags=python
category=Plugins
icon=icon.png
icon=icon.svg
# experimental flag
experimental=False