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