EQL5/examples/data/main-window.ui
2016-11-25 23:30:38 +01:00

59 lines
1.3 KiB
XML

<ui version="4.0" >
<class>main_window</class>
<widget class="QMainWindow" name="main_window" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>528</width>
<height>478</height>
</rect>
</property>
<property name="windowTitle" >
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget" >
<layout class="QVBoxLayout" >
<item>
<widget class="QTextEdit" name="editor" />
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>528</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar" />
<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>
<addaction name="action_open" />
<addaction name="action_save" />
</widget>
<action name="action_open" >
<property name="text" >
<string>Open</string>
</property>
</action>
<action name="action_save" >
<property name="text" >
<string>Save</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>