]> git.sesse.net Git - kdenlive/blob - src/widgets/levels_ui.ui
227e9767af4c07733eb81ad0674b224dc6ac4284
[kdenlive] / src / widgets / levels_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Levels_UI</class>
4  <widget class="QWidget" name="Levels_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="1">
18     <widget class="QCheckBox" name="cbY">
19      <property name="text">
20       <string>Y</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="2">
25     <widget class="QCheckBox" name="cbR">
26      <property name="text">
27       <string>R</string>
28      </property>
29     </widget>
30    </item>
31    <item row="0" column="3">
32     <widget class="QCheckBox" name="cbG">
33      <property name="text">
34       <string>G</string>
35      </property>
36     </widget>
37    </item>
38    <item row="0" column="4">
39     <widget class="QCheckBox" name="cbB">
40      <property name="text">
41       <string>B</string>
42      </property>
43     </widget>
44    </item>
45    <item row="1" column="1" colspan="4">
46     <spacer name="verticalSpacer">
47      <property name="orientation">
48       <enum>Qt::Vertical</enum>
49      </property>
50      <property name="sizeHint" stdset="0">
51       <size>
52        <width>20</width>
53        <height>40</height>
54       </size>
55      </property>
56     </spacer>
57    </item>
58    <item row="0" column="0">
59     <widget class="QLabel" name="lblComponents">
60      <property name="text">
61       <string>Components</string>
62      </property>
63     </widget>
64    </item>
65   </layout>
66  </widget>
67  <resources/>
68  <connections/>
69 </ui>