Clickable URL links
This commit is contained in:
parent
c4f99f9b2b
commit
327e7882b5
3 changed files with 153 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue