]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframeeditor_ui.ui
ui file for keyframe editor
[kdenlive] / src / widgets / keyframeeditor_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>KeyframeEditor_UI</class>
4  <widget class="QWidget" name="KeyframeEditor_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>205</width>
10     <height>103</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <property name="spacing">
21     <number>0</number>
22    </property>
23    <item row="0" column="0" colspan="3">
24     <widget class="QTreeWidget" name="keyframe_list">
25      <column>
26       <property name="text">
27        <string notr="true">1</string>
28       </property>
29      </column>
30     </widget>
31    </item>
32    <item row="1" column="0">
33     <widget class="QToolButton" name="button_add">
34      <property name="text">
35       <string>A</string>
36      </property>
37      <property name="arrowType">
38       <enum>Qt::NoArrow</enum>
39      </property>
40     </widget>
41    </item>
42    <item row="1" column="1">
43     <widget class="QToolButton" name="button_delete">
44      <property name="text">
45       <string>D</string>
46      </property>
47      <property name="arrowType">
48       <enum>Qt::NoArrow</enum>
49      </property>
50     </widget>
51    </item>
52    <item row="1" column="2">
53     <spacer name="horizontalSpacer">
54      <property name="orientation">
55       <enum>Qt::Horizontal</enum>
56      </property>
57      <property name="sizeHint" stdset="0">
58       <size>
59        <width>118</width>
60        <height>20</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65   </layout>
66  </widget>
67  <resources/>
68  <connections/>
69 </ui>