diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2020-01-06 05:17:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 05:17:01 -0700 |
| commit | dfa600996c49c1b23dca884c963dc917bd9cfc0a (patch) | |
| tree | c6def4277cc962822d0dcde71fa9148e050f693f /src/aboutdialog.ui | |
| parent | e69078e2399a88bda7bb9ffae7a3d57db9a4e9cf (diff) | |
| parent | d1a788dfad341b32235abc25c2ba1645f8be1ace (diff) | |
Merge pull request #954 from ModOrganizer2/Develop
Stage for release 2.2.2
Diffstat (limited to 'src/aboutdialog.ui')
| -rw-r--r-- | src/aboutdialog.ui | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index c72a85f8..ec2b754d 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -105,6 +105,13 @@ </widget>
</item>
<item>
+ <widget class="QLabel" name="usvfsLabel">
+ <property name="text">
+ <string>usvfs:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -151,9 +158,9 @@ </spacer>
</item>
<item>
- <widget class="QLabel" name="sourceText">
+ <widget class="LinkLabel" name="sourceText">
<property name="text">
- <string><html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer"><span style=" text-decoration: underline; color:#007af4;">GitHub</span></a>.</p></body></html></string>
+ <string><html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer">GitHub</a>.</p></body></html></string>
</property>
</widget>
</item>
@@ -208,6 +215,11 @@ <string notr="true">LostDragonist</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string notr="true">isanae</string>
+ </property>
+ </item>
</widget>
</item>
</layout>
@@ -236,11 +248,6 @@ </item>
<item>
<property name="text">
- <string notr="true">isanae</string>
- </property>
- </item>
- <item>
- <property name="text">
<string notr="true">Project579</string>
</property>
</item>
@@ -322,6 +329,11 @@ </item>
<item>
<property name="text">
+ <string notr="true">Xahtax (German)</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string>yohru (Japanese)</string>
</property>
</item>
@@ -464,6 +476,11 @@ </item>
<item>
<property name="text">
+ <string notr="true">reedts</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string notr="true">Schilduin</string>
</property>
</item>
@@ -529,6 +546,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>
|
