Aesthetic tweaks for qmleasing UI
[profile/ivi/qtdeclarative.git] / tools / qmleasing / import.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ImportDialog</class>
4  <widget class="QDialog" name="ImportDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>164</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Import After Effects Curve</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>40</x>
20      <y>130</y>
21      <width>341</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Horizontal</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QWidget" name="formLayoutWidget">
33    <property name="geometry">
34     <rect>
35      <x>20</x>
36      <y>10</y>
37      <width>361</width>
38      <height>101</height>
39     </rect>
40    </property>
41    <layout class="QFormLayout" name="formLayout">
42     <property name="labelAlignment">
43      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
44     </property>
45     <item row="0" column="0">
46      <widget class="QLabel" name="label">
47       <property name="text">
48        <string>Input Influence:</string>
49       </property>
50      </widget>
51     </item>
52     <item row="2" column="0">
53      <widget class="QLabel" name="label_3">
54       <property name="text">
55        <string>Output Influence:</string>
56       </property>
57      </widget>
58     </item>
59     <item row="3" column="0">
60      <widget class="QLabel" name="label_4">
61       <property name="text">
62        <string>Output Slope:</string>
63       </property>
64      </widget>
65     </item>
66     <item row="0" column="1">
67      <widget class="QLineEdit" name="inInfluenceEdit">
68       <property name="text">
69        <string>33</string>
70       </property>
71      </widget>
72     </item>
73     <item row="1" column="1">
74      <widget class="QLineEdit" name="inSlopeEdit">
75       <property name="text">
76        <string>0</string>
77       </property>
78      </widget>
79     </item>
80     <item row="2" column="1">
81      <widget class="QLineEdit" name="outInfluenceEdit">
82       <property name="text">
83        <string>33</string>
84       </property>
85      </widget>
86     </item>
87     <item row="3" column="1">
88      <widget class="QLineEdit" name="outSlopeEdit">
89       <property name="text">
90        <string>0</string>
91       </property>
92      </widget>
93     </item>
94     <item row="1" column="0">
95      <widget class="QLabel" name="label_2">
96       <property name="text">
97        <string>Input Slope:</string>
98       </property>
99      </widget>
100     </item>
101    </layout>
102   </widget>
103  </widget>
104  <resources/>
105  <connections>
106   <connection>
107    <sender>buttonBox</sender>
108    <signal>accepted()</signal>
109    <receiver>ImportDialog</receiver>
110    <slot>accept()</slot>
111    <hints>
112     <hint type="sourcelabel">
113      <x>248</x>
114      <y>254</y>
115     </hint>
116     <hint type="destinationlabel">
117      <x>157</x>
118      <y>274</y>
119     </hint>
120    </hints>
121   </connection>
122   <connection>
123    <sender>buttonBox</sender>
124    <signal>rejected()</signal>
125    <receiver>ImportDialog</receiver>
126    <slot>reject()</slot>
127    <hints>
128     <hint type="sourcelabel">
129      <x>316</x>
130      <y>260</y>
131     </hint>
132     <hint type="destinationlabel">
133      <x>286</x>
134      <y>274</y>
135     </hint>
136    </hints>
137   </connection>
138  </connections>
139 </ui>