9 Star 109 Fork 48

光明顶魔教工程师 / linux_spy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
send_file.ui 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
yala 提交于 2021-01-14 20:42 . 调整界面,优化terminal窗口
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>send_file</class>
<widget class="QDialog" name="send_file">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>196</width>
<height>290</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QComboBox" name="comboBox_file_type">
<property name="geometry">
<rect>
<x>40</x>
<y>80</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<item>
<property name="text">
<string>file</string>
</property>
</item>
<item>
<property name="text">
<string>pack</string>
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox_md5">
<property name="geometry">
<rect>
<x>40</x>
<y>120</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>MD5 check</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ok">
<property name="geometry">
<rect>
<x>50</x>
<y>200</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>ok</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>54</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/zhaojun_chao/linux_spy.git
git@gitee.com:zhaojun_chao/linux_spy.git
zhaojun_chao
linux_spy
linux_spy
linux_spy_hp

搜索帮助