加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ip_url.ui 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
芒果西米陆 提交于 2023-06-16 02:19 . 初始化仓库
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Ip_url</class>
<widget class="QDialog" name="Ip_url">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>344</width>
<height>129</height>
</rect>
</property>
<property name="windowTitle">
<string>Ip url</string>
</property>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>211</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>Ip url: </string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>240</x>
<y>90</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化