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