Warning, /multimedia/kdenlive/src/ui/colorclip_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>ColorClip_UI</class>
0008  <widget class="QDialog" name="ColorClip_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>239</width>
0014     <height>152</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout">
0021    <item row="0" column="0">
0022     <widget class="QLabel" name="label_name">
0023      <property name="text">
0024       <string>Name:</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item row="0" column="1">
0029     <widget class="QLineEdit" name="clip_name"/>
0030    </item>
0031    <item row="1" column="0">
0032     <widget class="QLabel" name="label_color">
0033      <property name="text">
0034       <string>Clip color:</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="2" column="0">
0039     <widget class="QLabel" name="label_duration">
0040      <property name="text">
0041       <string>Duration:</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="4" column="0" colspan="3">
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="1" column="1">
0056     <widget class="KColorCombo" name="clip_color"/>
0057    </item>
0058    <item row="3" column="1">
0059     <spacer>
0060      <property name="orientation">
0061       <enum>Qt::Vertical</enum>
0062      </property>
0063      <property name="sizeHint" stdset="0">
0064       <size>
0065        <width>20</width>
0066        <height>31</height>
0067       </size>
0068      </property>
0069     </spacer>
0070    </item>
0071    <item row="2" column="1">
0072     <widget class="TimecodeDisplay" name="clip_duration"/>
0073    </item>
0074   </layout>
0075  </widget>
0076  <customwidgets>
0077   <customwidget>
0078    <class>TimecodeDisplay</class>
0079    <extends>QWidget</extends>
0080    <header>widgets/timecodedisplay.h</header>
0081   </customwidget>
0082   <customwidget>
0083    <class>KColorCombo</class>
0084    <extends>QComboBox</extends>
0085    <header>kcolorcombo.h</header>
0086   </customwidget>
0087  </customwidgets>
0088  <resources/>
0089  <connections>
0090   <connection>
0091    <sender>buttonBox</sender>
0092    <signal>accepted()</signal>
0093    <receiver>ColorClip_UI</receiver>
0094    <slot>accept()</slot>
0095    <hints>
0096     <hint type="sourcelabel">
0097      <x>248</x>
0098      <y>254</y>
0099     </hint>
0100     <hint type="destinationlabel">
0101      <x>157</x>
0102      <y>274</y>
0103     </hint>
0104    </hints>
0105   </connection>
0106   <connection>
0107    <sender>buttonBox</sender>
0108    <signal>rejected()</signal>
0109    <receiver>ColorClip_UI</receiver>
0110    <slot>reject()</slot>
0111    <hints>
0112     <hint type="sourcelabel">
0113      <x>316</x>
0114      <y>260</y>
0115     </hint>
0116     <hint type="destinationlabel">
0117      <x>286</x>
0118      <y>274</y>
0119     </hint>
0120    </hints>
0121   </connection>
0122  </connections>
0123 </ui>