|
|
@@ -0,0 +1,73 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<ui version="4.0"> |
|
|
<class>QtTestingClass</class> |
|
|
<widget class="QMainWindow" name="QtTestingClass"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>1366</width> |
|
|
<height>600</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
|
<string>QtTesting</string> |
|
|
</property> |
|
|
<widget class="QWidget" name="centralWidget"> |
|
|
<widget class="QLabel" name="lblCamera1"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>751</width> |
|
|
<height>541</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="autoFillBackground"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string/> |
|
|
</property> |
|
|
</widget> |
|
|
<widget class="QLabel" name="lblCamera2"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>770</x> |
|
|
<y>0</y> |
|
|
<width>591</width> |
|
|
<height>551</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="autoFillBackground"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string/> |
|
|
</property> |
|
|
</widget> |
|
|
</widget> |
|
|
<widget class="QMenuBar" name="menuBar"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>1366</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/> |
|
|
<connections/> |
|
|
</ui> |