Merge pull request #4403
5fbb4c9
[Qt] fix links in about window not opening (Philip Kaufmann)
This commit is contained in:
commit
6e8472ec7c
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@
|
|||
<property name="textFormat">
|
||||
<enum>Qt::PlainText</enum>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue