]> git.sesse.net Git - kdenlive/blob - src/widgets/clipdurationdialog_ui.ui
Add crop end info to clip info dialog (based on a patch by Till Theato):
[kdenlive] / src / widgets / clipdurationdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ClipDurationDialog_UI</class>
4  <widget class="QDialog" name="ClipDurationDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>226</width>
10     <height>213</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Duration</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="position_label">
19      <property name="text">
20       <string>Position</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1">
25     <layout class="QHBoxLayout" name="horizontalLayout">
26      <item>
27       <widget class="KRestrictedLine" name="clip_position">
28        <property name="inputMask">
29         <string>99:99:99:99; </string>
30        </property>
31       </widget>
32      </item>
33      <item>
34       <layout class="QVBoxLayout" name="verticalLayout">
35        <property name="spacing">
36         <number>0</number>
37        </property>
38        <item>
39         <widget class="QToolButton" name="position_up">
40          <property name="sizePolicy">
41           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
42            <horstretch>0</horstretch>
43            <verstretch>0</verstretch>
44           </sizepolicy>
45          </property>
46          <property name="maximumSize">
47           <size>
48            <width>16777215</width>
49            <height>18</height>
50           </size>
51          </property>
52          <property name="text">
53           <string>...</string>
54          </property>
55          <property name="autoRaise">
56           <bool>true</bool>
57          </property>
58          <property name="arrowType">
59           <enum>Qt::UpArrow</enum>
60          </property>
61         </widget>
62        </item>
63        <item>
64         <widget class="QToolButton" name="position_down">
65          <property name="sizePolicy">
66           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
67            <horstretch>0</horstretch>
68            <verstretch>0</verstretch>
69           </sizepolicy>
70          </property>
71          <property name="maximumSize">
72           <size>
73            <width>16777215</width>
74            <height>18</height>
75           </size>
76          </property>
77          <property name="text">
78           <string>...</string>
79          </property>
80          <property name="autoRaise">
81           <bool>true</bool>
82          </property>
83          <property name="arrowType">
84           <enum>Qt::DownArrow</enum>
85          </property>
86         </widget>
87        </item>
88       </layout>
89      </item>
90     </layout>
91    </item>
92    <item row="1" column="0">
93     <widget class="QLabel" name="crop_label">
94      <property name="text">
95       <string>Crop start</string>
96      </property>
97     </widget>
98    </item>
99    <item row="1" column="1">
100     <layout class="QHBoxLayout" name="horizontalLayout_2">
101      <item>
102       <widget class="KRestrictedLine" name="crop_position">
103        <property name="inputMask">
104         <string>99:99:99:99; </string>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <layout class="QVBoxLayout" name="verticalLayout_2">
110        <property name="spacing">
111         <number>0</number>
112        </property>
113        <item>
114         <widget class="QToolButton" name="crop_up">
115          <property name="sizePolicy">
116           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
117            <horstretch>0</horstretch>
118            <verstretch>0</verstretch>
119           </sizepolicy>
120          </property>
121          <property name="maximumSize">
122           <size>
123            <width>16777215</width>
124            <height>18</height>
125           </size>
126          </property>
127          <property name="text">
128           <string>...</string>
129          </property>
130          <property name="autoRaise">
131           <bool>true</bool>
132          </property>
133          <property name="arrowType">
134           <enum>Qt::UpArrow</enum>
135          </property>
136         </widget>
137        </item>
138        <item>
139         <widget class="QToolButton" name="crop_down">
140          <property name="sizePolicy">
141           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
142            <horstretch>0</horstretch>
143            <verstretch>0</verstretch>
144           </sizepolicy>
145          </property>
146          <property name="maximumSize">
147           <size>
148            <width>16777215</width>
149            <height>18</height>
150           </size>
151          </property>
152          <property name="text">
153           <string>...</string>
154          </property>
155          <property name="autoRaise">
156           <bool>true</bool>
157          </property>
158          <property name="arrowType">
159           <enum>Qt::DownArrow</enum>
160          </property>
161         </widget>
162        </item>
163       </layout>
164      </item>
165     </layout>
166    </item>
167    <item row="2" column="0">
168     <widget class="QLabel" name="duration_label">
169      <property name="text">
170       <string>Duration</string>
171      </property>
172     </widget>
173    </item>
174    <item row="2" column="1">
175     <layout class="QHBoxLayout" name="horizontalLayout_3">
176      <item>
177       <widget class="KRestrictedLine" name="clip_duration">
178        <property name="inputMask">
179         <string>99:99:99:99; </string>
180        </property>
181        <property name="frame">
182         <bool>true</bool>
183        </property>
184       </widget>
185      </item>
186      <item>
187       <layout class="QVBoxLayout" name="verticalLayout_3">
188        <property name="spacing">
189         <number>0</number>
190        </property>
191        <item>
192         <widget class="QToolButton" name="duration_up">
193          <property name="sizePolicy">
194           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
195            <horstretch>0</horstretch>
196            <verstretch>0</verstretch>
197           </sizepolicy>
198          </property>
199          <property name="maximumSize">
200           <size>
201            <width>16777215</width>
202            <height>18</height>
203           </size>
204          </property>
205          <property name="text">
206           <string>...</string>
207          </property>
208          <property name="autoRaise">
209           <bool>true</bool>
210          </property>
211          <property name="arrowType">
212           <enum>Qt::UpArrow</enum>
213          </property>
214         </widget>
215        </item>
216        <item>
217         <widget class="QToolButton" name="duration_down">
218          <property name="sizePolicy">
219           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
220            <horstretch>0</horstretch>
221            <verstretch>0</verstretch>
222           </sizepolicy>
223          </property>
224          <property name="maximumSize">
225           <size>
226            <width>16777215</width>
227            <height>18</height>
228           </size>
229          </property>
230          <property name="text">
231           <string>...</string>
232          </property>
233          <property name="autoRaise">
234           <bool>true</bool>
235          </property>
236          <property name="arrowType">
237           <enum>Qt::DownArrow</enum>
238          </property>
239         </widget>
240        </item>
241       </layout>
242      </item>
243     </layout>
244    </item>
245    <item row="4" column="0">
246     <widget class="QLabel" name="end_label">
247      <property name="text">
248       <string>Crop end</string>
249      </property>
250     </widget>
251    </item>
252    <item row="4" column="1">
253     <layout class="QHBoxLayout" name="horizontalLayout_4">
254      <item>
255       <widget class="KRestrictedLine" name="end_position">
256        <property name="inputMask">
257         <string>99:99:99:99; </string>
258        </property>
259       </widget>
260      </item>
261      <item>
262       <layout class="QVBoxLayout" name="verticalLayout_4">
263        <property name="spacing">
264         <number>0</number>
265        </property>
266        <item>
267         <widget class="QToolButton" name="end_up">
268          <property name="sizePolicy">
269           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
270            <horstretch>0</horstretch>
271            <verstretch>0</verstretch>
272           </sizepolicy>
273          </property>
274          <property name="maximumSize">
275           <size>
276            <width>16777215</width>
277            <height>18</height>
278           </size>
279          </property>
280          <property name="text">
281           <string>...</string>
282          </property>
283          <property name="autoRaise">
284           <bool>true</bool>
285          </property>
286          <property name="arrowType">
287           <enum>Qt::UpArrow</enum>
288          </property>
289         </widget>
290        </item>
291        <item>
292         <widget class="QToolButton" name="end_down">
293          <property name="sizePolicy">
294           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
295            <horstretch>0</horstretch>
296            <verstretch>0</verstretch>
297           </sizepolicy>
298          </property>
299          <property name="maximumSize">
300           <size>
301            <width>16777215</width>
302            <height>18</height>
303           </size>
304          </property>
305          <property name="text">
306           <string>...</string>
307          </property>
308          <property name="autoRaise">
309           <bool>true</bool>
310          </property>
311          <property name="arrowType">
312           <enum>Qt::DownArrow</enum>
313          </property>
314         </widget>
315        </item>
316       </layout>
317      </item>
318     </layout>
319    </item>
320    <item row="5" column="0" colspan="2">
321     <spacer name="verticalSpacer">
322      <property name="orientation">
323       <enum>Qt::Vertical</enum>
324      </property>
325      <property name="sizeHint" stdset="0">
326       <size>
327        <width>218</width>
328        <height>2</height>
329       </size>
330      </property>
331     </spacer>
332    </item>
333    <item row="6" column="0" colspan="2">
334     <widget class="QDialogButtonBox" name="buttonBox">
335      <property name="orientation">
336       <enum>Qt::Horizontal</enum>
337      </property>
338      <property name="standardButtons">
339       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
340      </property>
341     </widget>
342    </item>
343   </layout>
344  </widget>
345  <customwidgets>
346   <customwidget>
347    <class>KLineEdit</class>
348    <extends>QLineEdit</extends>
349    <header>klineedit.h</header>
350   </customwidget>
351   <customwidget>
352    <class>KRestrictedLine</class>
353    <extends>KLineEdit</extends>
354    <header>krestrictedline.h</header>
355   </customwidget>
356  </customwidgets>
357  <resources/>
358  <connections>
359   <connection>
360    <sender>buttonBox</sender>
361    <signal>accepted()</signal>
362    <receiver>ClipDurationDialog_UI</receiver>
363    <slot>accept()</slot>
364    <hints>
365     <hint type="sourcelabel">
366      <x>248</x>
367      <y>254</y>
368     </hint>
369     <hint type="destinationlabel">
370      <x>157</x>
371      <y>274</y>
372     </hint>
373    </hints>
374   </connection>
375   <connection>
376    <sender>buttonBox</sender>
377    <signal>rejected()</signal>
378    <receiver>ClipDurationDialog_UI</receiver>
379    <slot>reject()</slot>
380    <hints>
381     <hint type="sourcelabel">
382      <x>316</x>
383      <y>260</y>
384     </hint>
385     <hint type="destinationlabel">
386      <x>286</x>
387      <y>274</y>
388     </hint>
389    </hints>
390   </connection>
391  </connections>
392 </ui>