1 Star 0 Fork 6

haoljp/Downloader

forked from Greedysky/TTKDownloader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.ui 3.95 KB
一键复制 编辑 原始数据 按行查看 历史
Greedysky 提交于 2015-10-06 17:14 . add resource[648520]
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/haoljp/Downloader.git
git@gitee.com:haoljp/Downloader.git
haoljp
Downloader
Downloader
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385