]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframewidget_ui.ui
use parameterplotter for "complex" effects
[kdenlive] / src / widgets / keyframewidget_ui.ui
1 <ui version="4.0" >
2  <class>KeyframeWidget_UI</class>
3  <widget class="QWidget" name="KeyframeWidget_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>756</width>
9     <height>698</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <layout class="QGridLayout" >
22    <item row="0" column="0" >
23     <layout class="QVBoxLayout" >
24      <item>
25       <widget class="QWidget" native="1" name="widget" />
26      </item>
27      <item>
28       <layout class="QHBoxLayout" >
29        <item>
30         <widget class="QToolButton" name="buttonLeftRight" >
31          <property name="toolTip" >
32           <string>move on X axis</string>
33          </property>
34          <property name="text" >
35           <string>...</string>
36          </property>
37         </widget>
38        </item>
39        <item>
40         <widget class="QToolButton" name="buttonUpDown" >
41          <property name="enabled" >
42           <bool>true</bool>
43          </property>
44          <property name="toolTip" >
45           <string>move on Y axis</string>
46          </property>
47          <property name="text" >
48           <string>...</string>
49          </property>
50         </widget>
51        </item>
52        <item>
53         <widget class="QToolButton" name="buttonShowInTimeline" >
54          <property name="enabled" >
55           <bool>false</bool>
56          </property>
57          <property name="toolTip" >
58           <string>update values in timeline</string>
59          </property>
60          <property name="text" >
61           <string>...</string>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QToolButton" name="buttonNewPoints" >
67          <property name="enabled" >
68           <bool>false</bool>
69          </property>
70          <property name="toolTip" >
71           <string>create new points</string>
72          </property>
73          <property name="text" >
74           <string>...</string>
75          </property>
76         </widget>
77        </item>
78        <item>
79         <spacer>
80          <property name="orientation" >
81           <enum>Qt::Horizontal</enum>
82          </property>
83          <property name="sizeHint" >
84           <size>
85            <width>40</width>
86            <height>20</height>
87           </size>
88          </property>
89         </spacer>
90        </item>
91        <item>
92         <widget class="QCheckBox" name="checkBox" >
93          <property name="text" >
94           <string>GraphView</string>
95          </property>
96          <property name="checked" >
97           <bool>true</bool>
98          </property>
99         </widget>
100        </item>
101        <item>
102         <widget class="KComboBox" name="parameterList" />
103        </item>
104        <item>
105         <widget class="QToolButton" name="buttonHelp" >
106          <property name="enabled" >
107           <bool>true</bool>
108          </property>
109          <property name="toolTip" >
110           <string>parameter description</string>
111          </property>
112          <property name="text" >
113           <string>...</string>
114          </property>
115         </widget>
116        </item>
117       </layout>
118      </item>
119      <item>
120       <widget class="KTextEdit" name="infoBox" />
121      </item>
122     </layout>
123    </item>
124   </layout>
125  </widget>
126  <customwidgets>
127   <customwidget>
128    <class>KComboBox</class>
129    <extends>QComboBox</extends>
130    <header>kcombobox.h</header>
131   </customwidget>
132   <customwidget>
133    <class>KTextEdit</class>
134    <extends>QTextEdit</extends>
135    <header>ktextedit.h</header>
136   </customwidget>
137  </customwidgets>
138  <resources/>
139  <connections/>
140 </ui>