Merge pull request #4403

5fbb4c9 [Qt] fix links in about window not opening (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-06-24 17:59:52 +02:00
commit 6e8472ec7c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 3 additions and 0 deletions

View File

@ -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>