2016-12-10 13:42:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2016-12-09 14:56:45 +00:00
|
|
|
<class>MainWindowClass</class>
|
2016-12-10 13:42:00 +00:00
|
|
|
<widget class="QMainWindow" name="MainWindowClass">
|
|
|
|
<property name="geometry">
|
2016-12-09 14:56:45 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>600</width>
|
|
|
|
<height>400</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-12-10 13:42:00 +00:00
|
|
|
<property name="windowTitle">
|
2016-12-09 14:56:45 +00:00
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2016-12-10 13:42:00 +00:00
|
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2016-12-09 14:56:45 +00:00
|
|
|
</widget>
|
2016-12-10 13:42:00 +00:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2016-12-09 14:56:45 +00:00
|
|
|
<resources>
|
2016-12-10 13:42:00 +00:00
|
|
|
<include location="../Resources/MainWindow.qrc"/>
|
2016-12-09 14:56:45 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
2016-12-10 13:42:00 +00:00
|
|
|
</ui>
|