Warning, /multimedia/kdenlive/plugins/sampleplugin/countdown_ui.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author>
0003 SPDX-FileCopyrightText: none
0004 SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  </author>
0006  <class>CountDown_UI</class>
0007  <widget class="QDialog" name="CountDown_UI" >
0008   <property name="geometry" >
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>384</width>
0013     <height>139</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle" >
0017    <string>Dialog</string>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout" >
0020    <item row="0" column="0" >
0021     <widget class="QLabel" name="label" >
0022      <property name="text" >
0023       <string>Save to</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1" >
0028     <widget class="KUrlRequester" name="path" />
0029    </item>
0030    <item row="1" column="0" >
0031     <widget class="QLabel" name="duration_label" >
0032      <property name="text" >
0033       <string>Duration (seconds)</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="1" column="1" >
0038     <widget class="QSpinBox" name="duration" >
0039      <property name="maximum" >
0040       <number>10000</number>
0041      </property>
0042      <property name="value" >
0043       <number>10</number>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="2" column="0" >
0048     <widget class="QLabel" name="font_label" >
0049      <property name="text" >
0050       <string>Font</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="2" column="1" >
0055     <widget class="QSpinBox" name="font" >
0056      <property name="maximum" >
0057       <number>10000</number>
0058      </property>
0059      <property name="value" >
0060       <number>500</number>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="3" column="0" >
0065     <spacer name="verticalSpacer" >
0066      <property name="orientation" >
0067       <enum>Qt::Vertical</enum>
0068      </property>
0069      <property name="sizeHint" stdset="0" >
0070       <size>
0071        <width>20</width>
0072        <height>40</height>
0073       </size>
0074      </property>
0075     </spacer>
0076    </item>
0077    <item row="4" column="0" colspan="2" >
0078     <widget class="QDialogButtonBox" name="buttonBox" >
0079      <property name="orientation" >
0080       <enum>Qt::Horizontal</enum>
0081      </property>
0082      <property name="standardButtons" >
0083       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0084      </property>
0085     </widget>
0086    </item>
0087   </layout>
0088  </widget>
0089  <customwidgets>
0090   <customwidget>
0091    <class>KUrlRequester</class>
0092    <extends>QFrame</extends>
0093    <header>kurlrequester.h</header>
0094   </customwidget>
0095  </customwidgets>
0096  <resources/>
0097  <connections>
0098   <connection>
0099    <sender>buttonBox</sender>
0100    <signal>accepted()</signal>
0101    <receiver>CountDown_UI</receiver>
0102    <slot>accept()</slot>
0103    <hints>
0104     <hint type="sourcelabel" >
0105      <x>248</x>
0106      <y>254</y>
0107     </hint>
0108     <hint type="destinationlabel" >
0109      <x>157</x>
0110      <y>274</y>
0111     </hint>
0112    </hints>
0113   </connection>
0114   <connection>
0115    <sender>buttonBox</sender>
0116    <signal>rejected()</signal>
0117    <receiver>CountDown_UI</receiver>
0118    <slot>reject()</slot>
0119    <hints>
0120     <hint type="sourcelabel" >
0121      <x>316</x>
0122      <y>260</y>
0123     </hint>
0124     <hint type="destinationlabel" >
0125      <x>286</x>
0126      <y>274</y>
0127     </hint>
0128    </hints>
0129   </connection>
0130  </connections>
0131 </ui>