]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframeeditor_ui.ui
Use horizontal line to show end of 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>277</width>
10     <height>269</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <property name="leftMargin">
15     <number>0</number>
16    </property>
17    <property name="topMargin">
18     <number>0</number>
19    </property>
20    <property name="rightMargin">
21     <number>0</number>
22    </property>
23    <item row="0" column="0" colspan="3">
24     <widget class="QTableWidget" name="keyframe_list">
25      <property name="alternatingRowColors">
26       <bool>true</bool>
27      </property>
28      <property name="cornerButtonEnabled">
29       <bool>false</bool>
30      </property>
31      <attribute name="horizontalHeaderHighlightSections">
32       <bool>false</bool>
33      </attribute>
34      <attribute name="horizontalHeaderStretchLastSection">
35       <bool>true</bool>
36      </attribute>
37      <attribute name="verticalHeaderVisible">
38       <bool>true</bool>
39      </attribute>
40      <attribute name="verticalHeaderHighlightSections">
41       <bool>false</bool>
42      </attribute>
43      <attribute name="verticalHeaderVisible">
44       <bool>true</bool>
45      </attribute>
46      <attribute name="horizontalHeaderStretchLastSection">
47       <bool>true</bool>
48      </attribute>
49      <attribute name="horizontalHeaderHighlightSections">
50       <bool>false</bool>
51      </attribute>
52      <attribute name="verticalHeaderHighlightSections">
53       <bool>false</bool>
54      </attribute>
55     </widget>
56    </item>
57    <item row="1" column="0">
58     <widget class="QToolButton" name="button_add">
59      <property name="text">
60       <string>A</string>
61      </property>
62      <property name="arrowType">
63       <enum>Qt::NoArrow</enum>
64      </property>
65     </widget>
66    </item>
67    <item row="1" column="1">
68     <widget class="QToolButton" name="button_delete">
69      <property name="text">
70       <string>D</string>
71      </property>
72      <property name="arrowType">
73       <enum>Qt::NoArrow</enum>
74      </property>
75     </widget>
76    </item>
77    <item row="1" column="2">
78     <widget class="QCheckBox" name="keyframe_seek">
79      <property name="text">
80       <string>Seek to active keyframe</string>
81      </property>
82     </widget>
83    </item>
84    <item row="2" column="0" colspan="2">
85     <widget class="QLabel" name="label">
86      <property name="text">
87       <string>Position</string>
88      </property>
89     </widget>
90    </item>
91    <item row="2" column="2">
92     <widget class="QSlider" name="keyframe_pos">
93      <property name="orientation">
94       <enum>Qt::Horizontal</enum>
95      </property>
96     </widget>
97    </item>
98    <item row="4" column="0" colspan="3">
99     <widget class="Line" name="line">
100      <property name="orientation">
101       <enum>Qt::Horizontal</enum>
102      </property>
103     </widget>
104    </item>
105    <item row="3" column="0" colspan="3">
106     <widget class="QFrame" name="param_sliders">
107      <property name="frameShape">
108       <enum>QFrame::NoFrame</enum>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections/>
116 </ui>