]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/prerestore.ui
Add intelegence to prerestore. Radio buttons for select or all files. Radio
[bacula/bacula] / bacula / src / qt-console / restore / prerestore.ui
1 <ui version="4.0" >
2  <class>prerestoreForm</class>
3  <widget class="QWidget" name="prerestoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>589</width>
9     <height>458</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <property name="autoFillBackground" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="0" column="1" >
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Vertical</enum>
29      </property>
30      <property name="sizeHint" >
31       <size>
32        <width>20</width>
33        <height>40</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="1" column="2" >
39     <spacer>
40      <property name="orientation" >
41       <enum>Qt::Horizontal</enum>
42      </property>
43      <property name="sizeHint" >
44       <size>
45        <width>40</width>
46        <height>20</height>
47       </size>
48      </property>
49     </spacer>
50    </item>
51    <item row="1" column="0" >
52     <spacer>
53      <property name="orientation" >
54       <enum>Qt::Horizontal</enum>
55      </property>
56      <property name="sizeHint" >
57       <size>
58        <width>93</width>
59        <height>301</height>
60       </size>
61      </property>
62     </spacer>
63    </item>
64    <item row="2" column="1" >
65     <spacer>
66      <property name="orientation" >
67       <enum>Qt::Vertical</enum>
68      </property>
69      <property name="sizeHint" >
70       <size>
71        <width>20</width>
72        <height>40</height>
73       </size>
74      </property>
75     </spacer>
76    </item>
77    <item row="1" column="1" >
78     <layout class="QGridLayout" >
79      <property name="margin" >
80       <number>0</number>
81      </property>
82      <property name="spacing" >
83       <number>6</number>
84      </property>
85      <item row="10" column="0" >
86       <widget class="QLabel" name="label_6" >
87        <property name="text" >
88         <string>Before:</string>
89        </property>
90        <property name="buddy" >
91         <cstring>beforeDateTime</cstring>
92        </property>
93       </widget>
94      </item>
95      <item row="8" column="1" colspan="2" >
96       <widget class="QComboBox" name="storageCombo" />
97      </item>
98      <item row="7" column="0" >
99       <widget class="QLabel" name="label_4" >
100        <property name="text" >
101         <string>Pool:</string>
102        </property>
103        <property name="buddy" >
104         <cstring>poolCombo</cstring>
105        </property>
106       </widget>
107      </item>
108      <item row="10" column="1" colspan="2" >
109       <widget class="QDateTimeEdit" name="beforeDateTime" >
110        <property name="minimumDate" >
111         <date>
112          <year>2000</year>
113          <month>1</month>
114          <day>1</day>
115         </date>
116        </property>
117        <property name="displayFormat" >
118         <string>yyyy-mm-dd h:mm:ss</string>
119        </property>
120        <property name="calendarPopup" >
121         <bool>true</bool>
122        </property>
123       </widget>
124      </item>
125      <item row="2" column="0" colspan="3" >
126       <widget class="QFrame" name="frame_2" >
127        <property name="frameShape" >
128         <enum>QFrame::NoFrame</enum>
129        </property>
130        <property name="frameShadow" >
131         <enum>QFrame::Plain</enum>
132        </property>
133        <property name="lineWidth" >
134         <number>0</number>
135        </property>
136        <layout class="QGridLayout" >
137         <property name="margin" >
138          <number>0</number>
139         </property>
140         <property name="spacing" >
141          <number>6</number>
142         </property>
143         <item row="0" column="0" >
144          <spacer>
145           <property name="orientation" >
146            <enum>Qt::Horizontal</enum>
147           </property>
148           <property name="sizeHint" >
149            <size>
150             <width>40</width>
151             <height>20</height>
152            </size>
153           </property>
154          </spacer>
155         </item>
156         <item row="0" column="1" >
157          <widget class="QRadioButton" name="selectJobsRadio" >
158           <property name="text" >
159            <string>Select Jobs</string>
160           </property>
161           <property name="checked" >
162            <bool>false</bool>
163           </property>
164          </widget>
165         </item>
166         <item row="0" column="2" >
167          <widget class="QRadioButton" name="listJobsRadio" >
168           <property name="text" >
169            <string>List Jobs</string>
170           </property>
171           <property name="checked" >
172            <bool>false</bool>
173           </property>
174          </widget>
175         </item>
176         <item row="0" column="3" >
177          <spacer>
178           <property name="orientation" >
179            <enum>Qt::Horizontal</enum>
180           </property>
181           <property name="sizeHint" >
182            <size>
183             <width>40</width>
184             <height>20</height>
185            </size>
186           </property>
187          </spacer>
188         </item>
189        </layout>
190       </widget>
191      </item>
192      <item row="3" column="1" colspan="2" >
193       <widget class="QLineEdit" name="jobIdEdit" />
194      </item>
195      <item row="6" column="1" colspan="2" >
196       <widget class="QComboBox" name="filesetCombo" />
197      </item>
198      <item row="4" column="0" >
199       <widget class="QLabel" name="label" >
200        <property name="text" >
201         <string>Job:</string>
202        </property>
203        <property name="buddy" >
204         <cstring>jobCombo</cstring>
205        </property>
206       </widget>
207      </item>
208      <item row="7" column="1" colspan="2" >
209       <widget class="QComboBox" name="poolCombo" />
210      </item>
211      <item row="9" column="0" colspan="2" >
212       <widget class="QCheckBox" name="recentCheckBox" >
213        <property name="layoutDirection" >
214         <enum>Qt::RightToLeft</enum>
215        </property>
216        <property name="text" >
217         <string>Use Most Recent</string>
218        </property>
219       </widget>
220      </item>
221      <item row="9" column="2" >
222       <spacer>
223        <property name="orientation" >
224         <enum>Qt::Horizontal</enum>
225        </property>
226        <property name="sizeHint" >
227         <size>
228          <width>221</width>
229          <height>20</height>
230         </size>
231        </property>
232       </spacer>
233      </item>
234      <item row="8" column="0" >
235       <widget class="QLabel" name="label_5" >
236        <property name="text" >
237         <string>Storage:</string>
238        </property>
239        <property name="buddy" >
240         <cstring>storageCombo</cstring>
241        </property>
242       </widget>
243      </item>
244      <item row="3" column="0" >
245       <widget class="QLabel" name="label_7" >
246        <property name="text" >
247         <string>JobIds:</string>
248        </property>
249        <property name="buddy" >
250         <cstring>jobCombo</cstring>
251        </property>
252       </widget>
253      </item>
254      <item row="6" column="0" >
255       <widget class="QLabel" name="label_3" >
256        <property name="text" >
257         <string>File Set:</string>
258        </property>
259        <property name="buddy" >
260         <cstring>filesetCombo</cstring>
261        </property>
262       </widget>
263      </item>
264      <item row="4" column="1" colspan="2" >
265       <widget class="QComboBox" name="jobCombo" >
266        <property name="sizePolicy" >
267         <sizepolicy>
268          <hsizetype>7</hsizetype>
269          <vsizetype>0</vsizetype>
270          <horstretch>0</horstretch>
271          <verstretch>0</verstretch>
272         </sizepolicy>
273        </property>
274        <property name="maximumSize" >
275         <size>
276          <width>600</width>
277          <height>600</height>
278         </size>
279        </property>
280       </widget>
281      </item>
282      <item row="11" column="0" colspan="3" >
283       <layout class="QHBoxLayout" >
284        <property name="margin" >
285         <number>0</number>
286        </property>
287        <property name="spacing" >
288         <number>6</number>
289        </property>
290        <item>
291         <spacer>
292          <property name="orientation" >
293           <enum>Qt::Horizontal</enum>
294          </property>
295          <property name="sizeHint" >
296           <size>
297            <width>171</width>
298            <height>20</height>
299           </size>
300          </property>
301         </spacer>
302        </item>
303        <item>
304         <widget class="QPushButton" name="okButton" >
305          <property name="text" >
306           <string>OK</string>
307          </property>
308         </widget>
309        </item>
310        <item>
311         <widget class="QPushButton" name="cancelButton" >
312          <property name="text" >
313           <string>Cancel</string>
314          </property>
315         </widget>
316        </item>
317       </layout>
318      </item>
319      <item row="5" column="1" colspan="2" >
320       <widget class="QComboBox" name="clientCombo" />
321      </item>
322      <item row="0" column="0" colspan="3" >
323       <layout class="QHBoxLayout" >
324        <property name="margin" >
325         <number>0</number>
326        </property>
327        <property name="spacing" >
328         <number>6</number>
329        </property>
330        <item>
331         <spacer>
332          <property name="orientation" >
333           <enum>Qt::Horizontal</enum>
334          </property>
335          <property name="sizeHint" >
336           <size>
337            <width>71</width>
338            <height>21</height>
339           </size>
340          </property>
341         </spacer>
342        </item>
343        <item>
344         <widget class="QLabel" name="run" >
345          <property name="maximumSize" >
346           <size>
347            <width>16777215</width>
348            <height>30</height>
349           </size>
350          </property>
351          <property name="text" >
352           <string>&lt;h3>Select Jobs&lt;/h3></string>
353          </property>
354         </widget>
355        </item>
356        <item>
357         <spacer>
358          <property name="orientation" >
359           <enum>Qt::Horizontal</enum>
360          </property>
361          <property name="sizeHint" >
362           <size>
363            <width>81</width>
364            <height>20</height>
365           </size>
366          </property>
367         </spacer>
368        </item>
369       </layout>
370      </item>
371      <item row="1" column="0" colspan="3" >
372       <widget class="QFrame" name="frame" >
373        <property name="frameShape" >
374         <enum>QFrame::NoFrame</enum>
375        </property>
376        <property name="frameShadow" >
377         <enum>QFrame::Plain</enum>
378        </property>
379        <layout class="QGridLayout" >
380         <property name="margin" >
381          <number>0</number>
382         </property>
383         <property name="spacing" >
384          <number>6</number>
385         </property>
386         <item row="0" column="2" >
387          <widget class="QRadioButton" name="allFilesRadio" >
388           <property name="text" >
389            <string>All Files</string>
390           </property>
391           <property name="checked" >
392            <bool>false</bool>
393           </property>
394          </widget>
395         </item>
396         <item row="0" column="1" >
397          <widget class="QRadioButton" name="selectFilesRadio" >
398           <property name="text" >
399            <string>Select Files</string>
400           </property>
401           <property name="checked" >
402            <bool>false</bool>
403           </property>
404          </widget>
405         </item>
406         <item row="0" column="3" >
407          <spacer>
408           <property name="orientation" >
409            <enum>Qt::Horizontal</enum>
410           </property>
411           <property name="sizeHint" >
412            <size>
413             <width>40</width>
414             <height>20</height>
415            </size>
416           </property>
417          </spacer>
418         </item>
419         <item row="0" column="0" >
420          <spacer>
421           <property name="orientation" >
422            <enum>Qt::Horizontal</enum>
423           </property>
424           <property name="sizeHint" >
425            <size>
426             <width>40</width>
427             <height>20</height>
428            </size>
429           </property>
430          </spacer>
431         </item>
432        </layout>
433       </widget>
434      </item>
435      <item row="5" column="0" >
436       <widget class="QLabel" name="label_2" >
437        <property name="text" >
438         <string>Client:</string>
439        </property>
440        <property name="buddy" >
441         <cstring>clientCombo</cstring>
442        </property>
443       </widget>
444      </item>
445     </layout>
446    </item>
447   </layout>
448  </widget>
449  <resources/>
450  <connections/>
451 </ui>