]> git.sesse.net Git - kdenlive/blob - src/widgets/effectlist_ui.ui
Drag and drop from effects list
[kdenlive] / src / widgets / effectlist_ui.ui
1 <ui version="4.0" >
2  <class>EffectList_UI</class>
3  <widget class="QWidget" name="EffectList_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>257</width>
9     <height>280</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" >
14     <widget class="KComboBox" name="type_combo" >
15      <item>
16       <property name="text" >
17        <string>All</string>
18       </property>
19      </item>
20      <item>
21       <property name="text" >
22        <string>Video</string>
23       </property>
24      </item>
25      <item>
26       <property name="text" >
27        <string>Audio</string>
28       </property>
29      </item>
30      <item>
31       <property name="text" >
32        <string>Custom</string>
33       </property>
34      </item>
35     </widget>
36    </item>
37    <item row="0" column="1" >
38     <widget class="KListWidgetSearchLine" name="search_effect" />
39    </item>
40    <item row="0" column="2" >
41     <widget class="QToolButton" name="buttonInfo" >
42      <property name="enabled" >
43       <bool>true</bool>
44      </property>
45      <property name="text" >
46       <string/>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="0" colspan="3" >
51     <widget class="QFrame" name="effectlistframe" >
52      <property name="sizePolicy" >
53       <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
54        <horstretch>0</horstretch>
55        <verstretch>0</verstretch>
56       </sizepolicy>
57      </property>
58      <property name="frameShape" >
59       <enum>QFrame::StyledPanel</enum>
60      </property>
61      <property name="frameShadow" >
62       <enum>QFrame::Raised</enum>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="0" colspan="3" >
67     <widget class="QTextEdit" name="infopanel" >
68      <property name="frameShape" >
69       <enum>QFrame::StyledPanel</enum>
70      </property>
71      <property name="frameShadow" >
72       <enum>QFrame::Sunken</enum>
73      </property>
74      <property name="readOnly" >
75       <bool>true</bool>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <customwidgets>
82   <customwidget>
83    <class>KComboBox</class>
84    <extends>QComboBox</extends>
85    <header>kcombobox.h</header>
86   </customwidget>
87   <customwidget>
88    <class>KListWidgetSearchLine</class>
89    <extends>KLineEdit</extends>
90    <header>klistwidgetsearchline.h</header>
91   </customwidget>
92  </customwidgets>
93  <resources/>
94  <connections/>
95 </ui>