]> git.sesse.net Git - kdenlive/blob - src/widgets/constval_ui.ui
More krazy code fixes
[kdenlive] / src / widgets / constval_ui.ui
1 <ui version="4.0" >
2  <class>Constval_UI</class>
3  <widget class="QWidget" name="Constval_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>261</width>
9     <height>50</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <property name="verticalSpacing" >
14     <number>0</number>
15    </property>
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <item row="0" column="0" colspan="2" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string>Param</string>
23      </property>
24      <property name="alignment" >
25       <set>Qt::AlignCenter</set>
26      </property>
27     </widget>
28    </item>
29    <item row="1" column="0" >
30     <widget class="QSlider" name="horizontalSlider" >
31      <property name="orientation" >
32       <enum>Qt::Horizontal</enum>
33      </property>
34      <property name="invertedControls" >
35       <bool>false</bool>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1" >
40     <widget class="QSpinBox" name="spinBox" />
41    </item>
42   </layout>
43  </widget>
44  <resources/>
45  <connections>
46   <connection>
47    <sender>horizontalSlider</sender>
48    <signal>valueChanged(int)</signal>
49    <receiver>spinBox</receiver>
50    <slot>setValue(int)</slot>
51    <hints>
52     <hint type="sourcelabel" >
53      <x>208</x>
54      <y>68</y>
55     </hint>
56     <hint type="destinationlabel" >
57      <x>273</x>
58      <y>66</y>
59     </hint>
60    </hints>
61   </connection>
62   <connection>
63    <sender>spinBox</sender>
64    <signal>valueChanged(int)</signal>
65    <receiver>horizontalSlider</receiver>
66    <slot>setValue(int)</slot>
67    <hints>
68     <hint type="sourcelabel" >
69      <x>273</x>
70      <y>66</y>
71     </hint>
72     <hint type="destinationlabel" >
73      <x>208</x>
74      <y>68</y>
75     </hint>
76    </hints>
77   </connection>
78  </connections>
79 </ui>