Skip to content

Commit fb7cb0a

Browse files
committed
Just making sure you get credit for your banners
1 parent e226c20 commit fb7cb0a

File tree

5 files changed

+39
-13
lines changed

5 files changed

+39
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
- The translations have been worked on so the new features can be translated now.
2121
- The text colourized logo has been made transparent.
2222
- The default banner has been replaced with a new banner fitting the codename of EmuGUI 1.0.
23+
- The contributors list has been updated so there you get credit for the banners you made.
24+
- If one of your banners is being used, you'll also get credit in the About EmuGUI section.
2325

2426
# EmuGUI v1.0.0.5307_b1 "Adèle Angela" (based on v1.0.0.5306_dev)
2527

CONTRIBUTORS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
Nicolas Lucien/Tech-FZ
44

5-
BasDeGamer
5+
BasDeGamer
6+
7+
# Banners
8+
9+
| Version | Author |
10+
| ------- | ------ |
11+
| pre-1.0 | Tech-FZ |
12+
| 1.0 "Adèle Angela | Tech-FZ |

ui/Main.ui

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,17 @@
432432
</rect>
433433
</property>
434434
<layout class="QGridLayout" name="gridLayout_3">
435-
<item row="3" column="0">
435+
<item row="2" column="0">
436+
<widget class="QLabel" name="label_8">
437+
<property name="text">
438+
<string>EmuGUI v0.0.1</string>
439+
</property>
440+
<property name="alignment">
441+
<set>Qt::AlignCenter</set>
442+
</property>
443+
</widget>
444+
</item>
445+
<item row="5" column="0">
436446
<widget class="QLabel" name="label_10">
437447
<property name="text">
438448
<string>WARNING: This program comes with ABSOLUTELY NO WARRANTY under applicable law. Please see the GNU GPL license for details.</string>
@@ -460,7 +470,7 @@
460470
</property>
461471
</widget>
462472
</item>
463-
<item row="2" column="0">
473+
<item row="4" column="0">
464474
<widget class="QLabel" name="label_7">
465475
<property name="text">
466476
<string>Built on Python and PyQt technology, licensed under GNU General Public License 3.0</string>
@@ -473,10 +483,10 @@
473483
</property>
474484
</widget>
475485
</item>
476-
<item row="1" column="0">
477-
<widget class="QLabel" name="label_8">
486+
<item row="3" column="0">
487+
<widget class="QLabel" name="label_14">
478488
<property name="text">
479-
<string>EmuGUI v0.0.1</string>
489+
<string>Banner made by Tech-FZ</string>
480490
</property>
481491
<property name="alignment">
482492
<set>Qt::AlignCenter</set>
146 Bytes
Binary file not shown.

uiScripts/ui_Main.py

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,18 @@ def setupUi(self, MainWindow):
333333
self.gridLayout_3 = QGridLayout(self.gridLayoutWidget_3)
334334
self.gridLayout_3.setObjectName(u"gridLayout_3")
335335
self.gridLayout_3.setContentsMargins(0, 0, 0, 0)
336+
self.label_8 = QLabel(self.gridLayoutWidget_3)
337+
self.label_8.setObjectName(u"label_8")
338+
self.label_8.setAlignment(Qt.AlignCenter)
339+
340+
self.gridLayout_3.addWidget(self.label_8, 2, 0, 1, 1)
341+
336342
self.label_10 = QLabel(self.gridLayoutWidget_3)
337343
self.label_10.setObjectName(u"label_10")
338344
self.label_10.setAlignment(Qt.AlignCenter)
339345
self.label_10.setWordWrap(True)
340346

341-
self.gridLayout_3.addWidget(self.label_10, 3, 0, 1, 1)
347+
self.gridLayout_3.addWidget(self.label_10, 5, 0, 1, 1)
342348

343349
self.label_6 = QLabel(self.gridLayoutWidget_3)
344350
self.label_6.setObjectName(u"label_6")
@@ -354,13 +360,13 @@ def setupUi(self, MainWindow):
354360
self.label_7.setAlignment(Qt.AlignCenter)
355361
self.label_7.setWordWrap(True)
356362

357-
self.gridLayout_3.addWidget(self.label_7, 2, 0, 1, 1)
363+
self.gridLayout_3.addWidget(self.label_7, 4, 0, 1, 1)
358364

359-
self.label_8 = QLabel(self.gridLayoutWidget_3)
360-
self.label_8.setObjectName(u"label_8")
361-
self.label_8.setAlignment(Qt.AlignCenter)
365+
self.label_14 = QLabel(self.gridLayoutWidget_3)
366+
self.label_14.setObjectName(u"label_14")
367+
self.label_14.setAlignment(Qt.AlignCenter)
362368

363-
self.gridLayout_3.addWidget(self.label_8, 1, 0, 1, 1)
369+
self.gridLayout_3.addWidget(self.label_14, 3, 0, 1, 1)
364370

365371
self.tabWidget_2.addTab(self.tab_4, "")
366372
self.tabWidget.addTab(self.tab_2, "")
@@ -431,10 +437,11 @@ def retranslateUi(self, MainWindow):
431437
self.label_13.setText(QCoreApplication.translate("MainWindow", u"qemu-system-sparc64 path", None))
432438
self.pushButton_14.setText(QCoreApplication.translate("MainWindow", u"Browse", None))
433439
self.tabWidget_2.setTabText(self.tabWidget_2.indexOf(self.tab_3), QCoreApplication.translate("MainWindow", u"QEMU", None))
440+
self.label_8.setText(QCoreApplication.translate("MainWindow", u"EmuGUI v0.0.1", None))
434441
self.label_10.setText(QCoreApplication.translate("MainWindow", u"WARNING: This program comes with ABSOLUTELY NO WARRANTY under applicable law. Please see the GNU GPL license for details.", None))
435442
self.label_6.setText(QCoreApplication.translate("MainWindow", u"EmuGUI", None))
436443
self.label_7.setText(QCoreApplication.translate("MainWindow", u"Built on Python and PyQt technology, licensed under GNU General Public License 3.0", None))
437-
self.label_8.setText(QCoreApplication.translate("MainWindow", u"EmuGUI v0.0.1", None))
444+
self.label_14.setText(QCoreApplication.translate("MainWindow", u"Banner made by Tech-FZ", None))
438445
self.tabWidget_2.setTabText(self.tabWidget_2.indexOf(self.tab_4), QCoreApplication.translate("MainWindow", u"About EmuGUI", None))
439446
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate("MainWindow", u"Settings", None))
440447
# retranslateUi

0 commit comments

Comments
 (0)