Warning, /multimedia/kdenlive/src/ui/scenecutdialog_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>SceneCutDialog_UI</class>
0008  <widget class="QDialog" name="SceneCutDialog_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>369</width>
0014     <height>194</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Scene Cut</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="1" column="0" colspan="2">
0022     <widget class="QCheckBox" name="add_markers">
0023      <property name="text">
0024       <string>Add clip markers:</string>
0025      </property>
0026      <property name="checked">
0027       <bool>true</bool>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="0" column="3">
0032     <widget class="QSpinBox" name="threshold"/>
0033    </item>
0034    <item row="4" column="0" colspan="2">
0035     <widget class="QLabel" name="label">
0036      <property name="text">
0037       <string>Minimum scene length:</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item row="6" column="0" colspan="5">
0042     <widget class="QDialogButtonBox" name="buttonBox">
0043      <property name="orientation">
0044       <enum>Qt::Horizontal</enum>
0045      </property>
0046      <property name="standardButtons">
0047       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="5" column="0">
0052     <spacer name="verticalSpacer">
0053      <property name="orientation">
0054       <enum>Qt::Vertical</enum>
0055      </property>
0056      <property name="sizeHint" stdset="0">
0057       <size>
0058        <width>20</width>
0059        <height>40</height>
0060       </size>
0061      </property>
0062     </spacer>
0063    </item>
0064    <item row="4" column="2">
0065     <widget class="QSpinBox" name="minDuration">
0066      <property name="suffix">
0067       <string> frames</string>
0068      </property>
0069      <property name="maximum">
0070       <number>99999999</number>
0071      </property>
0072     </widget>
0073    </item>
0074    <item row="0" column="0">
0075     <widget class="QLabel" name="label_2">
0076      <property name="text">
0077       <string>Change threshold</string>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="0" column="1" colspan="2">
0082     <widget class="QSlider" name="horizontalSlider">
0083      <property name="minimum">
0084       <number>1</number>
0085      </property>
0086      <property name="value">
0087       <number>10</number>
0088      </property>
0089      <property name="orientation">
0090       <enum>Qt::Horizontal</enum>
0091      </property>
0092     </widget>
0093    </item>
0094    <item row="2" column="0" colspan="5">
0095     <widget class="QCheckBox" name="cut_scenes">
0096      <property name="text">
0097       <string>Cut scenes</string>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="1" column="2" colspan="2">
0102     <widget class="MarkerCategoryChooser" name="marker_category">
0103      <property name="allowAll">
0104       <bool>false</bool>
0105      </property>
0106     </widget>
0107    </item>
0108   </layout>
0109  </widget>
0110  <customwidgets>
0111   <customwidget>
0112    <class>MarkerCategoryChooser</class>
0113    <extends>QComboBox</extends>
0114    <header>widgets/markercategorychooser.h</header>
0115   </customwidget>
0116  </customwidgets>
0117  <resources/>
0118  <connections>
0119   <connection>
0120    <sender>buttonBox</sender>
0121    <signal>accepted()</signal>
0122    <receiver>SceneCutDialog_UI</receiver>
0123    <slot>accept()</slot>
0124    <hints>
0125     <hint type="sourcelabel">
0126      <x>248</x>
0127      <y>254</y>
0128     </hint>
0129     <hint type="destinationlabel">
0130      <x>157</x>
0131      <y>274</y>
0132     </hint>
0133    </hints>
0134   </connection>
0135   <connection>
0136    <sender>buttonBox</sender>
0137    <signal>rejected()</signal>
0138    <receiver>SceneCutDialog_UI</receiver>
0139    <slot>reject()</slot>
0140    <hints>
0141     <hint type="sourcelabel">
0142      <x>316</x>
0143      <y>260</y>
0144     </hint>
0145     <hint type="destinationlabel">
0146      <x>286</x>
0147      <y>274</y>
0148     </hint>
0149    </hints>
0150   </connection>
0151   <connection>
0152    <sender>horizontalSlider</sender>
0153    <signal>valueChanged(int)</signal>
0154    <receiver>threshold</receiver>
0155    <slot>setValue(int)</slot>
0156    <hints>
0157     <hint type="sourcelabel">
0158      <x>208</x>
0159      <y>21</y>
0160     </hint>
0161     <hint type="destinationlabel">
0162      <x>327</x>
0163      <y>21</y>
0164     </hint>
0165    </hints>
0166   </connection>
0167   <connection>
0168    <sender>threshold</sender>
0169    <signal>valueChanged(int)</signal>
0170    <receiver>horizontalSlider</receiver>
0171    <slot>setValue(int)</slot>
0172    <hints>
0173     <hint type="sourcelabel">
0174      <x>327</x>
0175      <y>21</y>
0176     </hint>
0177     <hint type="destinationlabel">
0178      <x>208</x>
0179      <y>21</y>
0180     </hint>
0181    </hints>
0182   </connection>
0183   <connection>
0184    <sender>add_markers</sender>
0185    <signal>toggled(bool)</signal>
0186    <receiver>marker_category</receiver>
0187    <slot>setEnabled(bool)</slot>
0188    <hints>
0189     <hint type="sourcelabel">
0190      <x>77</x>
0191      <y>59</y>
0192     </hint>
0193     <hint type="destinationlabel">
0194      <x>256</x>
0195      <y>59</y>
0196     </hint>
0197    </hints>
0198   </connection>
0199  </connections>
0200 </ui>