]> git.sesse.net Git - kdenlive/blob - src/ui/scenecutdialog_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / scenecutdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SceneCutDialog_UI</class>
4  <widget class="QDialog" name="SceneCutDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>282</width>
10     <height>115</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Scene Cut</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="1" colspan="2">
18     <widget class="QComboBox" name="marker_type"/>
19    </item>
20    <item row="0" column="0">
21     <widget class="QCheckBox" name="add_markers">
22      <property name="text">
23       <string>Add clip markers</string>
24      </property>
25      <property name="checked">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item row="3" column="0" colspan="3">
31     <widget class="QCheckBox" name="zone_only">
32      <property name="text">
33       <string>Analyse only selected zone</string>
34      </property>
35     </widget>
36    </item>
37    <item row="4" column="0">
38     <spacer name="verticalSpacer">
39      <property name="orientation">
40       <enum>Qt::Vertical</enum>
41      </property>
42      <property name="sizeHint" stdset="0">
43       <size>
44        <width>20</width>
45        <height>40</height>
46       </size>
47      </property>
48     </spacer>
49    </item>
50    <item row="5" column="0" colspan="3">
51     <widget class="QDialogButtonBox" name="buttonBox">
52      <property name="orientation">
53       <enum>Qt::Horizontal</enum>
54      </property>
55      <property name="standardButtons">
56       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
57      </property>
58     </widget>
59    </item>
60    <item row="1" column="0" colspan="3">
61     <widget class="QCheckBox" name="cut_scenes">
62      <property name="text">
63       <string>Cut scenes</string>
64      </property>
65     </widget>
66    </item>
67    <item row="2" column="0" colspan="3">
68     <widget class="QCheckBox" name="store_data">
69      <property name="text">
70       <string>Save result in clip metadata</string>
71      </property>
72     </widget>
73    </item>
74   </layout>
75  </widget>
76  <resources/>
77  <connections>
78   <connection>
79    <sender>buttonBox</sender>
80    <signal>accepted()</signal>
81    <receiver>SceneCutDialog_UI</receiver>
82    <slot>accept()</slot>
83    <hints>
84     <hint type="sourcelabel">
85      <x>248</x>
86      <y>254</y>
87     </hint>
88     <hint type="destinationlabel">
89      <x>157</x>
90      <y>274</y>
91     </hint>
92    </hints>
93   </connection>
94   <connection>
95    <sender>buttonBox</sender>
96    <signal>rejected()</signal>
97    <receiver>SceneCutDialog_UI</receiver>
98    <slot>reject()</slot>
99    <hints>
100     <hint type="sourcelabel">
101      <x>316</x>
102      <y>260</y>
103     </hint>
104     <hint type="destinationlabel">
105      <x>286</x>
106      <y>274</y>
107     </hint>
108    </hints>
109   </connection>
110  </connections>
111 </ui>