Qt: Fix unclickable links in Setup Wizard

This commit is contained in:
Stenzek 2024-01-24 16:58:48 +10:00 committed by Connor McLaughlin
parent 3576a1824d
commit b402f6a404
1 changed files with 13 additions and 1 deletions

View File

@ -151,7 +151,7 @@
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<enum>Qt::TextBrowserInteraction</enum>
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
@ -233,6 +233,12 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
@ -344,6 +350,12 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>