Skip to content

Commit

Permalink
tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 19, 2024
1 parent 05144f6 commit 3dfe87f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pg_service_parser/pg_service_parser_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def initGui(self):
self.button.setIcon(icon)

self.menu = self.iface.pluginMenu().addMenu(icon, "PG service parser")
self.menu.setToolTipsVisible(True)

self.default_action = QAction(
QIcon(str(Path(__file__).parent / "images" / "logo.png")),
Expand All @@ -62,6 +63,7 @@ def build_menus(self):
self.menu.clear()

button_menu = QMenu()
button_menu.setToolTipsVisible(True)
button_menu.addAction(self.default_action)

self.menu.addAction(self.default_action)
Expand Down

0 comments on commit 3dfe87f

Please sign in to comment.