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