Open-Sourced
This commit is contained in:
146
mainwindow.ui
Normal file
146
mainwindow.ui
Normal file
@@ -0,0 +1,146 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>HuajisheEditTool</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget"/>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="defaultUp">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuAbout">
|
||||
<property name="title">
|
||||
<string>帮助</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuContact">
|
||||
<property name="title">
|
||||
<string>联系</string>
|
||||
</property>
|
||||
<addaction name="actionHuajishe"/>
|
||||
<addaction name="actione2hang"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actioninfo"/>
|
||||
</widget>
|
||||
<addaction name="actionInformation"/>
|
||||
<addaction name="actiontutorial"/>
|
||||
<addaction name="menuContact"/>
|
||||
<addaction name="actionStatement"/>
|
||||
<addaction name="actionV1_0"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
<property name="title">
|
||||
<string>设置</string>
|
||||
</property>
|
||||
<addaction name="actionFont"/>
|
||||
<addaction name="actionSize"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
<string>文件</string>
|
||||
</property>
|
||||
<addaction name="actionOpen"/>
|
||||
<addaction name="actionNewFile"/>
|
||||
<addaction name="actionDelete"/>
|
||||
<addaction name="actionSave"/>
|
||||
<addaction name="actionSaveas"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuSettings"/>
|
||||
<addaction name="menuAbout"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<action name="actionInformation">
|
||||
<property name="text">
|
||||
<string>关于</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionHuajishe">
|
||||
<property name="text">
|
||||
<string>滑稽社官方</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actione2hang">
|
||||
<property name="text">
|
||||
<string>E2hang</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOpen">
|
||||
<property name="text">
|
||||
<string>打开目录</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave">
|
||||
<property name="text">
|
||||
<string>保存</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionStatement">
|
||||
<property name="text">
|
||||
<string>声明</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actioninfo">
|
||||
<property name="text">
|
||||
<string>点击后会直接跳转到相关网页</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::MenuRole::NoRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSaveas">
|
||||
<property name="text">
|
||||
<string>另存为</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actiontutorial">
|
||||
<property name="text">
|
||||
<string>使用教程</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNewFile">
|
||||
<property name="text">
|
||||
<string>新建文件</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDelete">
|
||||
<property name="text">
|
||||
<string>删除文件</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFont">
|
||||
<property name="text">
|
||||
<string>字体</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSize">
|
||||
<property name="text">
|
||||
<string>字体大小</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionV1_0">
|
||||
<property name="text">
|
||||
<string>Version1.0</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
Reference in New Issue
Block a user