]> git.sesse.net Git - kdenlive/blob - src/widgets/clipdurationdialog_ui.ui
0d1044688bed83efa0a737c8f15ae25791cc1777
[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>169</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="3" column="0" colspan="2">
246     <spacer name="verticalSpacer">
247      <property name="orientation">
248       <enum>Qt::Vertical</enum>
249      </property>
250      <property name="sizeHint" stdset="0">
251       <size>
252        <width>218</width>
253        <height>2</height>
254       </size>
255      </property>
256     </spacer>
257    </item>
258    <item row="4" column="0" colspan="2">
259     <widget class="QDialogButtonBox" name="buttonBox">
260      <property name="orientation">
261       <enum>Qt::Horizontal</enum>
262      </property>
263      <property name="standardButtons">
264       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
265      </property>
266     </widget>
267    </item>
268   </layout>
269  </widget>
270  <customwidgets>
271   <customwidget>
272    <class>KLineEdit</class>
273    <extends>QLineEdit</extends>
274    <header>klineedit.h</header>
275   </customwidget>
276   <customwidget>
277    <class>KRestrictedLine</class>
278    <extends>KLineEdit</extends>
279    <header>krestrictedline.h</header>
280   </customwidget>
281  </customwidgets>
282  <resources/>
283  <connections>
284   <connection>
285    <sender>buttonBox</sender>
286    <signal>accepted()</signal>
287    <receiver>ClipDurationDialog_UI</receiver>
288    <slot>accept()</slot>
289    <hints>
290     <hint type="sourcelabel">
291      <x>248</x>
292      <y>254</y>
293     </hint>
294     <hint type="destinationlabel">
295      <x>157</x>
296      <y>274</y>
297     </hint>
298    </hints>
299   </connection>
300   <connection>
301    <sender>buttonBox</sender>
302    <signal>rejected()</signal>
303    <receiver>ClipDurationDialog_UI</receiver>
304    <slot>reject()</slot>
305    <hints>
306     <hint type="sourcelabel">
307      <x>316</x>
308      <y>260</y>
309     </hint>
310     <hint type="destinationlabel">
311      <x>286</x>
312      <y>274</y>
313     </hint>
314    </hints>
315   </connection>
316  </connections>
317 </ui>