]> git.sesse.net Git - kdenlive/blob - src/widgets/scenecutdialog_ui.ui
Allow to analyse only a zone of a clip
[kdenlive] / src / widgets / 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="2" 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" colspan="3">
38     <widget class="QDialogButtonBox" name="buttonBox">
39      <property name="orientation">
40       <enum>Qt::Horizontal</enum>
41      </property>
42      <property name="standardButtons">
43       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
44      </property>
45     </widget>
46    </item>
47    <item row="1" column="0" colspan="3">
48     <widget class="QCheckBox" name="cut_scenes">
49      <property name="text">
50       <string>Cut scenes</string>
51      </property>
52     </widget>
53    </item>
54    <item row="3" column="0">
55     <spacer name="verticalSpacer">
56      <property name="orientation">
57       <enum>Qt::Vertical</enum>
58      </property>
59      <property name="sizeHint" stdset="0">
60       <size>
61        <width>20</width>
62        <height>40</height>
63       </size>
64      </property>
65     </spacer>
66    </item>
67   </layout>
68  </widget>
69  <resources/>
70  <connections>
71   <connection>
72    <sender>buttonBox</sender>
73    <signal>accepted()</signal>
74    <receiver>SceneCutDialog_UI</receiver>
75    <slot>accept()</slot>
76    <hints>
77     <hint type="sourcelabel">
78      <x>248</x>
79      <y>254</y>
80     </hint>
81     <hint type="destinationlabel">
82      <x>157</x>
83      <y>274</y>
84     </hint>
85    </hints>
86   </connection>
87   <connection>
88    <sender>buttonBox</sender>
89    <signal>rejected()</signal>
90    <receiver>SceneCutDialog_UI</receiver>
91    <slot>reject()</slot>
92    <hints>
93     <hint type="sourcelabel">
94      <x>316</x>
95      <y>260</y>
96     </hint>
97     <hint type="destinationlabel">
98      <x>286</x>
99      <y>274</y>
100     </hint>
101    </hints>
102   </connection>
103  </connections>
104 </ui>