3 Star 1 Fork 1

DuskMist / MFC_school_DoodleJump

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog_setting.ui 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
Ddmiurge 提交于 2022-08-16 20:18 . 音乐最终版本就这样吧
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_Setting</class>
<widget class="QDialog" name="Dialog_Setting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>391</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>120</width>
<height>40</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>120</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>40</height>
</size>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>设置</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>音乐</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>98</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>开启</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>70</x>
<y>250</y>
<width>151</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/duskmist/mfc_school_-doodle-jump.git
git@gitee.com:duskmist/mfc_school_-doodle-jump.git
duskmist
mfc_school_-doodle-jump
MFC_school_DoodleJump
master

搜索帮助