]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframeeditor_ui.ui
Updated 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>186</width>
10     <height>153</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <item row="1" column="0">
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QToolButton" name="button_add">
21        <property name="text">
22         <string>A</string>
23        </property>
24        <property name="arrowType">
25         <enum>Qt::NoArrow</enum>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QToolButton" name="button_delete">
31        <property name="text">
32         <string>D</string>
33        </property>
34        <property name="arrowType">
35         <enum>Qt::NoArrow</enum>
36        </property>
37       </widget>
38      </item>
39     </layout>
40    </item>
41    <item row="1" column="1">
42     <spacer name="horizontalSpacer">
43      <property name="orientation">
44       <enum>Qt::Horizontal</enum>
45      </property>
46      <property name="sizeHint" stdset="0">
47       <size>
48        <width>40</width>
49        <height>20</height>
50       </size>
51      </property>
52     </spacer>
53    </item>
54    <item row="2" column="0">
55     <widget class="QLabel" name="label">
56      <property name="text">
57       <string>Position</string>
58      </property>
59     </widget>
60    </item>
61    <item row="2" column="1">
62     <widget class="QSlider" name="keyframe_pos">
63      <property name="orientation">
64       <enum>Qt::Horizontal</enum>
65      </property>
66     </widget>
67    </item>
68    <item row="3" column="0">
69     <widget class="QLabel" name="label_2">
70      <property name="text">
71       <string>Value</string>
72      </property>
73     </widget>
74    </item>
75    <item row="3" column="1">
76     <widget class="QSlider" name="keyframe_val">
77      <property name="orientation">
78       <enum>Qt::Horizontal</enum>
79      </property>
80     </widget>
81    </item>
82    <item row="0" column="0" colspan="2">
83     <widget class="QTableWidget" name="keyframe_list">
84      <property name="sizePolicy">
85       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
86        <horstretch>0</horstretch>
87        <verstretch>0</verstretch>
88       </sizepolicy>
89      </property>
90      <property name="alternatingRowColors">
91       <bool>true</bool>
92      </property>
93      <property name="cornerButtonEnabled">
94       <bool>false</bool>
95      </property>
96      <attribute name="horizontalHeaderHighlightSections">
97       <bool>false</bool>
98      </attribute>
99      <attribute name="horizontalHeaderStretchLastSection">
100       <bool>true</bool>
101      </attribute>
102      <attribute name="verticalHeaderVisible">
103       <bool>true</bool>
104      </attribute>
105      <attribute name="verticalHeaderHighlightSections">
106       <bool>false</bool>
107      </attribute>
108      <attribute name="verticalHeaderVisible">
109       <bool>true</bool>
110      </attribute>
111      <attribute name="horizontalHeaderStretchLastSection">
112       <bool>true</bool>
113      </attribute>
114      <attribute name="horizontalHeaderHighlightSections">
115       <bool>false</bool>
116      </attribute>
117      <attribute name="verticalHeaderHighlightSections">
118       <bool>false</bool>
119      </attribute>
120     </widget>
121    </item>
122   </layout>
123  </widget>
124  <resources/>
125  <connections/>
126 </ui>