diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2018-05-08 12:47:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 12:47:54 +0200 |
| commit | 0da6af17b2d6a6965849aa0effd5a1a876f447c4 (patch) | |
| tree | 306056296c7a35504e85825ec6965b5193c74b24 /src/aboutdialog.ui | |
| parent | bc75009169ecbf378fa90891dc8183a8cb3ef499 (diff) | |
| parent | 44111d12c181ff062d7936480fdc380e33232e0e (diff) | |
Merge pull request #336 from Modorganizer2/Develop
Release 2.1.3
Diffstat (limited to 'src/aboutdialog.ui')
| -rw-r--r-- | src/aboutdialog.ui | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 69e52708..7e90ec32 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -125,7 +125,7 @@ </widget>
</item>
<item>
- <widget class="QLabel" name="label_2">
+ <widget class="QLabel" name="copyrightText">
<property name="text">
<string notr="true"><html><head/><body><p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p><p>See the GNU General Public License for more details.</p><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>
</property>
@@ -153,8 +153,8 @@ <attribute name="title">
<string>Thanks</string>
</attribute>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
+ <layout class="QGridLayout" name="gridLayout_0">
+ <item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Current Maintainers</string>
@@ -167,12 +167,12 @@ </property>
<item>
<property name="text">
- <string notr="true">LePresidente (Project Lead)</string>
+ <string>LePresidente (Project Lead)</string>
</property>
</item>
<item>
<property name="text">
- <string>AL12</string>
+ <string notr="true">AL12</string>
</property>
</item>
<item>
@@ -195,9 +195,30 @@ </layout>
</widget>
</item>
- <item>
+ <item row="1" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
+ <string>Major Contributors</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_7" stretch="0">
+ <item>
+ <widget class="QListWidget" name="listWidget_2">
+ <property name="selectionMode">
+ <enum>QAbstractItemView::NoSelection</enum>
+ </property>
+ <item>
+ <property name="text">
+ <string notr="true">AnyOldName3 (Python Plugins)</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="0" column="1" rowspan="2">
+ <widget class="QGroupBox" name="groupBox_3">
+ <property name="title">
<string>Translators</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@@ -317,8 +338,8 @@ </layout>
</widget>
</item>
- <item>
- <widget class="QGroupBox" name="groupBox_3">
+ <item row="0" column="2" rowspan="2">
+ <widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Other Supporters && Contributors</string>
</property>
@@ -330,11 +351,6 @@ </property>
<item>
<property name="text">
- <string notr="true">AnyOldName3</string>
- </property>
- </item>
- <item>
- <property name="text">
<string notr="true">blacksol</string>
</property>
</item>
@@ -370,6 +386,11 @@ </item>
<item>
<property name="text">
+ <string notr="true">GrantSP</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string notr="true">GSDFan</string>
</property>
</item>
@@ -380,6 +401,11 @@ </item>
<item>
<property name="text">
+ <string notr="true">outdatedtv</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string notr="true">Schilduin</string>
</property>
</item>
|
