]> git.sesse.net Git - kdenlive/blob - src/widgets/listval_ui.ui
Parameter GUI improvements:
[kdenlive] / src / widgets / listval_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Listval_UI</class>
4  <widget class="QWidget" name="Listval_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>215</width>
10     <height>32</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <item row="0" column="0">
21     <widget class="QLabel" name="name">
22      <property name="text">
23       <string>TextLabel</string>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="KComboBox" name="list"/>
29    </item>
30   </layout>
31  </widget>
32  <customwidgets>
33   <customwidget>
34    <class>KComboBox</class>
35    <extends>QComboBox</extends>
36    <header>kcombobox.h</header>
37   </customwidget>
38  </customwidgets>
39  <resources/>
40  <connections/>
41 </ui>