Warning, /multimedia/kdenlive/src/ui/manageencodingprofile_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>ManageEncodingProfile_UI</class>
0008  <widget class="QDialog" name="ManageEncodingProfile_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>444</width>
0014     <height>337</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="0" column="0" colspan="4">
0022     <widget class="QLabel" name="label">
0023      <property name="text">
0024       <string>Editing profiles for:</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item row="0" column="4" colspan="2">
0029     <widget class="KComboBox" name="profile_type"/>
0030    </item>
0031    <item row="1" column="0" colspan="6">
0032     <widget class="QListWidget" name="profile_list">
0033      <property name="alternatingRowColors">
0034       <bool>true</bool>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="2" column="0" colspan="6">
0039     <widget class="QPlainTextEdit" name="profile_parameters">
0040      <property name="readOnly">
0041       <bool>true</bool>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="3" column="0">
0046     <widget class="QToolButton" name="button_add">
0047      <property name="text">
0048       <string>...</string>
0049      </property>
0050      <property name="icon">
0051       <iconset theme="list-add">
0052        <normaloff>.</normaloff>.</iconset>
0053      </property>
0054     </widget>
0055    </item>
0056    <item row="3" column="1">
0057     <widget class="QToolButton" name="button_edit">
0058      <property name="text">
0059       <string>...</string>
0060      </property>
0061      <property name="icon">
0062       <iconset theme="document-edit">
0063        <normaloff>.</normaloff>.</iconset>
0064      </property>
0065     </widget>
0066    </item>
0067    <item row="3" column="2">
0068     <widget class="QToolButton" name="button_delete">
0069      <property name="text">
0070       <string>...</string>
0071      </property>
0072      <property name="icon">
0073       <iconset theme="list-remove">
0074        <normaloff>.</normaloff>.</iconset>
0075      </property>
0076     </widget>
0077    </item>
0078    <item row="3" column="3">
0079     <widget class="QToolButton" name="button_download">
0080      <property name="enabled">
0081       <bool>false</bool>
0082      </property>
0083      <property name="text">
0084       <string>...</string>
0085      </property>
0086      <property name="icon">
0087       <iconset theme="download"/>
0088      </property>
0089     </widget>
0090    </item>
0091    <item row="3" column="4">
0092     <spacer name="horizontalSpacer">
0093      <property name="orientation">
0094       <enum>Qt::Horizontal</enum>
0095      </property>
0096      <property name="sizeHint" stdset="0">
0097       <size>
0098        <width>155</width>
0099        <height>20</height>
0100       </size>
0101      </property>
0102     </spacer>
0103    </item>
0104    <item row="3" column="5">
0105     <widget class="QDialogButtonBox" name="buttonBox">
0106      <property name="orientation">
0107       <enum>Qt::Horizontal</enum>
0108      </property>
0109      <property name="standardButtons">
0110       <set>QDialogButtonBox::Close</set>
0111      </property>
0112     </widget>
0113    </item>
0114   </layout>
0115  </widget>
0116  <customwidgets>
0117   <customwidget>
0118    <class>KComboBox</class>
0119    <extends>QComboBox</extends>
0120    <header>kcombobox.h</header>
0121   </customwidget>
0122  </customwidgets>
0123  <resources/>
0124  <connections>
0125   <connection>
0126    <sender>buttonBox</sender>
0127    <signal>accepted()</signal>
0128    <receiver>ManageEncodingProfile_UI</receiver>
0129    <slot>accept()</slot>
0130    <hints>
0131     <hint type="sourcelabel">
0132      <x>248</x>
0133      <y>254</y>
0134     </hint>
0135     <hint type="destinationlabel">
0136      <x>157</x>
0137      <y>274</y>
0138     </hint>
0139    </hints>
0140   </connection>
0141   <connection>
0142    <sender>buttonBox</sender>
0143    <signal>rejected()</signal>
0144    <receiver>ManageEncodingProfile_UI</receiver>
0145    <slot>reject()</slot>
0146    <hints>
0147     <hint type="sourcelabel">
0148      <x>316</x>
0149      <y>260</y>
0150     </hint>
0151     <hint type="destinationlabel">
0152      <x>286</x>
0153      <y>274</y>
0154     </hint>
0155    </hints>
0156   </connection>
0157  </connections>
0158 </ui>