Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tools / qmleasing / pane.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Pane</class>
4  <widget class="QWidget" name="Pane">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>416</width>
10     <height>47</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0">
24     <widget class="QLabel" name="label">
25      <property name="font">
26       <font>
27        <weight>75</weight>
28        <bold>true</bold>
29       </font>
30      </property>
31      <property name="text">
32       <string>p1</string>
33      </property>
34     </widget>
35    </item>
36    <item row="0" column="1">
37     <widget class="QWidget" name="widget" native="true">
38      <layout class="QHBoxLayout" name="horizontalLayout">
39       <property name="spacing">
40        <number>4</number>
41       </property>
42       <property name="margin">
43        <number>2</number>
44       </property>
45       <item>
46        <widget class="QLabel" name="label_x">
47         <property name="text">
48          <string>x</string>
49         </property>
50        </widget>
51       </item>
52       <item>
53        <widget class="QDoubleSpinBox" name="p1_x">
54         <property name="decimals">
55          <number>4</number>
56         </property>
57         <property name="singleStep">
58          <double>0.010000000000000</double>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QLabel" name="label_y">
64         <property name="text">
65          <string>y</string>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QDoubleSpinBox" name="p1_y">
71         <property name="decimals">
72          <number>4</number>
73         </property>
74         <property name="minimum">
75          <double>-10.000000000000000</double>
76         </property>
77         <property name="maximum">
78          <double>10.000000000000000</double>
79         </property>
80         <property name="singleStep">
81          <double>0.010000000000000</double>
82         </property>
83        </widget>
84       </item>
85      </layout>
86     </widget>
87    </item>
88    <item row="0" column="2">
89     <widget class="QCheckBox" name="smooth">
90      <property name="text">
91       <string>smooth</string>
92      </property>
93     </widget>
94    </item>
95    <item row="0" column="3" alignment="Qt::AlignVCenter">
96     <spacer name="horizontalSpacer">
97      <property name="orientation">
98       <enum>Qt::Horizontal</enum>
99      </property>
100      <property name="sizeHint" stdset="0">
101       <size>
102        <width>99</width>
103        <height>10</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108   </layout>
109  </widget>
110  <resources/>
111  <connections/>
112 </ui>