Warning, /multimedia/kdenlive/src/ui/spacerdialog_ui.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: none
0005 SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006  </author>
0007  <class>SpacerDialog_UI</class>
0008  <widget class="QDialog" name="SpacerDialog_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>210</width>
0014     <height>110</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Add Space</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="2" column="0" colspan="2">
0022     <spacer name="verticalSpacer">
0023      <property name="orientation">
0024       <enum>Qt::Vertical</enum>
0025      </property>
0026      <property name="sizeHint" stdset="0">
0027       <size>
0028        <width>20</width>
0029        <height>40</height>
0030       </size>
0031      </property>
0032     </spacer>
0033    </item>
0034    <item row="0" column="0">
0035     <widget class="QLabel" name="clip_filesize_2">
0036      <property name="text">
0037       <string>Duration:</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item row="1" column="0" colspan="2">
0042     <widget class="QCheckBox" name="insert_all_tracks">
0043      <property name="text">
0044       <string>Insert space in all tracks</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="3" column="0" colspan="2">
0049     <widget class="QDialogButtonBox" name="buttonBox">
0050      <property name="orientation">
0051       <enum>Qt::Horizontal</enum>
0052      </property>
0053      <property name="standardButtons">
0054       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0055      </property>
0056     </widget>
0057    </item>
0058    <item row="0" column="1">
0059     <layout class="QHBoxLayout" name="inputLayout"/>
0060    </item>
0061   </layout>
0062  </widget>
0063  <resources/>
0064  <connections>
0065   <connection>
0066    <sender>buttonBox</sender>
0067    <signal>accepted()</signal>
0068    <receiver>SpacerDialog_UI</receiver>
0069    <slot>accept()</slot>
0070    <hints>
0071     <hint type="sourcelabel">
0072      <x>248</x>
0073      <y>254</y>
0074     </hint>
0075     <hint type="destinationlabel">
0076      <x>157</x>
0077      <y>274</y>
0078     </hint>
0079    </hints>
0080   </connection>
0081   <connection>
0082    <sender>buttonBox</sender>
0083    <signal>rejected()</signal>
0084    <receiver>SpacerDialog_UI</receiver>
0085    <slot>reject()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>316</x>
0089      <y>260</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>286</x>
0093      <y>274</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097  </connections>
0098 </ui>