29 lines
777 B
Plaintext
29 lines
777 B
Plaintext
|
<UI version="4.0" >
|
||
|
<class>UnitTestClass</class>
|
||
|
<widget class="QMainWindow" name="UnitTestClass" >
|
||
|
<property name="objectName" >
|
||
|
<string notr="true">UnitTestClass</string>
|
||
|
</property>
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>600</width>
|
||
|
<height>400</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>UnitTest</string>
|
||
|
</property> <widget class="QMenuBar" name="menuBar" />
|
||
|
<widget class="QToolBar" name="mainToolBar" />
|
||
|
<widget class="QWidget" name="centralWidget" />
|
||
|
<widget class="QStatusBar" name="statusBar" />
|
||
|
</widget>
|
||
|
<layoutDefault spacing="6" margin="11" />
|
||
|
<pixmapfunction></pixmapfunction>
|
||
|
<resources>
|
||
|
<include location="UnitTest.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</UI>
|