mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
add snoolie to app credits
This commit is contained in:
@@ -86,6 +86,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
self.ui.leminKoFiBtn.clicked.connect(self.on_leminKoFiBtn_clicked)
|
self.ui.leminKoFiBtn.clicked.connect(self.on_leminKoFiBtn_clicked)
|
||||||
|
|
||||||
self.ui.posterRestoreBtn.clicked.connect(self.on_posterRestoreBtn_clicked)
|
self.ui.posterRestoreBtn.clicked.connect(self.on_posterRestoreBtn_clicked)
|
||||||
|
self.ui.snoolieBtn.clicked.connect(self.on_snoolieBtn_clicked)
|
||||||
self.ui.disfordottieBtn.clicked.connect(self.on_disfordottieBtn_clicked)
|
self.ui.disfordottieBtn.clicked.connect(self.on_disfordottieBtn_clicked)
|
||||||
self.ui.mikasaBtn.clicked.connect(self.on_mikasaBtn_clicked)
|
self.ui.mikasaBtn.clicked.connect(self.on_mikasaBtn_clicked)
|
||||||
|
|
||||||
@@ -562,6 +563,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
|
|
||||||
def on_posterRestoreBtn_clicked(self):
|
def on_posterRestoreBtn_clicked(self):
|
||||||
webbrowser.open_new_tab("https://discord.gg/gWtzTVhMvh")
|
webbrowser.open_new_tab("https://discord.gg/gWtzTVhMvh")
|
||||||
|
def on_snoolieBtn_clicked(self):
|
||||||
|
webbrowser.open_new_tab("https://github.com/0xilis/python-aar-stuff")
|
||||||
def on_disfordottieBtn_clicked(self):
|
def on_disfordottieBtn_clicked(self):
|
||||||
webbrowser.open_new_tab("https://twitter.com/disfordottie")
|
webbrowser.open_new_tab("https://twitter.com/disfordottie")
|
||||||
def on_mikasaBtn_clicked(self):
|
def on_mikasaBtn_clicked(self):
|
||||||
|
|||||||
@@ -1385,7 +1385,7 @@ QToolButton:pressed {
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>150</width>
|
<width>145</width>
|
||||||
<height>35</height>
|
<height>35</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
@@ -1435,6 +1435,27 @@ Posterboard</string>
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QToolButton" name="snoolieBtn">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QToolButton {
|
||||||
|
border-radius: 0px;
|
||||||
|
background: none;
|
||||||
|
border: 1px solid #3b3b3b;
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
QToolButton:pressed {
|
||||||
|
background-color: #535353;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Snoolie
|
||||||
|
.aar Handling</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="disfordottieBtn">
|
<widget class="QToolButton" name="disfordottieBtn">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -1464,7 +1485,7 @@ QToolButton:pressed {
|
|||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>disfordottie
|
<string>disfordottie
|
||||||
Clock Anim, Photos UI</string>
|
Feature Flags</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -1530,7 +1551,7 @@ Quiet Daemon</string>
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>150</width>
|
<width>145</width>
|
||||||
<height>35</height>
|
<height>35</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -756,7 +756,7 @@ class Ui_Nugget(object):
|
|||||||
self.helpFromBtn = QToolButton(self.horizontalWidget_21)
|
self.helpFromBtn = QToolButton(self.horizontalWidget_21)
|
||||||
self.helpFromBtn.setObjectName(u"helpFromBtn")
|
self.helpFromBtn.setObjectName(u"helpFromBtn")
|
||||||
self.helpFromBtn.setEnabled(True)
|
self.helpFromBtn.setEnabled(True)
|
||||||
self.helpFromBtn.setMinimumSize(QSize(150, 35))
|
self.helpFromBtn.setMinimumSize(QSize(145, 35))
|
||||||
self.helpFromBtn.setStyleSheet(u"QToolButton {\n"
|
self.helpFromBtn.setStyleSheet(u"QToolButton {\n"
|
||||||
" background: none;\n"
|
" background: none;\n"
|
||||||
"}")
|
"}")
|
||||||
@@ -783,6 +783,22 @@ class Ui_Nugget(object):
|
|||||||
|
|
||||||
self.horizontalLayout_2.addWidget(self.posterRestoreBtn)
|
self.horizontalLayout_2.addWidget(self.posterRestoreBtn)
|
||||||
|
|
||||||
|
self.snoolieBtn = QToolButton(self.horizontalWidget_21)
|
||||||
|
self.snoolieBtn.setObjectName(u"snoolieBtn")
|
||||||
|
self.snoolieBtn.setStyleSheet(u"QToolButton {\n"
|
||||||
|
" border-radius: 0px;\n"
|
||||||
|
" background: none;\n"
|
||||||
|
" border: 1px solid #3b3b3b;\n"
|
||||||
|
" border-left: none;\n"
|
||||||
|
"}\n"
|
||||||
|
"\n"
|
||||||
|
"QToolButton:pressed {\n"
|
||||||
|
" background-color: #535353;\n"
|
||||||
|
" color: #FFFFFF;\n"
|
||||||
|
"}")
|
||||||
|
|
||||||
|
self.horizontalLayout_2.addWidget(self.snoolieBtn)
|
||||||
|
|
||||||
self.disfordottieBtn = QToolButton(self.horizontalWidget_21)
|
self.disfordottieBtn = QToolButton(self.horizontalWidget_21)
|
||||||
self.disfordottieBtn.setObjectName(u"disfordottieBtn")
|
self.disfordottieBtn.setObjectName(u"disfordottieBtn")
|
||||||
sizePolicy2.setHeightForWidth(self.disfordottieBtn.sizePolicy().hasHeightForWidth())
|
sizePolicy2.setHeightForWidth(self.disfordottieBtn.sizePolicy().hasHeightForWidth())
|
||||||
@@ -834,7 +850,7 @@ class Ui_Nugget(object):
|
|||||||
self.toolButton_15 = QToolButton(self.horizontalWidget3)
|
self.toolButton_15 = QToolButton(self.horizontalWidget3)
|
||||||
self.toolButton_15.setObjectName(u"toolButton_15")
|
self.toolButton_15.setObjectName(u"toolButton_15")
|
||||||
self.toolButton_15.setEnabled(False)
|
self.toolButton_15.setEnabled(False)
|
||||||
self.toolButton_15.setMinimumSize(QSize(150, 35))
|
self.toolButton_15.setMinimumSize(QSize(145, 35))
|
||||||
self.toolButton_15.setStyleSheet(u"QToolButton {\n"
|
self.toolButton_15.setStyleSheet(u"QToolButton {\n"
|
||||||
" background: none;\n"
|
" background: none;\n"
|
||||||
"}")
|
"}")
|
||||||
@@ -3541,8 +3557,10 @@ class Ui_Nugget(object):
|
|||||||
self.helpFromBtn.setText(QCoreApplication.translate("Nugget", u"With Help From", None))
|
self.helpFromBtn.setText(QCoreApplication.translate("Nugget", u"With Help From", None))
|
||||||
self.posterRestoreBtn.setText(QCoreApplication.translate("Nugget", u"PosterRestore Team\n"
|
self.posterRestoreBtn.setText(QCoreApplication.translate("Nugget", u"PosterRestore Team\n"
|
||||||
"Posterboard", None))
|
"Posterboard", None))
|
||||||
|
self.snoolieBtn.setText(QCoreApplication.translate("Nugget", u"Snoolie\n"
|
||||||
|
".aar Handling", None))
|
||||||
self.disfordottieBtn.setText(QCoreApplication.translate("Nugget", u"disfordottie\n"
|
self.disfordottieBtn.setText(QCoreApplication.translate("Nugget", u"disfordottie\n"
|
||||||
"Clock Anim, Photos UI", None))
|
"Feature Flags", None))
|
||||||
self.mikasaBtn.setText(QCoreApplication.translate("Nugget", u"Mikasa\n"
|
self.mikasaBtn.setText(QCoreApplication.translate("Nugget", u"Mikasa\n"
|
||||||
"Quiet Daemon", None))
|
"Quiet Daemon", None))
|
||||||
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
|
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
|
||||||
|
|||||||
@@ -756,7 +756,7 @@ class Ui_Nugget(object):
|
|||||||
self.helpFromBtn = QToolButton(self.horizontalWidget_21)
|
self.helpFromBtn = QToolButton(self.horizontalWidget_21)
|
||||||
self.helpFromBtn.setObjectName(u"helpFromBtn")
|
self.helpFromBtn.setObjectName(u"helpFromBtn")
|
||||||
self.helpFromBtn.setEnabled(True)
|
self.helpFromBtn.setEnabled(True)
|
||||||
self.helpFromBtn.setMinimumSize(QSize(150, 35))
|
self.helpFromBtn.setMinimumSize(QSize(145, 35))
|
||||||
self.helpFromBtn.setStyleSheet(u"QToolButton {\n"
|
self.helpFromBtn.setStyleSheet(u"QToolButton {\n"
|
||||||
" background: none;\n"
|
" background: none;\n"
|
||||||
"}")
|
"}")
|
||||||
@@ -783,6 +783,22 @@ class Ui_Nugget(object):
|
|||||||
|
|
||||||
self.horizontalLayout_2.addWidget(self.posterRestoreBtn)
|
self.horizontalLayout_2.addWidget(self.posterRestoreBtn)
|
||||||
|
|
||||||
|
self.snoolieBtn = QToolButton(self.horizontalWidget_21)
|
||||||
|
self.snoolieBtn.setObjectName(u"snoolieBtn")
|
||||||
|
self.snoolieBtn.setStyleSheet(u"QToolButton {\n"
|
||||||
|
" border-radius: 0px;\n"
|
||||||
|
" background: none;\n"
|
||||||
|
" border: 1px solid #3b3b3b;\n"
|
||||||
|
" border-left: none;\n"
|
||||||
|
"}\n"
|
||||||
|
"\n"
|
||||||
|
"QToolButton:pressed {\n"
|
||||||
|
" background-color: #535353;\n"
|
||||||
|
" color: #FFFFFF;\n"
|
||||||
|
"}")
|
||||||
|
|
||||||
|
self.horizontalLayout_2.addWidget(self.snoolieBtn)
|
||||||
|
|
||||||
self.disfordottieBtn = QToolButton(self.horizontalWidget_21)
|
self.disfordottieBtn = QToolButton(self.horizontalWidget_21)
|
||||||
self.disfordottieBtn.setObjectName(u"disfordottieBtn")
|
self.disfordottieBtn.setObjectName(u"disfordottieBtn")
|
||||||
sizePolicy2.setHeightForWidth(self.disfordottieBtn.sizePolicy().hasHeightForWidth())
|
sizePolicy2.setHeightForWidth(self.disfordottieBtn.sizePolicy().hasHeightForWidth())
|
||||||
@@ -834,7 +850,7 @@ class Ui_Nugget(object):
|
|||||||
self.toolButton_15 = QToolButton(self.horizontalWidget3)
|
self.toolButton_15 = QToolButton(self.horizontalWidget3)
|
||||||
self.toolButton_15.setObjectName(u"toolButton_15")
|
self.toolButton_15.setObjectName(u"toolButton_15")
|
||||||
self.toolButton_15.setEnabled(False)
|
self.toolButton_15.setEnabled(False)
|
||||||
self.toolButton_15.setMinimumSize(QSize(150, 35))
|
self.toolButton_15.setMinimumSize(QSize(145, 35))
|
||||||
self.toolButton_15.setStyleSheet(u"QToolButton {\n"
|
self.toolButton_15.setStyleSheet(u"QToolButton {\n"
|
||||||
" background: none;\n"
|
" background: none;\n"
|
||||||
"}")
|
"}")
|
||||||
@@ -3541,8 +3557,10 @@ class Ui_Nugget(object):
|
|||||||
self.helpFromBtn.setText(QCoreApplication.translate("Nugget", u"With Help From", None))
|
self.helpFromBtn.setText(QCoreApplication.translate("Nugget", u"With Help From", None))
|
||||||
self.posterRestoreBtn.setText(QCoreApplication.translate("Nugget", u"PosterRestore Team\n"
|
self.posterRestoreBtn.setText(QCoreApplication.translate("Nugget", u"PosterRestore Team\n"
|
||||||
"Posterboard", None))
|
"Posterboard", None))
|
||||||
|
self.snoolieBtn.setText(QCoreApplication.translate("Nugget", u"Snoolie\n"
|
||||||
|
".aar Handling", None))
|
||||||
self.disfordottieBtn.setText(QCoreApplication.translate("Nugget", u"disfordottie\n"
|
self.disfordottieBtn.setText(QCoreApplication.translate("Nugget", u"disfordottie\n"
|
||||||
"Clock Anim, Photos UI", None))
|
"Feature Flags", None))
|
||||||
self.mikasaBtn.setText(QCoreApplication.translate("Nugget", u"Mikasa\n"
|
self.mikasaBtn.setText(QCoreApplication.translate("Nugget", u"Mikasa\n"
|
||||||
"Quiet Daemon", None))
|
"Quiet Daemon", None))
|
||||||
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
|
self.toolButton_15.setText(QCoreApplication.translate("Nugget", u"Additional Thanks", None))
|
||||||
|
|||||||
Reference in New Issue
Block a user