]> git.sesse.net Git - kdenlive/blob - src/widgets/scenecutdialog_ui.ui
462ff597d9d62498c51382cf282a19456e849b73
[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>352</width>
10     <height>90</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="3" column="0" colspan="3">
18     <widget class="QDialogButtonBox" name="buttonBox">
19      <property name="orientation">
20       <enum>Qt::Horizontal</enum>
21      </property>
22      <property name="standardButtons">
23       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
24      </property>
25     </widget>
26    </item>
27    <item row="2" column="1">
28     <spacer name="verticalSpacer">
29      <property name="orientation">
30       <enum>Qt::Vertical</enum>
31      </property>
32      <property name="sizeHint" stdset="0">
33       <size>
34        <width>218</width>
35        <height>2</height>
36       </size>
37      </property>
38     </spacer>
39    </item>
40    <item row="0" column="0">
41     <widget class="QCheckBox" name="add_markers">
42      <property name="text">
43       <string>Add clip markers</string>
44      </property>
45      <property name="checked">
46       <bool>true</bool>
47      </property>
48     </widget>
49    </item>
50    <item row="0" column="1" colspan="2">
51     <widget class="QComboBox" name="marker_type"/>
52    </item>
53    <item row="1" column="0" colspan="3">
54     <widget class="QCheckBox" name="cut_scenes">
55      <property name="text">
56       <string>Cut scenes</string>
57      </property>
58     </widget>
59    </item>
60   </layout>
61  </widget>
62  <resources/>
63  <connections>
64   <connection>
65    <sender>buttonBox</sender>
66    <signal>accepted()</signal>
67    <receiver>SceneCutDialog_UI</receiver>
68    <slot>accept()</slot>
69    <hints>
70     <hint type="sourcelabel">
71      <x>248</x>
72      <y>254</y>
73     </hint>
74     <hint type="destinationlabel">
75      <x>157</x>
76      <y>274</y>
77     </hint>
78    </hints>
79   </connection>
80   <connection>
81    <sender>buttonBox</sender>
82    <signal>rejected()</signal>
83    <receiver>SceneCutDialog_UI</receiver>
84    <slot>reject()</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>316</x>
88      <y>260</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>286</x>
92      <y>274</y>
93     </hint>
94    </hints>
95   </connection>
96  </connections>
97 </ui>