3 Star 1 Fork 1

DuskMist / MFC_school_DoodleJump

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog_gamemain.ui 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
Ddmiurge 提交于 2022-08-24 16:47 . 双人模式合并版本
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_GameMain</class>
<widget class="QDialog" name="Dialog_GameMain">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>775</width>
<height>438</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>100000</width>
<height>100000</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>当前分数:</string>
</property>
</widget>
<widget class="QLabel" name="label_Mark">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="GameTime">
<property name="geometry">
<rect>
<x>430</x>
<y>10</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>80</x>
<y>10</y>
<width>53</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>人类:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>380</x>
<y>10</y>
<width>53</width>
<height>21</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

搜索帮助