Warning, /multimedia/kdenlive/src/ui/clipdurationdialog_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>ClipDurationDialog_UI</class>
0008  <widget class="QDialog" name="ClipDurationDialog_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>230</width>
0014     <height>156</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Duration</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="4" column="1">
0022     <widget class="TimecodeDisplay" name="m_cropEnd">
0023      <property name="enabled">
0024       <bool>true</bool>
0025      </property>
0026     </widget>
0027    </item>
0028    <item row="1" column="1">
0029     <widget class="TimecodeDisplay" name="m_cropStart"/>
0030    </item>
0031    <item row="1" column="0">
0032     <widget class="QLabel" name="crop_label">
0033      <property name="text">
0034       <string>Crop start:</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="0" column="0">
0039     <widget class="QLabel" name="position_label">
0040      <property name="text">
0041       <string>Position:</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="6" column="0" colspan="2">
0046     <widget class="QDialogButtonBox" name="buttonBox">
0047      <property name="orientation">
0048       <enum>Qt::Horizontal</enum>
0049      </property>
0050      <property name="standardButtons">
0051       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="2" column="0">
0056     <widget class="QLabel" name="duration_label">
0057      <property name="text">
0058       <string>Duration:</string>
0059      </property>
0060     </widget>
0061    </item>
0062    <item row="0" column="1">
0063     <widget class="TimecodeDisplay" name="m_pos"/>
0064    </item>
0065    <item row="5" column="0" colspan="2">
0066     <spacer name="verticalSpacer">
0067      <property name="orientation">
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="sizeHint" stdset="0">
0071       <size>
0072        <width>218</width>
0073        <height>2</height>
0074       </size>
0075      </property>
0076     </spacer>
0077    </item>
0078    <item row="2" column="1">
0079     <widget class="TimecodeDisplay" name="m_dur"/>
0080    </item>
0081    <item row="4" column="0">
0082     <widget class="QLabel" name="end_label">
0083      <property name="text">
0084       <string>Crop end:</string>
0085      </property>
0086     </widget>
0087    </item>
0088   </layout>
0089  </widget>
0090  <customwidgets>
0091   <customwidget>
0092    <class>TimecodeDisplay</class>
0093    <extends>QWidget</extends>
0094    <header>widgets/timecodedisplay.h</header>
0095   </customwidget>
0096  </customwidgets>
0097  <resources/>
0098  <connections>
0099   <connection>
0100    <sender>buttonBox</sender>
0101    <signal>accepted()</signal>
0102    <receiver>ClipDurationDialog_UI</receiver>
0103    <slot>accept()</slot>
0104    <hints>
0105     <hint type="sourcelabel">
0106      <x>248</x>
0107      <y>254</y>
0108     </hint>
0109     <hint type="destinationlabel">
0110      <x>157</x>
0111      <y>274</y>
0112     </hint>
0113    </hints>
0114   </connection>
0115   <connection>
0116    <sender>buttonBox</sender>
0117    <signal>rejected()</signal>
0118    <receiver>ClipDurationDialog_UI</receiver>
0119    <slot>reject()</slot>
0120    <hints>
0121     <hint type="sourcelabel">
0122      <x>316</x>
0123      <y>260</y>
0124     </hint>
0125     <hint type="destinationlabel">
0126      <x>286</x>
0127      <y>274</y>
0128     </hint>
0129    </hints>
0130   </connection>
0131  </connections>
0132 </ui>