]> git.sesse.net Git - kdenlive/blob - src/widgets/effectstack_ui.ui
Fix really messy ui file (useless hidden frames)
[kdenlive] / src / widgets / effectstack_ui.ui
1 <ui version="4.0" >
2  <class>EffectStack_UI</class>
3  <widget class="QWidget" name="EffectStack_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>415</width>
9     <height>344</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <layout class="QGridLayout" name="gridLayout_2" >
19    <item row="0" column="0" >
20     <widget class="QSplitter" name="splitter" >
21      <property name="orientation" >
22       <enum>Qt::Horizontal</enum>
23      </property>
24      <widget class="QWidget" name="" >
25       <layout class="QGridLayout" name="gridLayout" >
26        <property name="horizontalSpacing" >
27         <number>2</number>
28        </property>
29        <item row="0" column="0" colspan="7" >
30         <widget class="KListWidget" name="effectlist" >
31          <property name="sizePolicy" >
32           <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
33            <horstretch>0</horstretch>
34            <verstretch>0</verstretch>
35           </sizepolicy>
36          </property>
37          <property name="dragDropMode" >
38           <enum>QAbstractItemView::InternalMove</enum>
39          </property>
40          <property name="alternatingRowColors" >
41           <bool>true</bool>
42          </property>
43          <property name="movement" >
44           <enum>QListView::Free</enum>
45          </property>
46         </widget>
47        </item>
48        <item row="1" column="0" >
49         <widget class="QToolButton" name="buttonNew" >
50          <property name="text" >
51           <string>N</string>
52          </property>
53          <property name="popupMode" >
54           <enum>QToolButton::InstantPopup</enum>
55          </property>
56         </widget>
57        </item>
58        <item row="1" column="1" >
59         <widget class="QToolButton" name="buttonUp" >
60          <property name="enabled" >
61           <bool>false</bool>
62          </property>
63          <property name="text" >
64           <string>Up</string>
65          </property>
66         </widget>
67        </item>
68        <item row="1" column="2" >
69         <widget class="QToolButton" name="buttonDown" >
70          <property name="enabled" >
71           <bool>false</bool>
72          </property>
73          <property name="text" >
74           <string>Dw</string>
75          </property>
76         </widget>
77        </item>
78        <item row="1" column="3" >
79         <widget class="QToolButton" name="buttonReset" >
80          <property name="enabled" >
81           <bool>false</bool>
82          </property>
83          <property name="text" >
84           <string>R</string>
85          </property>
86         </widget>
87        </item>
88        <item row="1" column="4" >
89         <spacer>
90          <property name="orientation" >
91           <enum>Qt::Horizontal</enum>
92          </property>
93          <property name="sizeType" >
94           <enum>QSizePolicy::Expanding</enum>
95          </property>
96          <property name="sizeHint" stdset="0" >
97           <size>
98            <width>40</width>
99            <height>20</height>
100           </size>
101          </property>
102         </spacer>
103        </item>
104        <item row="1" column="5" >
105         <widget class="QToolButton" name="buttonSave" >
106          <property name="enabled" >
107           <bool>false</bool>
108          </property>
109          <property name="text" >
110           <string>E</string>
111          </property>
112         </widget>
113        </item>
114        <item row="1" column="6" >
115         <widget class="QToolButton" name="buttonDel" >
116          <property name="enabled" >
117           <bool>false</bool>
118          </property>
119          <property name="text" >
120           <string>D</string>
121          </property>
122         </widget>
123        </item>
124       </layout>
125      </widget>
126      <widget class="QFrame" name="frame" >
127       <property name="sizePolicy" >
128        <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
129         <horstretch>0</horstretch>
130         <verstretch>0</verstretch>
131        </sizepolicy>
132       </property>
133      </widget>
134     </widget>
135    </item>
136   </layout>
137  </widget>
138  <customwidgets>
139   <customwidget>
140    <class>KListWidget</class>
141    <extends>QListWidget</extends>
142    <header>klistwidget.h</header>
143   </customwidget>
144  </customwidgets>
145  <resources/>
146  <connections/>
147 </ui>