add:增加下载pathc的功能

This commit is contained in:
2025-07-30 16:39:29 +08:00
parent e7aad6b267
commit 7eeae3c4cd
3 changed files with 87 additions and 49 deletions
+28 -2
View File
@@ -168,7 +168,13 @@
</layout>
</item>
<item>
<widget class="QPlainTextEdit" name="show"/>
<widget class="QPlainTextEdit" name="show">
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
@@ -247,6 +253,26 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_update_patch">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>12</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>update-patch</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_update">
<property name="sizePolicy">
@@ -263,7 +289,7 @@
</font>
</property>
<property name="text">
<string>update</string>
<string>update-full</string>
</property>
</widget>
</item>