Subversion Repositories seema-scanner

Rev

Rev 1 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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