1 Star 0 Fork 0

chenhaoyang2019/myPing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dialog.ui 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
chenhaoyang2019 提交于 2020-06-13 18:36 +08:00 . frist commit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MyPing</string>
</property>
<widget class="QLineEdit" name="EditIPStart">
<property name="geometry">
<rect>
<x>120</x>
<y>20</y>
<width>111</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="EditIPEnd">
<property name="geometry">
<rect>
<x>320</x>
<y>20</y>
<width>111</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>40</x>
<y>20</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>起始IP:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>250</x>
<y>20</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>终止IP:</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>460</x>
<y>20</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>ping</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>620</x>
<y>20</y>
<width>141</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>560</x>
<y>20</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>本机IP:</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chenhaoyang2019/myPing.git
[email protected]:chenhaoyang2019/myPing.git
chenhaoyang2019
myPing
myPing
master

搜索帮助