Warning, /multimedia/kdenlive/src/ui/backupdialog_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>BackupDialog_UI</class>
0008  <widget class="QDialog" name="BackupDialog_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>301</width>
0014     <height>249</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="1" column="0" colspan="2">
0022     <widget class="QLabel" name="backup_preview">
0023      <property name="frameShape">
0024       <enum>QFrame::Box</enum>
0025      </property>
0026      <property name="text">
0027       <string/>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="2" column="0">
0032     <widget class="QLabel" name="info_label">
0033      <property name="sizePolicy">
0034       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0035        <horstretch>0</horstretch>
0036        <verstretch>0</verstretch>
0037       </sizepolicy>
0038      </property>
0039      <property name="text">
0040       <string/>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="0" column="0" colspan="2">
0045     <widget class="QListWidget" name="backup_list">
0046      <property name="alternatingRowColors">
0047       <bool>true</bool>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="2" column="1">
0052     <widget class="QDialogButtonBox" name="buttonBox">
0053      <property name="orientation">
0054       <enum>Qt::Horizontal</enum>
0055      </property>
0056      <property name="standardButtons">
0057       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
0058      </property>
0059     </widget>
0060    </item>
0061   </layout>
0062  </widget>
0063  <resources/>
0064  <connections>
0065   <connection>
0066    <sender>buttonBox</sender>
0067    <signal>accepted()</signal>
0068    <receiver>BackupDialog_UI</receiver>
0069    <slot>accept()</slot>
0070    <hints>
0071     <hint type="sourcelabel">
0072      <x>248</x>
0073      <y>254</y>
0074     </hint>
0075     <hint type="destinationlabel">
0076      <x>157</x>
0077      <y>274</y>
0078     </hint>
0079    </hints>
0080   </connection>
0081   <connection>
0082    <sender>buttonBox</sender>
0083    <signal>rejected()</signal>
0084    <receiver>BackupDialog_UI</receiver>
0085    <slot>reject()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>316</x>
0089      <y>260</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>286</x>
0093      <y>274</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097  </connections>
0098 </ui>