Fix a formatting problem on smaller device
[zxing.git] / symbian / QQrDecoder / QQrDecoder.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QQrDecoder</class>
4  <widget class="QMainWindow" name="QQrDecoder">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>340</width>
10     <height>640</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>QQrDecoder</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,8">
18     <item>
19      <widget class="QPushButton" name="startDecode">
20       <property name="text">
21        <string>Capture And Decode</string>
22       </property>
23      </widget>
24     </item>
25     <item>
26      <widget class="QLabel" name="resultLabel">
27       <property name="sizePolicy">
28        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
29         <horstretch>0</horstretch>
30         <verstretch>0</verstretch>
31        </sizepolicy>
32       </property>
33       <property name="text">
34        <string>No result</string>
35       </property>
36      </widget>
37     </item>
38     <item>
39      <widget class="QCameraControllerWidget" name="cameraWidget" native="true"/>
40     </item>
41    </layout>
42   </widget>
43  </widget>
44  <customwidgets>
45   <customwidget>
46    <class>QCameraControllerWidget</class>
47    <extends>QWidget</extends>
48    <header>qcameracontrollerwidget.h</header>
49    <container>1</container>
50   </customwidget>
51  </customwidgets>
52  <resources/>
53  <connections/>
54 </ui>