Warning, /multimedia/kdenlive/src/ui/archivewidget_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>ArchiveWidget_UI</class>
0008  <widget class="QDialog" name="ArchiveWidget_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>313</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="QGroupBox" name="groupBox">
0023      <property name="title">
0024       <string/>
0025      </property>
0026      <property name="flat">
0027       <bool>true</bool>
0028      </property>
0029      <layout class="QHBoxLayout" name="horizontalLayout">
0030       <item>
0031        <widget class="QLabel" name="label">
0032         <property name="text">
0033          <string>Archive folder:</string>
0034         </property>
0035        </widget>
0036       </item>
0037       <item>
0038        <widget class="KUrlRequester" name="archive_url">
0039         <property name="mode">
0040          <set>KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly</set>
0041         </property>
0042        </widget>
0043       </item>
0044      </layout>
0045     </widget>
0046    </item>
0047    <item>
0048     <layout class="QHBoxLayout" name="horizontalLayout_4">
0049      <item>
0050       <widget class="QCheckBox" name="compressed_archive">
0051        <property name="text">
0052         <string>Compressed archive:</string>
0053        </property>
0054       </widget>
0055      </item>
0056      <item>
0057       <widget class="QComboBox" name="compression_type">
0058        <item>
0059         <property name="text">
0060          <string>tar.gz</string>
0061         </property>
0062        </item>
0063        <item>
0064         <property name="text">
0065          <string>zip</string>
0066         </property>
0067        </item>
0068       </widget>
0069      </item>
0070     </layout>
0071    </item>
0072    <item>
0073     <widget class="QCheckBox" name="proxy_only">
0074      <property name="text">
0075       <string>Archive only proxy clips when available</string>
0076      </property>
0077     </widget>
0078    </item>
0079    <item>
0080     <widget class="QCheckBox" name="timeline_archive">
0081      <property name="text">
0082       <string>Archive only timeline clips</string>
0083      </property>
0084     </widget>
0085    </item>
0086    <item>
0087     <layout class="QHBoxLayout" name="horizontalLayout_2">
0088      <item>
0089       <widget class="QLabel" name="icon_info">
0090        <property name="sizePolicy">
0091         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0092          <horstretch>0</horstretch>
0093          <verstretch>0</verstretch>
0094         </sizepolicy>
0095        </property>
0096        <property name="text">
0097         <string/>
0098        </property>
0099       </widget>
0100      </item>
0101      <item>
0102       <widget class="QLabel" name="text_info">
0103        <property name="text">
0104         <string/>
0105        </property>
0106       </widget>
0107      </item>
0108     </layout>
0109    </item>
0110    <item>
0111     <widget class="QLabel" name="project_files">
0112      <property name="text">
0113       <string/>
0114      </property>
0115     </widget>
0116    </item>
0117    <item>
0118     <widget class="QTreeWidget" name="files_list">
0119      <property name="alternatingRowColors">
0120       <bool>true</bool>
0121      </property>
0122      <property name="selectionBehavior">
0123       <enum>QAbstractItemView::SelectItems</enum>
0124      </property>
0125      <attribute name="headerVisible">
0126       <bool>false</bool>
0127      </attribute>
0128      <column>
0129       <property name="text">
0130        <string notr="true">1</string>
0131       </property>
0132      </column>
0133     </widget>
0134    </item>
0135    <item>
0136     <layout class="QHBoxLayout" name="horizontalLayout_3">
0137      <item>
0138       <widget class="QProgressBar" name="progressBar">
0139        <property name="value">
0140         <number>0</number>
0141        </property>
0142        <property name="format">
0143         <string>%p%</string>
0144        </property>
0145       </widget>
0146      </item>
0147      <item>
0148       <widget class="QDialogButtonBox" name="buttonBox">
0149        <property name="orientation">
0150         <enum>Qt::Horizontal</enum>
0151        </property>
0152        <property name="standardButtons">
0153         <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
0154        </property>
0155       </widget>
0156      </item>
0157     </layout>
0158    </item>
0159   </layout>
0160  </widget>
0161  <customwidgets>
0162   <customwidget>
0163    <class>KUrlRequester</class>
0164    <extends>QWidget</extends>
0165    <header>kurlrequester.h</header>
0166    <container>1</container>
0167   </customwidget>
0168  </customwidgets>
0169  <resources/>
0170  <connections>
0171   <connection>
0172    <sender>buttonBox</sender>
0173    <signal>accepted()</signal>
0174    <receiver>ArchiveWidget_UI</receiver>
0175    <slot>accept()</slot>
0176    <hints>
0177     <hint type="sourcelabel">
0178      <x>248</x>
0179      <y>254</y>
0180     </hint>
0181     <hint type="destinationlabel">
0182      <x>157</x>
0183      <y>274</y>
0184     </hint>
0185    </hints>
0186   </connection>
0187   <connection>
0188    <sender>buttonBox</sender>
0189    <signal>rejected()</signal>
0190    <receiver>ArchiveWidget_UI</receiver>
0191    <slot>reject()</slot>
0192    <hints>
0193     <hint type="sourcelabel">
0194      <x>316</x>
0195      <y>260</y>
0196     </hint>
0197     <hint type="destinationlabel">
0198      <x>286</x>
0199      <y>274</y>
0200     </hint>
0201    </hints>
0202   </connection>
0203  </connections>
0204 </ui>