Warning, /multimedia/kdenlive/src/ui/customjobinterface_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>CustomJobInterface_UI</class>
0008  <widget class="QDialog" name="CustomJobInterface_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>281</width>
0014     <height>341</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QLabel" name="param1Label">
0023      <property name="text">
0024       <string>TextLabel</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item>
0029     <widget class="KUrlRequester" name="param1Url"/>
0030    </item>
0031    <item>
0032     <widget class="QComboBox" name="param1List"/>
0033    </item>
0034    <item>
0035     <widget class="QLabel" name="param2Label">
0036      <property name="text">
0037       <string>TextLabel</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item>
0042     <widget class="KUrlRequester" name="param2Url"/>
0043    </item>
0044    <item>
0045     <widget class="QComboBox" name="param2List"/>
0046    </item>
0047    <item>
0048     <widget class="QTextEdit" name="taskDescription">
0049      <property name="frameShape">
0050       <enum>QFrame::NoFrame</enum>
0051      </property>
0052      <property name="readOnly">
0053       <bool>true</bool>
0054      </property>
0055     </widget>
0056    </item>
0057    <item>
0058     <spacer name="verticalSpacer">
0059      <property name="orientation">
0060       <enum>Qt::Vertical</enum>
0061      </property>
0062      <property name="sizeHint" stdset="0">
0063       <size>
0064        <width>20</width>
0065        <height>40</height>
0066       </size>
0067      </property>
0068     </spacer>
0069    </item>
0070    <item>
0071     <widget class="QDialogButtonBox" name="buttonBox">
0072      <property name="orientation">
0073       <enum>Qt::Horizontal</enum>
0074      </property>
0075      <property name="standardButtons">
0076       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0077      </property>
0078     </widget>
0079    </item>
0080   </layout>
0081  </widget>
0082  <customwidgets>
0083   <customwidget>
0084    <class>KUrlRequester</class>
0085    <extends>QWidget</extends>
0086    <header>kurlrequester.h</header>
0087    <container>1</container>
0088   </customwidget>
0089  </customwidgets>
0090  <resources/>
0091  <connections>
0092   <connection>
0093    <sender>buttonBox</sender>
0094    <signal>accepted()</signal>
0095    <receiver>CustomJobInterface_UI</receiver>
0096    <slot>accept()</slot>
0097    <hints>
0098     <hint type="sourcelabel">
0099      <x>248</x>
0100      <y>254</y>
0101     </hint>
0102     <hint type="destinationlabel">
0103      <x>157</x>
0104      <y>274</y>
0105     </hint>
0106    </hints>
0107   </connection>
0108   <connection>
0109    <sender>buttonBox</sender>
0110    <signal>rejected()</signal>
0111    <receiver>CustomJobInterface_UI</receiver>
0112    <slot>reject()</slot>
0113    <hints>
0114     <hint type="sourcelabel">
0115      <x>316</x>
0116      <y>260</y>
0117     </hint>
0118     <hint type="destinationlabel">
0119      <x>286</x>
0120      <y>274</y>
0121     </hint>
0122    </hints>
0123   </connection>
0124  </connections>
0125 </ui>