]> git.sesse.net Git - kdenlive/blob - src/widgets/histogram_ui.ui
Change invalid dialog message.
[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   <layout class="QGridLayout" name="gridLayout">
14    <item row="0" column="1">
15     <widget class="QCheckBox" name="cbY">
16      <property name="toolTip">
17       <string>Luma value</string>
18      </property>
19      <property name="whatsThis">
20       <string/>
21      </property>
22      <property name="text">
23       <string>Y</string>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="3">
28     <widget class="QCheckBox" name="cbR">
29      <property name="text">
30       <string>R</string>
31      </property>
32     </widget>
33    </item>
34    <item row="0" column="4">
35     <widget class="QCheckBox" name="cbG">
36      <property name="text">
37       <string>G</string>
38      </property>
39     </widget>
40    </item>
41    <item row="0" column="5">
42     <widget class="QCheckBox" name="cbB">
43      <property name="text">
44       <string>B</string>
45      </property>
46     </widget>
47    </item>
48    <item row="1" column="1" colspan="5">
49     <spacer name="verticalSpacer">
50      <property name="orientation">
51       <enum>Qt::Vertical</enum>
52      </property>
53      <property name="sizeHint" stdset="0">
54       <size>
55        <width>20</width>
56        <height>40</height>
57       </size>
58      </property>
59     </spacer>
60    </item>
61    <item row="0" column="0">
62     <widget class="QLabel" name="lblComponents">
63      <property name="text">
64       <string>Components</string>
65      </property>
66     </widget>
67    </item>
68    <item row="0" column="2">
69     <widget class="QCheckBox" name="cbS">
70      <property name="toolTip">
71       <string>RGB summed up</string>
72      </property>
73      <property name="text">
74       <string>Sum</string>
75      </property>
76     </widget>
77    </item>
78   </layout>
79  </widget>
80  <resources/>
81  <connections/>
82 </ui>