]> git.sesse.net Git - kdenlive/blob - src/widgets/colorval_ui.ui
4235daf7236aaf9db5b6d7c0d95c2244bcb8af42
[kdenlive] / src / widgets / colorval_ui.ui
1 <ui version="4.0" >
2  <class>Colorval_UI</class>
3  <widget class="QWidget" name="Colorval_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>128</width>
9     <height>60</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <layout class="QVBoxLayout" >
15      <item>
16       <widget class="QLabel" name="label" >
17        <property name="text" >
18         <string>TextLabel</string>
19        </property>
20        <property name="alignment" >
21         <set>Qt::AlignCenter</set>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <layout class="QHBoxLayout" >
27        <item>
28         <spacer>
29          <property name="orientation" >
30           <enum>Qt::Horizontal</enum>
31          </property>
32          <property name="sizeHint" >
33           <size>
34            <width>40</width>
35            <height>20</height>
36           </size>
37          </property>
38         </spacer>
39        </item>
40        <item>
41         <widget class="KColorButton" name="kcolorbutton" />
42        </item>
43       </layout>
44      </item>
45     </layout>
46    </item>
47   </layout>
48  </widget>
49  <customwidgets>
50   <customwidget>
51    <class>KColorButton</class>
52    <extends>QPushButton</extends>
53    <header>kcolorbutton.h</header>
54   </customwidget>
55  </customwidgets>
56  <resources/>
57  <connections/>
58 </ui>