代码拉取完成,页面将自动刷新
同步操作将从 Greedysky/TTKDownloader 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Downloader</class>
<widget class="QMainWindow" name="Downloader">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>194</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>251</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="downloadButton">
<property name="geometry">
<rect>
<x>340</x>
<y>60</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>download</string>
</property>
</widget>
<widget class="QLineEdit" name="pathEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>65</y>
<width>301</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="limitValueBox">
<property name="geometry">
<rect>
<x>300</x>
<y>120</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>10240</number>
</property>
</widget>
<widget class="QLabel" name="restOfTime">
<property name="geometry">
<rect>
<x>370</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>99:99:99</string>
</property>
</widget>
<widget class="QLabel" name="downloadSpeed">
<property name="geometry">
<rect>
<x>300</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>--</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QRadioButton" name="autoButton">
<property name="geometry">
<rect>
<x>70</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>auto</string>
</property>
</widget>
<widget class="QRadioButton" name="limitButton">
<property name="geometry">
<rect>
<x>240</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>limit</string>
</property>
</widget>
<widget class="QLabel" name="SpeedLabel">
<property name="geometry">
<rect>
<x>375</x>
<y>125</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>kb/s</string>
</property>
</widget>
<widget class="QLabel" name="downloadStatusLabel">
<property name="geometry">
<rect>
<x>80</x>
<y>155</y>
<width>331</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>no current download now!</string>
</property>
</widget>
<widget class="QLabel" name="state">
<property name="geometry">
<rect>
<x>30</x>
<y>155</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>状态:</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。