]> git.sesse.net Git - kdenlive/blob - src/widgets/importkeyframesdialog_ui.ui
dd057f8ff683d30579f5ac994a96964f4e57af8a
[kdenlive] / src / widgets / importkeyframesdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ImportKeyframesDialog_UI</class>
4  <widget class="QDialog" name="ImportKeyframesDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>255</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="0">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Data to import</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1">
25     <widget class="QComboBox" name="data_list">
26      <property name="sizePolicy">
27       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
28        <horstretch>0</horstretch>
29        <verstretch>0</verstretch>
30       </sizepolicy>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0" colspan="2">
35     <widget class="QCheckBox" name="import_position">
36      <property name="text">
37       <string>Position</string>
38      </property>
39      <property name="checked">
40       <bool>true</bool>
41      </property>
42     </widget>
43    </item>
44    <item row="2" column="0" colspan="2">
45     <widget class="QCheckBox" name="import_size">
46      <property name="text">
47       <string>Size</string>
48      </property>
49     </widget>
50    </item>
51    <item row="3" column="0" colspan="2">
52     <spacer name="verticalSpacer">
53      <property name="orientation">
54       <enum>Qt::Vertical</enum>
55      </property>
56      <property name="sizeHint" stdset="0">
57       <size>
58        <width>218</width>
59        <height>2</height>
60       </size>
61      </property>
62     </spacer>
63    </item>
64    <item row="4" column="1">
65     <widget class="QDialogButtonBox" name="buttonBox">
66      <property name="orientation">
67       <enum>Qt::Horizontal</enum>
68      </property>
69      <property name="standardButtons">
70       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
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>ImportKeyframesDialog_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>ImportKeyframesDialog_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>