Qt: Fix links in first page of Setup Wizard
This commit is contained in:
parent
81e8abdc1e
commit
6d57cb9d80
|
@ -55,6 +55,12 @@
|
|||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<enum>Qt::TextBrowserInteraction</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue