1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Camera</class> 4 <widget class="QWidget" name="Camera"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>501</width> 10 <height>390</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Camera</string> 15 </property> 16 <widget class="QPushButton" name="pbt_start"> 17 <property name="geometry"> 18 <rect> 19 <x>70</x> 20 <y>10</y> 21 <width>93</width> 22 <height>27</height> 23 </rect> 24 </property> 25 <property name="text"> 26 <string>start</string> 27 </property> 28 </widget> 29 <widget class="QPushButton" name="pbt_stop"> 30 <property name="geometry"> 31 <rect> 32 <x>240</x> 33 <y>10</y> 34 <width>93</width> 35 <height>27</height> 36 </rect> 37 </property> 38 <property name="text"> 39 <string>stop</string> 40 </property> 41 </widget> 42 </widget> 43 <layoutdefault spacing="6" margin="11"/> 44 <resources/> 45 <connections/> 46</ui> 47