Subversion Repositories seema-scanner

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 jakw 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>CameraTest</class>
4
 <widget class="QDialog" name="CameraTest">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>640</width>
10
    <height>460</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="SLVideoWidget" name="widget" native="true"/>
19
   </item>
20
   <item>
21
    <widget class="QPushButton" name="pushButton">
22
     <property name="text">
23
      <string>Quit</string>
24
     </property>
25
    </widget>
26
   </item>
27
  </layout>
28
 </widget>
29
 <customwidgets>
30
  <customwidget>
31
   <class>SLVideoWidget</class>
32
   <extends>QWidget</extends>
33
   <header>../SLVideoWidget.h</header>
34
   <container>1</container>
35
  </customwidget>
36
 </customwidgets>
37
 <resources/>
38
 <connections>
39
  <connection>
40
   <sender>pushButton</sender>
41
   <signal>clicked()</signal>
42
   <receiver>CameraTest</receiver>
43
   <slot>close()</slot>
44
   <hints>
45
    <hint type="sourcelabel">
46
     <x>551</x>
47
     <y>429</y>
48
    </hint>
49
    <hint type="destinationlabel">
50
     <x>418</x>
51
     <y>428</y>
52
    </hint>
53
   </hints>
54
  </connection>
55
 </connections>
56
</ui>