2013-06-09 22:24:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>FormMain</class>
|
|
|
|
<widget class="QMainWindow" name="FormMain">
|
|
|
|
<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"/>
|
2013-06-13 15:07:33 +02:00
|
|
|
<widget class="QMenuBar" name="m_menuBar">
|
2013-06-09 22:24:10 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
2013-06-13 15:07:33 +02:00
|
|
|
<height>19</height>
|
2013-06-09 22:24:10 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-06-13 15:07:33 +02:00
|
|
|
<widget class="QMenu" name="m_menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="m_actionImport"/>
|
|
|
|
<addaction name="m_actionExport"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="m_actionQuit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="m_menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="m_menuFile"/>
|
|
|
|
<addaction name="menu_View"/>
|
|
|
|
<addaction name="m_menuHelp"/>
|
2013-06-09 22:24:10 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2013-06-13 15:07:33 +02:00
|
|
|
<action name="m_actionImport">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Import</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="m_actionExport">
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xport</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="m_actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-06-09 22:24:10 +02:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|