]> git.sesse.net Git - kdenlive/blob - src/widgets/vectorscope_ui.ui
Scopes: Space optimizations
[kdenlive] / src / widgets / vectorscope_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Vectorscope_UI</class>
4  <widget class="QWidget" name="Vectorscope_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>450</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="baseSize">
20    <size>
21     <width>400</width>
22     <height>450</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QGridLayout" name="gridLayout">
29    <item row="0" column="0">
30     <widget class="QLabel" name="lblPaintMode">
31      <property name="text">
32       <string>Paint mode</string>
33      </property>
34     </widget>
35    </item>
36    <item row="0" column="1" colspan="5">
37     <widget class="QComboBox" name="paintMode">
38      <property name="sizePolicy">
39       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
40        <horstretch>0</horstretch>
41        <verstretch>0</verstretch>
42       </sizepolicy>
43      </property>
44     </widget>
45    </item>
46    <item row="1" column="0">
47     <widget class="QLabel" name="lblBackground">
48      <property name="text">
49       <string>Background</string>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="1" colspan="3">
54     <widget class="QComboBox" name="backgroundMode">
55      <property name="sizePolicy">
56       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
57        <horstretch>0</horstretch>
58        <verstretch>0</verstretch>
59       </sizepolicy>
60      </property>
61     </widget>
62    </item>
63    <item row="3" column="0" colspan="2">
64     <spacer name="verticalSpacer">
65      <property name="orientation">
66       <enum>Qt::Vertical</enum>
67      </property>
68      <property name="sizeHint" stdset="0">
69       <size>
70        <width>20</width>
71        <height>344</height>
72       </size>
73      </property>
74     </spacer>
75    </item>
76    <item row="3" column="2">
77     <spacer name="horizontalSpacer">
78      <property name="orientation">
79       <enum>Qt::Horizontal</enum>
80      </property>
81      <property name="sizeHint" stdset="0">
82       <size>
83        <width>40</width>
84        <height>20</height>
85       </size>
86      </property>
87     </spacer>
88    </item>
89    <item row="1" column="4" colspan="2">
90     <widget class="QLabel" name="lblGain">
91      <property name="text">
92       <string>(notr)</string>
93      </property>
94      <property name="alignment">
95       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
96      </property>
97     </widget>
98    </item>
99    <item row="3" column="5">
100     <widget class="QSlider" name="sliderGain">
101      <property name="sizePolicy">
102       <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
103        <horstretch>0</horstretch>
104        <verstretch>0</verstretch>
105       </sizepolicy>
106      </property>
107      <property name="orientation">
108       <enum>Qt::Vertical</enum>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections/>
116 </ui>