]> git.sesse.net Git - kdenlive/blob - src/widgets/clipstabilize_ui.ui
349334b0a01a752b27d7c53fb97c518d4398f689
[kdenlive] / src / widgets / clipstabilize_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ClipStabilize_UI</class>
4  <widget class="QDialog" name="ClipStabilize_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>304</width>
10     <height>125</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label_dest">
19      <property name="text">
20       <string>Destination</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1" colspan="2">
25     <widget class="KUrlRequester" name="dest_url"/>
26    </item>
27    <item row="1" column="0" colspan="3">
28     <widget class="QLabel" name="label_3">
29      <property name="text">
30       <string>Options</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0" colspan="3">
35     <widget class="QWidget" name="optionsbox" native="true">
36      <property name="sizePolicy">
37       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
38        <horstretch>0</horstretch>
39        <verstretch>0</verstretch>
40       </sizepolicy>
41      </property>
42     </widget>
43    </item>
44    <item row="6" column="2">
45     <widget class="QDialogButtonBox" name="buttonBox">
46      <property name="orientation">
47       <enum>Qt::Horizontal</enum>
48      </property>
49      <property name="standardButtons">
50       <set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
51      </property>
52     </widget>
53    </item>
54    <item row="4" column="0" colspan="2">
55     <widget class="QCheckBox" name="auto_add">
56      <property name="text">
57       <string>Add clip to project</string>
58      </property>
59     </widget>
60    </item>
61    <item row="6" column="0" colspan="2">
62     <spacer name="horizontalSpacer">
63      <property name="orientation">
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="sizeHint" stdset="0">
67       <size>
68        <width>40</width>
69        <height>20</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74    <item row="3" column="0">
75     <spacer name="verticalSpacer">
76      <property name="orientation">
77       <enum>Qt::Vertical</enum>
78      </property>
79      <property name="sizeHint" stdset="0">
80       <size>
81        <width>20</width>
82        <height>40</height>
83       </size>
84      </property>
85     </spacer>
86    </item>
87   </layout>
88  </widget>
89  <customwidgets>
90   <customwidget>
91    <class>KUrlRequester</class>
92    <extends>QFrame</extends>
93    <header>kurlrequester.h</header>
94   </customwidget>
95  </customwidgets>
96  <resources/>
97  <connections>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>rejected()</signal>
101    <receiver>ClipStabilize_UI</receiver>
102    <slot>reject()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>316</x>
106      <y>260</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>286</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114  </connections>
115 </ui>