加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
introduction.ui 4.90 KB
一键复制 编辑 原始数据 按行查看 历史
mahaobo 提交于 2023-04-29 15:51 . 添加游戏介绍
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Introduction</class>
<widget class="QDialog" name="Introduction">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>523</width>
<height>313</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
font: 16pt;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>游戏介绍</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt ;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>Nahida likes:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>30</x>
<y>90</y>
<width>281</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 12pt ;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>Nahida doesn't like:</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>150</x>
<y>50</y>
<width>21</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/res/apple.png);</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView_2">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/res/veget.png);</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView_3">
<property name="geometry">
<rect>
<x>220</x>
<y>90</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/res/shilaimu.png);</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView_4">
<property name="geometry">
<rect>
<x>270</x>
<y>90</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/res/piaofuling.png);</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView_5">
<property name="geometry">
<rect>
<x>330</x>
<y>95</y>
<width>181</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/res/yucha3.png);</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt ;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>控制:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>30</x>
<y>160</y>
<width>361</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>跳跃:“space/空格”
最多可以进行两段跳</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>421</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>冲刺:“shift”、“鼠标右键”
冲刺期间角色处于无敌状态,内置计时器,不可以一直冲刺哦
(某些障碍物似乎只有使用冲刺才能应对......)</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>240</x>
<y>50</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 11pt;
color: rgb(85, 170, 0);</string>
</property>
<property name="text">
<string>(获得无敌)</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化