]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframeeditor_ui.ui
Fix keyframeeditor for effects like vignette:
[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>256</width>
10     <height>135</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <item row="0" column="0" colspan="3">
18     <widget class="QTableWidget" name="keyframe_list">
19      <property name="alternatingRowColors">
20       <bool>true</bool>
21      </property>
22      <property name="cornerButtonEnabled">
23       <bool>false</bool>
24      </property>
25      <attribute name="horizontalHeaderHighlightSections">
26       <bool>false</bool>
27      </attribute>
28      <attribute name="horizontalHeaderStretchLastSection">
29       <bool>true</bool>
30      </attribute>
31      <attribute name="verticalHeaderVisible">
32       <bool>true</bool>
33      </attribute>
34      <attribute name="verticalHeaderHighlightSections">
35       <bool>false</bool>
36      </attribute>
37     </widget>
38    </item>
39    <item row="1" column="0">
40     <widget class="QToolButton" name="button_add">
41      <property name="text">
42       <string>A</string>
43      </property>
44      <property name="arrowType">
45       <enum>Qt::NoArrow</enum>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="1">
50     <widget class="QToolButton" name="button_delete">
51      <property name="text">
52       <string>D</string>
53      </property>
54      <property name="arrowType">
55       <enum>Qt::NoArrow</enum>
56      </property>
57     </widget>
58    </item>
59    <item row="1" column="2">
60     <widget class="QCheckBox" name="keyframe_seek">
61      <property name="text">
62       <string>Seek to active keyframe</string>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="0" colspan="2">
67     <widget class="QLabel" name="label">
68      <property name="text">
69       <string>Position</string>
70      </property>
71     </widget>
72    </item>
73    <item row="2" column="2">
74     <widget class="QSlider" name="keyframe_pos">
75      <property name="orientation">
76       <enum>Qt::Horizontal</enum>
77      </property>
78     </widget>
79    </item>
80    <item row="3" column="0" colspan="3">
81     <widget class="QFrame" name="param_sliders">
82      <property name="frameShape">
83       <enum>QFrame::NoFrame</enum>
84      </property>
85      <property name="frameShadow">
86       <enum>QFrame::Plain</enum>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <resources/>
93  <connections/>
94 </ui>