1 Star 0 Fork 0

李博阳 / Qt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widget.ui 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
李博阳 提交于 2024-05-06 19:40 . qt
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>260</x>
<y>160</y>
<width>251</width>
<height>111</height>
</rect>
</property>
<property name="text">
<string>hello world!</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/alunna/qt.git
git@gitee.com:alunna/qt.git
alunna
qt
Qt
master

搜索帮助