Warning, /multimedia/kdenlive/src/ui/testproxy_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>TestProxy_UI</class>
0008  <widget class="QDialog" name="TestProxy_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>272</width>
0014     <height>377</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="3" column="0">
0022     <widget class="QDialogButtonBox" name="buttonBox">
0023      <property name="orientation">
0024       <enum>Qt::Horizontal</enum>
0025      </property>
0026      <property name="standardButtons">
0027       <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="0" column="0">
0032     <widget class="QTreeWidget" name="resultList">
0033      <property name="sizePolicy">
0034       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
0035        <horstretch>0</horstretch>
0036        <verstretch>0</verstretch>
0037       </sizepolicy>
0038      </property>
0039      <property name="rootIsDecorated">
0040       <bool>false</bool>
0041      </property>
0042      <property name="sortingEnabled">
0043       <bool>true</bool>
0044      </property>
0045      <property name="allColumnsShowFocus">
0046       <bool>true</bool>
0047      </property>
0048      <attribute name="headerShowSortIndicator" stdset="0">
0049       <bool>true</bool>
0050      </attribute>
0051      <column>
0052       <property name="text">
0053        <string>Profile</string>
0054       </property>
0055      </column>
0056      <column>
0057       <property name="text">
0058        <string>Render Time</string>
0059       </property>
0060      </column>
0061      <column>
0062       <property name="text">
0063        <string>File Size</string>
0064       </property>
0065      </column>
0066     </widget>
0067    </item>
0068    <item row="2" column="0">
0069     <widget class="KMessageWidget" name="infoWidget">
0070      <property name="closeButtonVisible">
0071       <bool>false</bool>
0072      </property>
0073     </widget>
0074    </item>
0075    <item row="1" column="0">
0076     <widget class="QPlainTextEdit" name="paramBox">
0077      <property name="sizePolicy">
0078       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
0079        <horstretch>0</horstretch>
0080        <verstretch>0</verstretch>
0081       </sizepolicy>
0082      </property>
0083      <property name="readOnly">
0084       <bool>true</bool>
0085      </property>
0086     </widget>
0087    </item>
0088   </layout>
0089  </widget>
0090  <customwidgets>
0091   <customwidget>
0092    <class>KMessageWidget</class>
0093    <extends>QFrame</extends>
0094    <header>kmessagewidget.h</header>
0095   </customwidget>
0096  </customwidgets>
0097  <resources/>
0098  <connections>
0099   <connection>
0100    <sender>buttonBox</sender>
0101    <signal>accepted()</signal>
0102    <receiver>TestProxy_UI</receiver>
0103    <slot>accept()</slot>
0104    <hints>
0105     <hint type="sourcelabel">
0106      <x>248</x>
0107      <y>254</y>
0108     </hint>
0109     <hint type="destinationlabel">
0110      <x>157</x>
0111      <y>274</y>
0112     </hint>
0113    </hints>
0114   </connection>
0115   <connection>
0116    <sender>buttonBox</sender>
0117    <signal>rejected()</signal>
0118    <receiver>TestProxy_UI</receiver>
0119    <slot>reject()</slot>
0120    <hints>
0121     <hint type="sourcelabel">
0122      <x>316</x>
0123      <y>260</y>
0124     </hint>
0125     <hint type="destinationlabel">
0126      <x>286</x>
0127      <y>274</y>
0128     </hint>
0129    </hints>
0130   </connection>
0131  </connections>
0132 </ui>