summaryrefslogtreecommitdiff
path: root/src/aboutdialog.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-27 14:10:50 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-27 14:10:50 -0500
commit70e66802a2d46a1ffdac7528b134c9d7741a8797 (patch)
tree800e8f695d1ec4d3a8fe3ed312e5e00ae14df875 /src/aboutdialog.ui
parent892a19bfc613bbc6d157eced8356314026febbac (diff)
changed labels that have links to new LinkLabel, removed hardcoded colors
changed the link colors on dark themes to something saner
Diffstat (limited to 'src/aboutdialog.ui')
-rw-r--r--src/aboutdialog.ui11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index 415ce0a7..424a80f9 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -158,9 +158,9 @@
</spacer>
</item>
<item>
- <widget class="QLabel" name="sourceText">
+ <widget class="LinkLabel" name="sourceText">
<property name="text">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Source code can be found at &lt;a href=&quot;https://github.com/ModOrganizer2/modorganizer&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;GitHub&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Source code can be found at &lt;a href=&quot;https://github.com/ModOrganizer2/modorganizer&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@@ -536,6 +536,13 @@
</item>
</layout>
</widget>
+ <customwidgets>
+ <customwidget>
+ <class>LinkLabel</class>
+ <extends>QLabel</extends>
+ <header location="global">linklabel.h</header>
+ </customwidget>
+ </customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>