]> git.sesse.net Git - kdenlive/blob - src/widgets/spacerdialog_ui.ui
Insert Space Dialog:
[kdenlive] / src / widgets / spacerdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SpacerDialog_UI</class>
4  <widget class="QDialog" name="SpacerDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>331</width>
10     <height>111</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Add space</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="3" column="0" colspan="4">
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="1" column="1">
28     <widget class="QLabel" name="clip_filesize_3">
29      <property name="text">
30       <string>Track</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="1" colspan="3">
35     <spacer name="verticalSpacer">
36      <property name="orientation">
37       <enum>Qt::Vertical</enum>
38      </property>
39      <property name="sizeHint" stdset="0">
40       <size>
41        <width>218</width>
42        <height>2</height>
43       </size>
44      </property>
45     </spacer>
46    </item>
47    <item row="0" column="1">
48     <widget class="QLabel" name="clip_filesize_2">
49      <property name="text">
50       <string>Duration</string>
51      </property>
52     </widget>
53    </item>
54    <item row="1" column="2" colspan="2">
55     <widget class="KComboBox" name="track_number"/>
56    </item>
57    <item row="0" column="2" colspan="2">
58     <layout class="QHBoxLayout" name="inputLayout"/>
59    </item>
60   </layout>
61  </widget>
62  <customwidgets>
63   <customwidget>
64    <class>KComboBox</class>
65    <extends>QComboBox</extends>
66    <header>kcombobox.h</header>
67   </customwidget>
68  </customwidgets>
69  <resources/>
70  <connections>
71   <connection>
72    <sender>buttonBox</sender>
73    <signal>accepted()</signal>
74    <receiver>SpacerDialog_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>SpacerDialog_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>