2017-02-27 01:13:56 +08: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>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2018-01-02 15:01:23 +08:00
|
|
|
<property name="dockOptions">
|
|
|
|
<set>QMainWindow::AllowTabbedDocks</set>
|
|
|
|
</property>
|
2017-02-27 01:13:56 +08:00
|
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionExit"/>
|
2017-03-23 22:57:15 +08:00
|
|
|
<addaction name="actionSaveState"/>
|
|
|
|
<addaction name="actionRestoreState"/>
|
2017-02-27 01:13:56 +08:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuAbout">
|
|
|
|
<property name="title">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuView"/>
|
|
|
|
<addaction name="menuAbout"/>
|
|
|
|
</widget>
|
2018-01-02 15:01:23 +08:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2017-02-27 01:13:56 +08:00
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-23 22:57:15 +08:00
|
|
|
<action name="actionSaveState">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRestoreState">
|
|
|
|
<property name="text">
|
|
|
|
<string>Restore State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-02-27 01:13:56 +08:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|