未验证 提交 f44bfc23 编写于 作者: J Jim 提交者: GitHub

Merge pull request #2534 from WizardCM/update-clickable

UI: Make links in updater dialog clickable
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册