]> git.sesse.net Git - kdenlive/blob - src/widgets/backupdialog_ui.ui
Backup project file everytime it is saved, backup files can be browsed and opened...
[kdenlive] / src / widgets / backupdialog_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BackupDialog_UI</class>
4  <widget class="QDialog" name="BackupDialog_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>485</width>
10     <height>216</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="2" column="0">
18     <widget class="QDialogButtonBox" name="buttonBox">
19      <property name="orientation">
20       <enum>Qt::Horizontal</enum>
21      </property>
22      <property name="standardButtons">
23       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Open</set>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="0">
28     <widget class="KListWidget" name="backup_list">
29      <property name="alternatingRowColors">
30       <bool>true</bool>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0">
35     <widget class="QLabel" name="backup_preview">
36      <property name="frameShape">
37       <enum>QFrame::Box</enum>
38      </property>
39      <property name="text">
40       <string/>
41      </property>
42     </widget>
43    </item>
44   </layout>
45  </widget>
46  <customwidgets>
47   <customwidget>
48    <class>KListWidget</class>
49    <extends>QListWidget</extends>
50    <header>klistwidget.h</header>
51   </customwidget>
52  </customwidgets>
53  <resources/>
54  <connections>
55   <connection>
56    <sender>buttonBox</sender>
57    <signal>accepted()</signal>
58    <receiver>BackupDialog_UI</receiver>
59    <slot>accept()</slot>
60    <hints>
61     <hint type="sourcelabel">
62      <x>248</x>
63      <y>254</y>
64     </hint>
65     <hint type="destinationlabel">
66      <x>157</x>
67      <y>274</y>
68     </hint>
69    </hints>
70   </connection>
71   <connection>
72    <sender>buttonBox</sender>
73    <signal>rejected()</signal>
74    <receiver>BackupDialog_UI</receiver>
75    <slot>reject()</slot>
76    <hints>
77     <hint type="sourcelabel">
78      <x>316</x>
79      <y>260</y>
80     </hint>
81     <hint type="destinationlabel">
82      <x>286</x>
83      <y>274</y>
84     </hint>
85    </hints>
86   </connection>
87  </connections>
88 </ui>