]> git.sesse.net Git - kdenlive/blob - src/widgets/keyframewidget_ui.ui
start implementing image / title transparency
[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="ParameterPlotter" name="kplotwidget" >
26        <property name="sizePolicy" >
27         <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
28          <horstretch>0</horstretch>
29          <verstretch>0</verstretch>
30         </sizepolicy>
31        </property>
32        <property name="minimumSize" >
33         <size>
34          <width>150</width>
35          <height>200</height>
36         </size>
37        </property>
38       </widget>
39      </item>
40      <item>
41       <layout class="QHBoxLayout" >
42        <item>
43         <widget class="QToolButton" name="buttonLeftRight" >
44          <property name="toolTip" >
45           <string>move on X axis</string>
46          </property>
47          <property name="text" >
48           <string>...</string>
49          </property>
50         </widget>
51        </item>
52        <item>
53         <widget class="QToolButton" name="buttonUpDown" >
54          <property name="enabled" >
55           <bool>true</bool>
56          </property>
57          <property name="toolTip" >
58           <string>move on Y axis</string>
59          </property>
60          <property name="text" >
61           <string>...</string>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QToolButton" name="buttonShowInTimeline" >
67          <property name="enabled" >
68           <bool>false</bool>
69          </property>
70          <property name="toolTip" >
71           <string>update values in timeline</string>
72          </property>
73          <property name="text" >
74           <string>...</string>
75          </property>
76         </widget>
77        </item>
78        <item>
79         <widget class="QToolButton" name="buttonNewPoints" >
80          <property name="enabled" >
81           <bool>false</bool>
82          </property>
83          <property name="toolTip" >
84           <string>create new points</string>
85          </property>
86          <property name="text" >
87           <string>...</string>
88          </property>
89         </widget>
90        </item>
91        <item>
92         <spacer>
93          <property name="orientation" >
94           <enum>Qt::Horizontal</enum>
95          </property>
96          <property name="sizeHint" >
97           <size>
98            <width>40</width>
99            <height>20</height>
100           </size>
101          </property>
102         </spacer>
103        </item>
104        <item>
105         <widget class="QCheckBox" name="checkBox" >
106          <property name="text" >
107           <string>GraphView</string>
108          </property>
109          <property name="checked" >
110           <bool>true</bool>
111          </property>
112         </widget>
113        </item>
114        <item>
115         <widget class="KComboBox" name="parameterList" />
116        </item>
117        <item>
118         <widget class="QToolButton" name="buttonHelp" >
119          <property name="enabled" >
120           <bool>true</bool>
121          </property>
122          <property name="toolTip" >
123           <string>parameter description</string>
124          </property>
125          <property name="text" >
126           <string>...</string>
127          </property>
128         </widget>
129        </item>
130       </layout>
131      </item>
132      <item>
133       <widget class="KTextEdit" name="infoBox" />
134      </item>
135     </layout>
136    </item>
137   </layout>
138  </widget>
139  <customwidgets>
140   <customwidget>
141    <class>KComboBox</class>
142    <extends>QComboBox</extends>
143    <header>kcombobox.h</header>
144   </customwidget>
145   <customwidget>
146    <class>KTextEdit</class>
147    <extends>QTextEdit</extends>
148    <header>ktextedit.h</header>
149   </customwidget>
150   <customwidget>
151    <class>ParameterPlotter</class>
152    <extends>KPlotWidget</extends>
153    <header>parameterplotter.h</header>
154   </customwidget>
155  </customwidgets>
156  <resources/>
157  <connections/>
158 </ui>