mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:17:11 +02:00
82 lines
1.9 KiB
XML
82 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AutoTesterClass</class>
|
|
<widget class="QMainWindow" name="AutoTesterClass">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>261</width>
|
|
<height>330</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>autoTester</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QPushButton" name="closeButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>210</y>
|
|
<width>100</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="createTestButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>160</y>
|
|
<width>100</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Create Test</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="evaluateTestsButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>100</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Evaulate Tests</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>261</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</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"/>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="autoTester.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|