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