Allow for using the Wii U NUS for faster downloads (libWiiPy v0.2.3 beta)

This commit is contained in:
2024-05-02 00:50:20 -04:00
parent 466f914ad9
commit 625131873b
4 changed files with 53 additions and 29 deletions

View File

@@ -24,9 +24,9 @@ class Ui_MainWindow(object):
def setupUi(self, MainWindow):
if not MainWindow.objectName():
MainWindow.setObjectName(u"MainWindow")
MainWindow.resize(610, 605)
MainWindow.setMinimumSize(QSize(610, 605))
MainWindow.setMaximumSize(QSize(610, 605))
MainWindow.resize(610, 625)
MainWindow.setMinimumSize(QSize(610, 625))
MainWindow.setMaximumSize(QSize(610, 625))
self.centralwidget = QWidget(MainWindow)
self.centralwidget.setObjectName(u"centralwidget")
self.horizontalLayout_3 = QHBoxLayout(self.centralwidget)
@@ -123,6 +123,12 @@ class Ui_MainWindow(object):
self.verticalLayout_3.addWidget(self.use_local_chkbox)
self.use_wiiu_nus_chkbox = QCheckBox(self.centralwidget)
self.use_wiiu_nus_chkbox.setObjectName(u"use_wiiu_nus_chkbox")
self.use_wiiu_nus_chkbox.setChecked(True)
self.verticalLayout_3.addWidget(self.use_wiiu_nus_chkbox)
self.horizontalLayout_3.addLayout(self.verticalLayout_3)
@@ -156,5 +162,6 @@ class Ui_MainWindow(object):
self.keep_enc_chkbox.setText(QCoreApplication.translate("MainWindow", u"Keep encrypted contents", None))
self.create_dec_chkbox.setText(QCoreApplication.translate("MainWindow", u"Create decrypted contents (*.app)", None))
self.use_local_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use local files, if they exist", None))
self.use_wiiu_nus_chkbox.setText(QCoreApplication.translate("MainWindow", u"Use the Wii U NUS (faster, NOT vWii titles)", None))
# retranslateUi

View File

@@ -7,19 +7,19 @@
<x>0</x>
<y>0</y>
<width>610</width>
<height>605</height>
<height>625</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>610</width>
<height>605</height>
<height>625</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>610</width>
<height>605</height>
<height>625</height>
</size>
</property>
<property name="windowTitle">
@@ -173,6 +173,16 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_wiiu_nus_chkbox">
<property name="text">
<string>Use the Wii U NUS (faster, NOT vWii titles)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>