diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2017-12-25 07:04:55 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2017-12-25 07:04:55 +0200 |
| commit | 2ea23c41299fa22b0ade479d7e8451bccff4278e (patch) | |
| tree | 5c73204d00b44f498a860e9b07ae7b1c1739d146 /src/aboutdialog.ui | |
| parent | 100f57dea19d0de520d97bb4faaadca29ee1f2b1 (diff) | |
Disable the bsa tab for release
Version bump to 2.1.0
Updated about window
Diffstat (limited to 'src/aboutdialog.ui')
| -rw-r--r-- | src/aboutdialog.ui | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 618077ed..50a9de5f 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -154,9 +154,45 @@ <string>Thanks</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
+ <item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
+ <string>Current Maintainers</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_6">
+ <item>
+ <widget class="QListWidget" name="listWidget_2">
+ <property name="selectionMode">
+ <enum>QAbstractItemView::NoSelection</enum>
+ </property>
+ <item>
+ <property name="text">
+ <string notr="true">LePresidente</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">Silarn</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">erasmux</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string notr="true">Diana</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox_2">
+ <property name="title">
<string>Translators</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@@ -237,7 +273,7 @@ </widget>
</item>
<item>
- <widget class="QGroupBox" name="groupBox_2">
+ <widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Other Supporter</string>
</property>
@@ -247,6 +283,11 @@ <property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
+ <item>
+ <property name="text">
+ <string notr="true">Al12 (Discord) </string>
+ </property>
+ </item>
<item>
<property name="text">
<string notr="true">blacksol</string>
|
