]> git.sesse.net Git - kdenlive/blob - src/widgets/constval_ui.ui
title improvements (bold, italic, move items with arrow keys)
[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   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <property name="verticalSpacing" >
17     <number>0</number>
18    </property>
19    <property name="margin" >
20     <number>0</number>
21    </property>
22    <item row="0" column="0" colspan="2" >
23     <widget class="QLabel" name="label" >
24      <property name="text" >
25       <string>Param</string>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignCenter</set>
29      </property>
30     </widget>
31    </item>
32    <item row="1" column="0" >
33     <widget class="QSlider" name="horizontalSlider" >
34      <property name="orientation" >
35       <enum>Qt::Horizontal</enum>
36      </property>
37      <property name="invertedControls" >
38       <bool>false</bool>
39      </property>
40     </widget>
41    </item>
42    <item row="1" column="1" >
43     <widget class="QSpinBox" name="spinBox" />
44    </item>
45   </layout>
46  </widget>
47  <resources/>
48  <connections>
49   <connection>
50    <sender>horizontalSlider</sender>
51    <signal>valueChanged(int)</signal>
52    <receiver>spinBox</receiver>
53    <slot>setValue(int)</slot>
54    <hints>
55     <hint type="sourcelabel" >
56      <x>208</x>
57      <y>68</y>
58     </hint>
59     <hint type="destinationlabel" >
60      <x>273</x>
61      <y>66</y>
62     </hint>
63    </hints>
64   </connection>
65   <connection>
66    <sender>spinBox</sender>
67    <signal>valueChanged(int)</signal>
68    <receiver>horizontalSlider</receiver>
69    <slot>setValue(int)</slot>
70    <hints>
71     <hint type="sourcelabel" >
72      <x>273</x>
73      <y>66</y>
74     </hint>
75     <hint type="destinationlabel" >
76      <x>208</x>
77      <y>68</y>
78     </hint>
79    </hints>
80   </connection>
81  </connections>
82 </ui>