1<ui version="4.0" >
2 <class>RestoreProjectBackupDialog</class>
3 <widget class="QDialog" name="RestoreProjectBackupDialog" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>323</width>
9    <height>358</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Restore from backup </string>
14  </property>
15  <layout class="QVBoxLayout" >
16   <item>
17    <widget class="QLabel" name="label" >
18     <property name="text" >
19      <string>Set the date to restore the selected backup.</string>
20     </property>
21    </widget>
22   </item>
23   <item>
24    <layout class="QHBoxLayout" >
25     <item>
26      <layout class="QVBoxLayout" >
27       <item>
28        <widget class="QLabel" name="label_2" >
29         <property name="text" >
30          <string>Current date and time:</string>
31         </property>
32        </widget>
33       </item>
34       <item>
35        <widget class="QLabel" name="label_3" >
36         <property name="text" >
37          <string>Last backup:</string>
38         </property>
39        </widget>
40       </item>
41      </layout>
42     </item>
43     <item>
44      <layout class="QVBoxLayout" >
45       <item>
46        <widget class="QLabel" name="currentDateLable" >
47         <property name="text" >
48          <string>-</string>
49         </property>
50        </widget>
51       </item>
52       <item>
53        <widget class="QLabel" name="lastBackupLable" >
54         <property name="text" >
55          <string>-</string>
56         </property>
57        </widget>
58       </item>
59      </layout>
60     </item>
61    </layout>
62   </item>
63   <item>
64    <widget class="QTreeWidget" name="dateTreeWidget" >
65     <column>
66      <property name="text" >
67       <string>Date</string>
68      </property>
69     </column>
70     <column>
71      <property name="text" >
72       <string>Time</string>
73      </property>
74     </column>
75    </widget>
76   </item>
77   <item>
78    <widget class="QDialogButtonBox" name="buttonBox" >
79     <property name="orientation" >
80      <enum>Qt::Horizontal</enum>
81     </property>
82     <property name="standardButtons" >
83      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
84     </property>
85    </widget>
86   </item>
87  </layout>
88 </widget>
89 <resources/>
90 <connections>
91  <connection>
92   <sender>buttonBox</sender>
93   <signal>accepted()</signal>
94   <receiver>RestoreProjectBackupDialog</receiver>
95   <slot>accept()</slot>
96   <hints>
97    <hint type="sourcelabel" >
98     <x>248</x>
99     <y>254</y>
100    </hint>
101    <hint type="destinationlabel" >
102     <x>157</x>
103     <y>274</y>
104    </hint>
105   </hints>
106  </connection>
107  <connection>
108   <sender>buttonBox</sender>
109   <signal>rejected()</signal>
110   <receiver>RestoreProjectBackupDialog</receiver>
111   <slot>reject()</slot>
112   <hints>
113    <hint type="sourcelabel" >
114     <x>316</x>
115     <y>260</y>
116    </hint>
117    <hint type="destinationlabel" >
118     <x>286</x>
119     <y>274</y>
120    </hint>
121   </hints>
122  </connection>
123 </connections>
124</ui>
125