]> git.sesse.net Git - kdenlive/blob - src/ui/spacerdialog_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / 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>184</width>
10     <height>94</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="2">
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="0" column="0">
28     <widget class="QLabel" name="clip_filesize_2">
29      <property name="text">
30       <string>Duration:</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0">
35     <widget class="QLabel" name="clip_filesize_3">
36      <property name="text">
37       <string>Track:</string>
38      </property>
39     </widget>
40    </item>
41    <item row="1" column="1">
42     <widget class="KComboBox" name="track_number"/>
43    </item>
44    <item row="0" column="1">
45     <layout class="QHBoxLayout" name="inputLayout"/>
46    </item>
47    <item row="2" column="0" colspan="2">
48     <spacer name="verticalSpacer">
49      <property name="orientation">
50       <enum>Qt::Vertical</enum>
51      </property>
52      <property name="sizeHint" stdset="0">
53       <size>
54        <width>20</width>
55        <height>40</height>
56       </size>
57      </property>
58     </spacer>
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>