Clickable URL links

This commit is contained in:
Miguel Jacq 2025-11-02 11:00:00 +11:00
parent c4f99f9b2b
commit 327e7882b5
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 153 additions and 3 deletions

View file

@ -19,6 +19,7 @@ class ToolBar(QToolBar):
def __init__(self, parent=None):
super().__init__("Format", parent)
self._build_actions()
self.setObjectName("Format")
def _build_actions(self):
# Bold