3 Star 1 Fork 1

DuskMist / MFC_school_DoodleJump

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog_welcome.ui 4.21 KB
一键复制 编辑 原始数据 按行查看 历史
duskbreakmist 提交于 2022-08-31 17:33 . zcf注释
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_Welcome</class>
<widget class="QDialog" name="Dialog_Welcome">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>386</width>
<height>435</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/i18n/tuyatiaoyue_zh_CN.qm);</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>版本号:1.0</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_GameStart">
<property name="geometry">
<rect>
<x>50</x>
<y>120</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>开始游戏</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>涂鸦跳跃</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_RankList">
<property name="geometry">
<rect>
<x>230</x>
<y>280</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>最高分</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Setting">
<property name="geometry">
<rect>
<x>200</x>
<y>350</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>设置</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_help">
<property name="geometry">
<rect>
<x>140</x>
<y>190</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>帮助</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>-10</x>
<y>-10</y>
<width>401</width>
<height>451</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/new/prefix1/picture/background1.png);</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView_2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>131</width>
<height>121</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/new/prefix1/picture/player1.png);</string>
</property>
<property name="lineWidth">
<number>0</number>
</property>
</widget>
<widget class="QComboBox" name="pushButton_Gamemodechoose">
<property name="geometry">
<rect>
<x>220</x>
<y>121</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<item>
<property name="text">
<string>单人模式</string>
</property>
</item>
<item>
<property name="text">
<string>双人模式</string>
</property>
</item>
<item>
<property name="text">
<string>自动模式</string>
</property>
</item>
</widget>
<zorder>graphicsView</zorder>
<zorder>label</zorder>
<zorder>pushButton_GameStart</zorder>
<zorder>label_2</zorder>
<zorder>pushButton_RankList</zorder>
<zorder>pushButton_Setting</zorder>
<zorder>pushButton_help</zorder>
<zorder>graphicsView_2</zorder>
<zorder>pushButton_Gamemodechoose</zorder>
</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

搜索帮助

53164aa7 5694891 3bd8fe86 5694891