]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/restore.ui
More bat implementation
[bacula/bacula] / bacula / src / qt-console / restore / restore.ui
1 <ui version="4.0" >
2  <class>restoreForm</class>
3  <widget class="QDialog" name="restoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1285</width>
9     <height>759</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Restore File Selection</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Fixed</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>20</width>
33        <height>16</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item>
39     <widget class="QSplitter" name="splitter" >
40      <property name="orientation" >
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <widget class="QWidget" name="layoutWidget" >
44       <layout class="QVBoxLayout" >
45        <property name="margin" >
46         <number>0</number>
47        </property>
48        <property name="spacing" >
49         <number>6</number>
50        </property>
51        <item>
52         <layout class="QHBoxLayout" >
53          <property name="margin" >
54           <number>0</number>
55          </property>
56          <property name="spacing" >
57           <number>6</number>
58          </property>
59          <item>
60           <spacer>
61            <property name="orientation" >
62             <enum>Qt::Horizontal</enum>
63            </property>
64            <property name="sizeType" >
65             <enum>QSizePolicy::Preferred</enum>
66            </property>
67            <property name="sizeHint" >
68             <size>
69              <width>50</width>
70              <height>30</height>
71             </size>
72            </property>
73           </spacer>
74          </item>
75          <item>
76           <widget class="QLabel" name="label_3" >
77            <property name="text" >
78             <string>&lt;h2>Directories&lt;/h2></string>
79            </property>
80           </widget>
81          </item>
82          <item>
83           <spacer>
84            <property name="orientation" >
85             <enum>Qt::Horizontal</enum>
86            </property>
87            <property name="sizeType" >
88             <enum>QSizePolicy::Preferred</enum>
89            </property>
90            <property name="sizeHint" >
91             <size>
92              <width>50</width>
93              <height>30</height>
94             </size>
95            </property>
96           </spacer>
97          </item>
98         </layout>
99        </item>
100        <item>
101         <widget class="QTreeWidget" name="treeWidget" >
102          <property name="sizePolicy" >
103           <sizepolicy>
104            <hsizetype>5</hsizetype>
105            <vsizetype>7</vsizetype>
106            <horstretch>1</horstretch>
107            <verstretch>1</verstretch>
108           </sizepolicy>
109          </property>
110          <property name="minimumSize" >
111           <size>
112            <width>60</width>
113            <height>0</height>
114           </size>
115          </property>
116          <property name="maximumSize" >
117           <size>
118            <width>16777215</width>
119            <height>16777215</height>
120           </size>
121          </property>
122          <property name="sizeIncrement" >
123           <size>
124            <width>1</width>
125            <height>0</height>
126           </size>
127          </property>
128          <property name="baseSize" >
129           <size>
130            <width>50</width>
131            <height>0</height>
132           </size>
133          </property>
134          <property name="alternatingRowColors" >
135           <bool>true</bool>
136          </property>
137          <property name="columnCount" >
138           <number>1</number>
139          </property>
140          <column>
141           <property name="text" >
142            <string>1</string>
143           </property>
144          </column>
145         </widget>
146        </item>
147       </layout>
148      </widget>
149      <widget class="QWidget" name="layoutWidget" >
150       <layout class="QVBoxLayout" >
151        <property name="margin" >
152         <number>0</number>
153        </property>
154        <property name="spacing" >
155         <number>6</number>
156        </property>
157        <item>
158         <layout class="QHBoxLayout" >
159          <property name="margin" >
160           <number>0</number>
161          </property>
162          <property name="spacing" >
163           <number>6</number>
164          </property>
165          <item>
166           <spacer>
167            <property name="orientation" >
168             <enum>Qt::Horizontal</enum>
169            </property>
170            <property name="sizeType" >
171             <enum>QSizePolicy::Fixed</enum>
172            </property>
173            <property name="sizeHint" >
174             <size>
175              <width>16</width>
176              <height>20</height>
177             </size>
178            </property>
179           </spacer>
180          </item>
181          <item>
182           <widget class="QPushButton" name="upButton" >
183            <property name="sizePolicy" >
184             <sizepolicy>
185              <hsizetype>5</hsizetype>
186              <vsizetype>0</vsizetype>
187              <horstretch>0</horstretch>
188              <verstretch>0</verstretch>
189             </sizepolicy>
190            </property>
191            <property name="text" >
192             <string>Up</string>
193            </property>
194            <property name="icon" >
195             <iconset>../images/up.png</iconset>
196            </property>
197           </widget>
198          </item>
199          <item>
200           <spacer>
201            <property name="orientation" >
202             <enum>Qt::Horizontal</enum>
203            </property>
204            <property name="sizeType" >
205             <enum>QSizePolicy::Fixed</enum>
206            </property>
207            <property name="sizeHint" >
208             <size>
209              <width>16</width>
210              <height>20</height>
211             </size>
212            </property>
213           </spacer>
214          </item>
215          <item>
216           <widget class="QPushButton" name="markButton" >
217            <property name="sizePolicy" >
218             <sizepolicy>
219              <hsizetype>5</hsizetype>
220              <vsizetype>0</vsizetype>
221              <horstretch>0</horstretch>
222              <verstretch>0</verstretch>
223             </sizepolicy>
224            </property>
225            <property name="text" >
226             <string>Mark</string>
227            </property>
228            <property name="icon" >
229             <iconset>../images/mark.png</iconset>
230            </property>
231           </widget>
232          </item>
233          <item>
234           <spacer>
235            <property name="orientation" >
236             <enum>Qt::Horizontal</enum>
237            </property>
238            <property name="sizeType" >
239             <enum>QSizePolicy::Fixed</enum>
240            </property>
241            <property name="sizeHint" >
242             <size>
243              <width>16</width>
244              <height>20</height>
245             </size>
246            </property>
247           </spacer>
248          </item>
249          <item>
250           <widget class="QPushButton" name="unmarkButton" >
251            <property name="sizePolicy" >
252             <sizepolicy>
253              <hsizetype>5</hsizetype>
254              <vsizetype>0</vsizetype>
255              <horstretch>0</horstretch>
256              <verstretch>0</verstretch>
257             </sizepolicy>
258            </property>
259            <property name="text" >
260             <string>Unmark</string>
261            </property>
262            <property name="icon" >
263             <iconset>../images/unmark.png</iconset>
264            </property>
265           </widget>
266          </item>
267          <item>
268           <spacer>
269            <property name="orientation" >
270             <enum>Qt::Horizontal</enum>
271            </property>
272            <property name="sizeType" >
273             <enum>QSizePolicy::Fixed</enum>
274            </property>
275            <property name="sizeHint" >
276             <size>
277              <width>61</width>
278              <height>20</height>
279             </size>
280            </property>
281           </spacer>
282          </item>
283          <item>
284           <widget class="QLabel" name="label_2" >
285            <property name="text" >
286             <string>&lt;h2>Files&lt;/h2></string>
287            </property>
288           </widget>
289          </item>
290          <item>
291           <spacer>
292            <property name="orientation" >
293             <enum>Qt::Horizontal</enum>
294            </property>
295            <property name="sizeHint" >
296             <size>
297              <width>261</width>
298              <height>30</height>
299             </size>
300            </property>
301           </spacer>
302          </item>
303         </layout>
304        </item>
305        <item>
306         <widget class="QTreeWidget" name="fileWidget" >
307          <property name="sizePolicy" >
308           <sizepolicy>
309            <hsizetype>7</hsizetype>
310            <vsizetype>5</vsizetype>
311            <horstretch>144</horstretch>
312            <verstretch>1</verstretch>
313           </sizepolicy>
314          </property>
315          <property name="minimumSize" >
316           <size>
317            <width>400</width>
318            <height>0</height>
319           </size>
320          </property>
321          <property name="sizeIncrement" >
322           <size>
323            <width>0</width>
324            <height>0</height>
325           </size>
326          </property>
327          <property name="alternatingRowColors" >
328           <bool>true</bool>
329          </property>
330          <property name="columnCount" >
331           <number>7</number>
332          </property>
333          <column>
334           <property name="text" >
335            <string>1</string>
336           </property>
337          </column>
338          <column>
339           <property name="text" >
340            <string>1</string>
341           </property>
342          </column>
343          <column>
344           <property name="text" >
345            <string>2</string>
346           </property>
347          </column>
348          <column>
349           <property name="text" >
350            <string>3</string>
351           </property>
352          </column>
353          <column>
354           <property name="text" >
355            <string>4</string>
356           </property>
357          </column>
358          <column>
359           <property name="text" >
360            <string>5</string>
361           </property>
362          </column>
363          <column>
364           <property name="text" >
365            <string>6</string>
366           </property>
367          </column>
368         </widget>
369        </item>
370       </layout>
371      </widget>
372     </widget>
373    </item>
374    <item>
375     <layout class="QHBoxLayout" >
376      <property name="margin" >
377       <number>0</number>
378      </property>
379      <property name="spacing" >
380       <number>6</number>
381      </property>
382      <item>
383       <widget class="QLabel" name="label" >
384        <property name="sizePolicy" >
385         <sizepolicy>
386          <hsizetype>0</hsizetype>
387          <vsizetype>5</vsizetype>
388          <horstretch>0</horstretch>
389          <verstretch>0</verstretch>
390         </sizepolicy>
391        </property>
392        <property name="text" >
393         <string>Current Dir:</string>
394        </property>
395        <property name="buddy" >
396         <cstring>lineEdit</cstring>
397        </property>
398       </widget>
399      </item>
400      <item>
401       <widget class="QLineEdit" name="lineEdit" >
402        <property name="minimumSize" >
403         <size>
404          <width>100</width>
405          <height>0</height>
406         </size>
407        </property>
408       </widget>
409      </item>
410      <item>
411       <spacer>
412        <property name="orientation" >
413         <enum>Qt::Horizontal</enum>
414        </property>
415        <property name="sizeType" >
416         <enum>QSizePolicy::Fixed</enum>
417        </property>
418        <property name="sizeHint" >
419         <size>
420          <width>30</width>
421          <height>20</height>
422         </size>
423        </property>
424       </spacer>
425      </item>
426      <item>
427       <widget class="QDialogButtonBox" name="buttonBox" >
428        <property name="orientation" >
429         <enum>Qt::Horizontal</enum>
430        </property>
431        <property name="standardButtons" >
432         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
433        </property>
434       </widget>
435      </item>
436     </layout>
437    </item>
438    <item>
439     <layout class="QHBoxLayout" >
440      <property name="margin" >
441       <number>0</number>
442      </property>
443      <property name="spacing" >
444       <number>6</number>
445      </property>
446      <item>
447       <widget class="QLabel" name="label_4" >
448        <property name="sizePolicy" >
449         <sizepolicy>
450          <hsizetype>0</hsizetype>
451          <vsizetype>0</vsizetype>
452          <horstretch>0</horstretch>
453          <verstretch>0</verstretch>
454         </sizepolicy>
455        </property>
456        <property name="text" >
457         <string>Status:</string>
458        </property>
459       </widget>
460      </item>
461      <item>
462       <widget class="QLabel" name="statusLine" >
463        <property name="sizePolicy" >
464         <sizepolicy>
465          <hsizetype>5</hsizetype>
466          <vsizetype>0</vsizetype>
467          <horstretch>0</horstretch>
468          <verstretch>0</verstretch>
469         </sizepolicy>
470        </property>
471        <property name="text" >
472         <string/>
473        </property>
474       </widget>
475      </item>
476     </layout>
477    </item>
478   </layout>
479   <action name="actionUp" >
480    <property name="icon" >
481     <iconset>../images/up.png</iconset>
482    </property>
483    <property name="text" >
484     <string>Up</string>
485    </property>
486   </action>
487   <action name="actionMark" >
488    <property name="icon" >
489     <iconset>../images/mark.png</iconset>
490    </property>
491    <property name="text" >
492     <string>Mark</string>
493    </property>
494   </action>
495   <action name="actionUnmark" >
496    <property name="icon" >
497     <iconset>../images/unmark.png</iconset>
498    </property>
499    <property name="text" >
500     <string>Unmark</string>
501    </property>
502   </action>
503  </widget>
504  <resources/>
505  <connections>
506   <connection>
507    <sender>buttonBox</sender>
508    <signal>accepted()</signal>
509    <receiver>restoreForm</receiver>
510    <slot>accept()</slot>
511    <hints>
512     <hint type="sourcelabel" >
513      <x>955</x>
514      <y>719</y>
515     </hint>
516     <hint type="destinationlabel" >
517      <x>157</x>
518      <y>274</y>
519     </hint>
520    </hints>
521   </connection>
522   <connection>
523    <sender>buttonBox</sender>
524    <signal>rejected()</signal>
525    <receiver>restoreForm</receiver>
526    <slot>reject()</slot>
527    <hints>
528     <hint type="sourcelabel" >
529      <x>1023</x>
530      <y>719</y>
531     </hint>
532     <hint type="destinationlabel" >
533      <x>286</x>
534      <y>274</y>
535     </hint>
536    </hints>
537   </connection>
538  </connections>
539 </ui>