]> git.sesse.net Git - kdenlive/blob - src/widgets/spacerdialog_ui.ui
Fix compile warnings
[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="0" column="3">
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="KRestrictedLine" name="space_duration">
21        <property name="inputMask">
22         <string>99:99:99:99; </string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <layout class="QVBoxLayout" name="verticalLayout">
28        <property name="spacing">
29         <number>0</number>
30        </property>
31        <item>
32         <widget class="QToolButton" name="position_up">
33          <property name="sizePolicy">
34           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
35            <horstretch>0</horstretch>
36            <verstretch>0</verstretch>
37           </sizepolicy>
38          </property>
39          <property name="maximumSize">
40           <size>
41            <width>16777215</width>
42            <height>18</height>
43           </size>
44          </property>
45          <property name="text">
46           <string>...</string>
47          </property>
48          <property name="autoRaise">
49           <bool>true</bool>
50          </property>
51          <property name="arrowType">
52           <enum>Qt::UpArrow</enum>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <widget class="QToolButton" name="position_down">
58          <property name="sizePolicy">
59           <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
60            <horstretch>0</horstretch>
61            <verstretch>0</verstretch>
62           </sizepolicy>
63          </property>
64          <property name="maximumSize">
65           <size>
66            <width>16777215</width>
67            <height>18</height>
68           </size>
69          </property>
70          <property name="text">
71           <string>...</string>
72          </property>
73          <property name="autoRaise">
74           <bool>true</bool>
75          </property>
76          <property name="arrowType">
77           <enum>Qt::DownArrow</enum>
78          </property>
79         </widget>
80        </item>
81       </layout>
82      </item>
83     </layout>
84    </item>
85    <item row="3" column="0" colspan="4">
86     <widget class="QDialogButtonBox" name="buttonBox">
87      <property name="orientation">
88       <enum>Qt::Horizontal</enum>
89      </property>
90      <property name="standardButtons">
91       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
92      </property>
93     </widget>
94    </item>
95    <item row="1" column="1">
96     <widget class="QLabel" name="clip_filesize_3">
97      <property name="text">
98       <string>Track</string>
99      </property>
100     </widget>
101    </item>
102    <item row="2" column="1" colspan="3">
103     <spacer name="verticalSpacer">
104      <property name="orientation">
105       <enum>Qt::Vertical</enum>
106      </property>
107      <property name="sizeHint" stdset="0">
108       <size>
109        <width>218</width>
110        <height>2</height>
111       </size>
112      </property>
113     </spacer>
114    </item>
115    <item row="0" column="1">
116     <widget class="QLabel" name="clip_filesize_2">
117      <property name="text">
118       <string>Duration</string>
119      </property>
120     </widget>
121    </item>
122    <item row="1" column="2" colspan="2">
123     <widget class="KComboBox" name="track_number"/>
124    </item>
125   </layout>
126  </widget>
127  <customwidgets>
128   <customwidget>
129    <class>KLineEdit</class>
130    <extends>QLineEdit</extends>
131    <header>klineedit.h</header>
132   </customwidget>
133   <customwidget>
134    <class>KComboBox</class>
135    <extends>QComboBox</extends>
136    <header>kcombobox.h</header>
137   </customwidget>
138   <customwidget>
139    <class>KRestrictedLine</class>
140    <extends>KLineEdit</extends>
141    <header>krestrictedline.h</header>
142   </customwidget>
143  </customwidgets>
144  <resources/>
145  <connections>
146   <connection>
147    <sender>buttonBox</sender>
148    <signal>accepted()</signal>
149    <receiver>SpacerDialog_UI</receiver>
150    <slot>accept()</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>248</x>
154      <y>254</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>157</x>
158      <y>274</y>
159     </hint>
160    </hints>
161   </connection>
162   <connection>
163    <sender>buttonBox</sender>
164    <signal>rejected()</signal>
165    <receiver>SpacerDialog_UI</receiver>
166    <slot>reject()</slot>
167    <hints>
168     <hint type="sourcelabel">
169      <x>316</x>
170      <y>260</y>
171     </hint>
172     <hint type="destinationlabel">
173      <x>286</x>
174      <y>274</y>
175     </hint>
176    </hints>
177   </connection>
178  </connections>
179 </ui>