select word on double click

This commit is contained in:
2021-11-01 15:13:41 +01:00
parent 2f1aabb379
commit f471f4785e
5 changed files with 88 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ class AboutDialog(QDialog):
label = Label(self.tr(textwrap.dedent("""
Log file viewer<br>
(c) 2021 Open Text Corporation<br>
<a href="https://www.opentext.com/">License: to be decided</a>""")))
<a href="https://www.opentext.com/">License: GPL</a>""")))
result.layout.addWidget(label)
return result