]> git.sesse.net Git - kdenlive/blob - src/widgets/clipstabilize_ui.ui
7510b0e5fcb77307a9043d442389606b7679210d
[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>290</width>
10     <height>198</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="5" 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="3" 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="5" 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   </layout>
75  </widget>
76  <customwidgets>
77   <customwidget>
78    <class>KUrlRequester</class>
79    <extends>QFrame</extends>
80    <header>kurlrequester.h</header>
81   </customwidget>
82  </customwidgets>
83  <resources/>
84  <connections>
85   <connection>
86    <sender>buttonBox</sender>
87    <signal>accepted()</signal>
88    <receiver>ClipStabilize_UI</receiver>
89    <slot>accept()</slot>
90    <hints>
91     <hint type="sourcelabel">
92      <x>248</x>
93      <y>254</y>
94     </hint>
95     <hint type="destinationlabel">
96      <x>157</x>
97      <y>274</y>
98     </hint>
99    </hints>
100   </connection>
101   <connection>
102    <sender>buttonBox</sender>
103    <signal>rejected()</signal>
104    <receiver>ClipStabilize_UI</receiver>
105    <slot>reject()</slot>
106    <hints>
107     <hint type="sourcelabel">
108      <x>316</x>
109      <y>260</y>
110     </hint>
111     <hint type="destinationlabel">
112      <x>286</x>
113      <y>274</y>
114     </hint>
115    </hints>
116   </connection>
117  </connections>
118 </ui>