1 Star 1 Fork 0

nullptr/基于Qt开发的推箱子游戏(内含自制地图)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makemap.ui 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
nullptr 提交于 1年前 . Fifth
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>makeMap</class>
<widget class="QMainWindow" name="makeMap">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>321</width>
<height>251</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>17</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSaveas"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>编辑</string>
</property>
<addaction name="actionPaste"/>
<addaction name="actionRedo"/>
<addaction name="actionUndo"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionNew">
<property name="text">
<string>新建</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
<string>打开</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>保存</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSaveas">
<property name="text">
<string>另存为</string>
</property>
<property name="shortcut">
<string>Shift+S</string>
</property>
</action>
<action name="actionPaste">
<property name="text">
<string>粘贴</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionRedo">
<property name="text">
<string>重做</string>
</property>
<property name="shortcut">
<string>Ctrl+Y</string>
</property>
</action>
<action name="actionUndo">
<property name="text">
<string>撤销</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wang-yong416/push-box.git
git@gitee.com:wang-yong416/push-box.git
wang-yong416
push-box
基于Qt开发的推箱子游戏(内含自制地图)
master

搜索帮助