Merge pull request #2534 from WizardCM/update-clickable

UI: Make links in updater dialog clickable
This commit is contained in:
Jim 2020-03-20 23:11:35 -07:00 committed by GitHub
commit f44bfc23a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
</widget>
</item>
<item>
<widget class="QTextEdit" name="text">
<widget class="QTextBrowser" name="text">
<property name="readOnly">
<bool>true</bool>
</property>
@ -33,6 +33,9 @@ p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>