3 Star 4 Fork 11

xzpblog/Qt application library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
XZPCode.ui 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>XZPCode</class>
<widget class="QWidget" name="XZPCode">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>311</height>
</rect>
</property>
<property name="windowTitle">
<string>XZPCode</string>
</property>
<widget class="QPushButton" name="btn_Div_widget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>自定义窗口</string>
</property>
</widget>
<widget class="QPushButton" name="btn_exception">
<property name="geometry">
<rect>
<x>240</x>
<y>10</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>异常</string>
</property>
</widget>
<widget class="QPushButton" name="btn_pinyin">
<property name="geometry">
<rect>
<x>370</x>
<y>10</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>拼音</string>
</property>
</widget>
<widget class="QPushButton" name="btn_crash">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>奔溃收集</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xzpblog/Qt-application-library.git
git@gitee.com:xzpblog/Qt-application-library.git
xzpblog
Qt-application-library
Qt application library
master

搜索帮助