]> git.sesse.net Git - kdenlive/blob - src/widgets/histogram_ui.ui
Implement document notes:
[kdenlive] / src / widgets / histogram_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Histogram_UI</class>
4  <widget class="QWidget" name="Histogram_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>396</width>
10     <height>296</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="toolTip">
20       <string>Luma value</string>
21      </property>
22      <property name="whatsThis">
23       <string/>
24      </property>
25      <property name="text">
26       <string>Y</string>
27      </property>
28     </widget>
29    </item>
30    <item row="0" column="3">
31     <widget class="QCheckBox" name="cbR">
32      <property name="text">
33       <string>R</string>
34      </property>
35     </widget>
36    </item>
37    <item row="0" column="4">
38     <widget class="QCheckBox" name="cbG">
39      <property name="text">
40       <string>G</string>
41      </property>
42     </widget>
43    </item>
44    <item row="0" column="5">
45     <widget class="QCheckBox" name="cbB">
46      <property name="text">
47       <string>B</string>
48      </property>
49     </widget>
50    </item>
51    <item row="1" column="1" colspan="5">
52     <spacer name="verticalSpacer">
53      <property name="orientation">
54       <enum>Qt::Vertical</enum>
55      </property>
56      <property name="sizeHint" stdset="0">
57       <size>
58        <width>20</width>
59        <height>40</height>
60       </size>
61      </property>
62     </spacer>
63    </item>
64    <item row="0" column="0">
65     <widget class="QLabel" name="lblComponents">
66      <property name="text">
67       <string>Components</string>
68      </property>
69     </widget>
70    </item>
71    <item row="0" column="2">
72     <widget class="QCheckBox" name="cbS">
73      <property name="toolTip">
74       <string>RGB summed up</string>
75      </property>
76      <property name="text">
77       <string>Sum</string>
78      </property>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <resources/>
84  <connections/>
85 </ui>