]> git.sesse.net Git - kdenlive/blob - src/widgets/collapsiblewidget_ui.ui
Some ui love for new effect stack
[kdenlive] / src / widgets / collapsiblewidget_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CollapsibleWidget_UI</class>
4  <widget class="QWidget" name="CollapsibleWidget_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>226</width>
10     <height>37</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="verticalSpacing">
18     <number>0</number>
19    </property>
20    <property name="margin">
21     <number>0</number>
22    </property>
23    <item row="0" column="0">
24     <widget class="QFrame" name="frame">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="frameShape">
32       <enum>QFrame::NoFrame</enum>
33      </property>
34      <property name="frameShadow">
35       <enum>QFrame::Plain</enum>
36      </property>
37      <layout class="QHBoxLayout" name="horizontalLayout">
38       <property name="spacing">
39        <number>0</number>
40       </property>
41       <property name="leftMargin">
42        <number>2</number>
43       </property>
44       <property name="topMargin">
45        <number>0</number>
46       </property>
47       <property name="rightMargin">
48        <number>2</number>
49       </property>
50       <property name="bottomMargin">
51        <number>0</number>
52       </property>
53       <item>
54        <widget class="QToolButton" name="collapseButton">
55         <property name="text">
56          <string>...</string>
57         </property>
58         <property name="autoRaise">
59          <bool>true</bool>
60         </property>
61         <property name="arrowType">
62          <enum>Qt::DownArrow</enum>
63         </property>
64        </widget>
65       </item>
66       <item>
67        <widget class="KSeparator" name="kseparator">
68         <property name="orientation">
69          <enum>Qt::Vertical</enum>
70         </property>
71        </widget>
72       </item>
73       <item>
74        <widget class="QCheckBox" name="enabledBox">
75         <property name="text">
76          <string/>
77         </property>
78         <property name="shortcut">
79          <string>Return</string>
80         </property>
81        </widget>
82       </item>
83       <item>
84        <widget class="QLabel" name="effecticon">
85         <property name="text">
86          <string/>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <widget class="QLabel" name="title">
92         <property name="text">
93          <string/>
94         </property>
95        </widget>
96       </item>
97       <item>
98        <spacer name="horizontalSpacer">
99         <property name="orientation">
100          <enum>Qt::Horizontal</enum>
101         </property>
102         <property name="sizeHint" stdset="0">
103          <size>
104           <width>80</width>
105           <height>20</height>
106          </size>
107         </property>
108        </spacer>
109       </item>
110       <item>
111        <widget class="QToolButton" name="menuButton">
112         <property name="maximumSize">
113          <size>
114           <width>22</width>
115           <height>22</height>
116          </size>
117         </property>
118         <property name="text">
119          <string>...</string>
120         </property>
121         <property name="popupMode">
122          <enum>QToolButton::InstantPopup</enum>
123         </property>
124         <property name="autoRaise">
125          <bool>true</bool>
126         </property>
127        </widget>
128       </item>
129       <item>
130        <widget class="QToolButton" name="buttonUp">
131         <property name="maximumSize">
132          <size>
133           <width>22</width>
134           <height>22</height>
135          </size>
136         </property>
137         <property name="text">
138          <string>...</string>
139         </property>
140         <property name="autoRaise">
141          <bool>true</bool>
142         </property>
143        </widget>
144       </item>
145       <item>
146        <widget class="QToolButton" name="buttonDown">
147         <property name="maximumSize">
148          <size>
149           <width>22</width>
150           <height>22</height>
151          </size>
152         </property>
153         <property name="text">
154          <string>...</string>
155         </property>
156         <property name="autoRaise">
157          <bool>true</bool>
158         </property>
159        </widget>
160       </item>
161       <item>
162        <widget class="QToolButton" name="buttonDel">
163         <property name="maximumSize">
164          <size>
165           <width>22</width>
166           <height>22</height>
167          </size>
168         </property>
169         <property name="text">
170          <string>...</string>
171         </property>
172         <property name="autoRaise">
173          <bool>true</bool>
174         </property>
175        </widget>
176       </item>
177      </layout>
178     </widget>
179    </item>
180    <item row="1" column="0">
181     <widget class="QFrame" name="widgetFrame">
182      <property name="frameShape">
183       <enum>QFrame::NoFrame</enum>
184      </property>
185      <property name="frameShadow">
186       <enum>QFrame::Plain</enum>
187      </property>
188     </widget>
189    </item>
190    <item row="2" column="0">
191     <widget class="Line" name="line">
192      <property name="orientation">
193       <enum>Qt::Horizontal</enum>
194      </property>
195     </widget>
196    </item>
197   </layout>
198  </widget>
199  <customwidgets>
200   <customwidget>
201    <class>KSeparator</class>
202    <extends>QFrame</extends>
203    <header>kseparator.h</header>
204   </customwidget>
205  </customwidgets>
206  <resources/>
207  <connections/>
208 </ui>