2018-09-27 17:41:21 +09:00
|
|
|
<?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>
|
2018-09-28 21:20:29 +09:00
|
|
|
<width>480</width>
|
|
|
|
<height>320</height>
|
2018-09-27 17:41:21 +09:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-09-28 21:20:29 +09:00
|
|
|
<width>480</width>
|
2018-09-27 17:41:21 +09:00
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_New"/>
|
|
|
|
<addaction name="action_Open"/>
|
|
|
|
<addaction name="action_Save"/>
|
|
|
|
<addaction name="separator"/>
|
2018-10-04 13:24:28 +09:00
|
|
|
<addaction name="action_Print"/>
|
|
|
|
<addaction name="separator"/>
|
2018-09-27 17:41:21 +09:00
|
|
|
<addaction name="action_Quit"/>
|
|
|
|
</widget>
|
2018-09-28 18:08:40 +09:00
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
2018-09-27 17:41:21 +09:00
|
|
|
<addaction name="menu_File"/>
|
2018-09-28 18:08:40 +09:00
|
|
|
<addaction name="menu_Help"/>
|
2018-09-27 17:41:21 +09:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="action_New">
|
|
|
|
<property name="text">
|
|
|
|
<string>&New</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Open">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Open</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Save">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Save</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Quit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-28 18:08:40 +09:00
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
|
|
|
<string>&About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-04 13:24:28 +09:00
|
|
|
<action name="action_Print">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Print</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-27 17:41:21 +09:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|