sdk-hwV1.3/external/eyesee-mpp/dragonboard/apps/DragonBoard/res/layout/WizardWindow.ui

162 lines
3.6 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WizardWindow</class>
<widget class="QDialog" name="WizardWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1280</width>
<height>800</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGraphicsView" name="gv_onecam">
<property name="geometry">
<rect>
<x>270</x>
<y>240</y>
<width>220</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="gv_dualcam">
<property name="geometry">
<rect>
<x>790</x>
<y>240</y>
<width>220</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="gv_shutdown">
<property name="geometry">
<rect>
<x>1080</x>
<y>70</y>
<width>166</width>
<height>80</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="tl_onecam">
<property name="geometry">
<rect>
<x>270</x>
<y>460</y>
<width>220</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>OneCamMode</string>
</property>
</widget>
<widget class="QLabel" name="tl_dualcam">
<property name="geometry">
<rect>
<x>790</x>
<y>460</y>
<width>220</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>DualCamMode</string>
</property>
</widget>
<widget class="QLabel" name="tl_info">
<property name="geometry">
<rect>
<x>530</x>
<y>600</y>
<width>220</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>info</string>
</property>
</widget>
<widget class="QLabel" name="tl_title">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1280</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>WizardProgram</string>
</property>
</widget>
<widget class="QGraphicsView" name="go_right">
<property name="geometry">
<rect>
<x>1070</x>
<y>700</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text" stdset="0">
<string>right</string>
</property>
</widget>
<widget class="QGraphicsView" name="go_left">
<property name="geometry">
<rect>
<x>60</x>
<y>700</y>
<width>150</width>
<height>40</height>
</rect>
</property>
<property name="text" stdset="0">
<string>left</string>
</property>
</widget>
<widget class="QListView" name="list_view">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>270</x>
<y>210</y>
<width>741</width>
<height>381</height>
</rect>
</property>
</widget>
<widget class="QGraphicsView" name="gv_disk">
<property name="geometry">
<rect>
<x>530</x>
<y>240</y>
<width>220</width>
<height>220</height>
</rect>
</property>
</widget>
<zorder>list_view</zorder>
<zorder>gv_dualcam</zorder>
<zorder>gv_onecam</zorder>
<zorder>go_right</zorder>
<zorder>go_left</zorder>
<zorder>gv_shutdown</zorder>
<zorder>tl_onecam</zorder>
<zorder>tl_dualcam</zorder>
<zorder>tl_info</zorder>
<zorder>tl_title</zorder>
<zorder>gv_disk</zorder>
</widget>
<resources/>
<connections/>
</ui>