]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/brestore.ui
Fix brestore that should have miscDebug enabled to start a restore job
[bacula/bacula] / bacula / src / qt-console / restore / brestore.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>bRestoreForm</class>
4  <widget class="QWidget" name="bRestoreForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>958</width>
10     <height>555</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>brestore</string>
15   </property>
16   <layout class="QGridLayout">
17    <property name="margin">
18     <number>9</number>
19    </property>
20    <property name="spacing">
21     <number>6</number>
22    </property>
23    <item row="0" column="0">
24     <layout class="QHBoxLayout">
25      <property name="spacing">
26       <number>6</number>
27      </property>
28      <property name="margin">
29       <number>0</number>
30      </property>
31      <item>
32       <widget class="QComboBox" name="ClientList">
33        <property name="sizePolicy">
34         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
35          <horstretch>0</horstretch>
36          <verstretch>0</verstretch>
37         </sizepolicy>
38        </property>
39        <property name="sizeAdjustPolicy">
40         <enum>QComboBox::AdjustToContents</enum>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QComboBox" name="JobList">
46        <property name="enabled">
47         <bool>false</bool>
48        </property>
49        <property name="sizePolicy">
50         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51          <horstretch>0</horstretch>
52          <verstretch>0</verstretch>
53         </sizepolicy>
54        </property>
55        <property name="sizeAdjustPolicy">
56         <enum>QComboBox::AdjustToContents</enum>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <spacer>
62        <property name="orientation">
63         <enum>Qt::Horizontal</enum>
64        </property>
65        <property name="sizeType">
66         <enum>QSizePolicy::Expanding</enum>
67        </property>
68        <property name="sizeHint" stdset="0">
69         <size>
70          <width>40</width>
71          <height>20</height>
72         </size>
73        </property>
74       </spacer>
75      </item>
76      <item>
77       <widget class="QCheckBox" name="MergeChk">
78        <property name="text">
79         <string>Merge Jobs</string>
80        </property>
81        <property name="checked">
82         <bool>true</bool>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QCheckBox" name="VersionsChk">
88        <property name="text">
89         <string>View all Versions</string>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QPushButton" name="LocationBp">
95        <property name="text">
96         <string>Location</string>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <widget class="QLineEdit" name="LocationEntry">
102        <property name="sizePolicy">
103         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
104          <horstretch>0</horstretch>
105          <verstretch>0</verstretch>
106         </sizepolicy>
107        </property>
108       </widget>
109      </item>
110     </layout>
111    </item>
112    <item row="1" column="0">
113     <widget class="QSplitter" name="splitter_2">
114      <property name="orientation">
115       <enum>Qt::Vertical</enum>
116      </property>
117      <widget class="QSplitter" name="splitter">
118       <property name="orientation">
119        <enum>Qt::Horizontal</enum>
120       </property>
121       <widget class="QGroupBox" name="groupBox">
122        <property name="sizePolicy">
123         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
124          <horstretch>0</horstretch>
125          <verstretch>0</verstretch>
126         </sizepolicy>
127        </property>
128        <property name="title">
129         <string>File list</string>
130        </property>
131        <layout class="QVBoxLayout" name="verticalLayout">
132         <item>
133          <widget class="bRestoreTable" name="FileList">
134           <property name="sizePolicy">
135            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
136             <horstretch>5</horstretch>
137             <verstretch>5</verstretch>
138            </sizepolicy>
139           </property>
140           <property name="dragEnabled">
141            <bool>true</bool>
142           </property>
143           <property name="dragDropMode">
144            <enum>QAbstractItemView::DragOnly</enum>
145           </property>
146           <property name="alternatingRowColors">
147            <bool>true</bool>
148           </property>
149           <property name="selectionBehavior">
150            <enum>QAbstractItemView::SelectRows</enum>
151           </property>
152           <property name="showGrid">
153            <bool>false</bool>
154           </property>
155           <property name="sortingEnabled">
156            <bool>false</bool>
157           </property>
158           <attribute name="verticalHeaderVisible">
159            <bool>false</bool>
160           </attribute>
161           <column>
162            <property name="text">
163             <string>Type</string>
164            </property>
165           </column>
166           <column>
167            <property name="text">
168             <string>File Name</string>
169            </property>
170           </column>
171           <column>
172            <property name="text">
173             <string>Size</string>
174            </property>
175           </column>
176           <column>
177            <property name="text">
178             <string>Date</string>
179            </property>
180           </column>
181          </widget>
182         </item>
183         <item>
184          <layout class="QHBoxLayout" name="horizontalLayout">
185           <property name="sizeConstraint">
186            <enum>QLayout::SetMinimumSize</enum>
187           </property>
188           <item>
189            <widget class="QPushButton" name="OffsetPrevBp">
190             <property name="sizePolicy">
191              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
192               <horstretch>0</horstretch>
193               <verstretch>0</verstretch>
194              </sizepolicy>
195             </property>
196             <property name="baseSize">
197              <size>
198               <width>25</width>
199               <height>25</height>
200              </size>
201             </property>
202             <property name="text">
203              <string/>
204             </property>
205             <property name="icon">
206              <iconset resource="../main.qrc">
207               <normaloff>:/images/page-prev.gif</normaloff>:/images/page-prev.gif</iconset>
208             </property>
209            </widget>
210           </item>
211           <item>
212            <widget class="QSpinBox" name="Offset1Spin">
213             <property name="buttonSymbols">
214              <enum>QAbstractSpinBox::NoButtons</enum>
215             </property>
216             <property name="maximum">
217              <number>9000000</number>
218             </property>
219             <property name="singleStep">
220              <number>500</number>
221             </property>
222            </widget>
223           </item>
224           <item>
225            <widget class="QLabel" name="label_2">
226             <property name="sizePolicy">
227              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
228               <horstretch>0</horstretch>
229               <verstretch>0</verstretch>
230              </sizepolicy>
231             </property>
232             <property name="baseSize">
233              <size>
234               <width>16</width>
235               <height>16</height>
236              </size>
237             </property>
238             <property name="text">
239              <string>-</string>
240             </property>
241            </widget>
242           </item>
243           <item>
244            <widget class="QSpinBox" name="Offset2Spin">
245             <property name="buttonSymbols">
246              <enum>QAbstractSpinBox::NoButtons</enum>
247             </property>
248             <property name="accelerated">
249              <bool>false</bool>
250             </property>
251             <property name="minimum">
252              <number>0</number>
253             </property>
254             <property name="maximum">
255              <number>9999999</number>
256             </property>
257             <property name="singleStep">
258              <number>500</number>
259             </property>
260             <property name="value">
261              <number>500</number>
262             </property>
263            </widget>
264           </item>
265           <item>
266            <widget class="QPushButton" name="OffsetNextBp">
267             <property name="sizePolicy">
268              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
269               <horstretch>0</horstretch>
270               <verstretch>0</verstretch>
271              </sizepolicy>
272             </property>
273             <property name="baseSize">
274              <size>
275               <width>25</width>
276               <height>25</height>
277              </size>
278             </property>
279             <property name="text">
280              <string/>
281             </property>
282             <property name="icon">
283              <iconset resource="../main.qrc">
284               <normaloff>:/images/page-next.gif</normaloff>:/images/page-next.gif</iconset>
285             </property>
286            </widget>
287           </item>
288           <item>
289            <spacer name="horizontalSpacer">
290             <property name="orientation">
291              <enum>Qt::Horizontal</enum>
292             </property>
293             <property name="sizeHint" stdset="0">
294              <size>
295               <width>40</width>
296               <height>20</height>
297              </size>
298             </property>
299            </spacer>
300           </item>
301           <item>
302            <widget class="QLineEdit" name="FilterEntry">
303             <property name="sizePolicy">
304              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
305               <horstretch>0</horstretch>
306               <verstretch>0</verstretch>
307              </sizepolicy>
308             </property>
309             <property name="baseSize">
310              <size>
311               <width>111</width>
312               <height>23</height>
313              </size>
314             </property>
315            </widget>
316           </item>
317           <item>
318            <widget class="QPushButton" name="FilterBp">
319             <property name="baseSize">
320              <size>
321               <width>25</width>
322               <height>25</height>
323              </size>
324             </property>
325             <property name="text">
326              <string/>
327             </property>
328             <property name="icon">
329              <iconset resource="../main.qrc">
330               <normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset>
331             </property>
332            </widget>
333           </item>
334          </layout>
335         </item>
336        </layout>
337       </widget>
338       <widget class="QGroupBox" name="groupBox_2">
339        <property name="sizePolicy">
340         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
341          <horstretch>0</horstretch>
342          <verstretch>0</verstretch>
343         </sizepolicy>
344        </property>
345        <property name="title">
346         <string>File revisions</string>
347        </property>
348        <layout class="QVBoxLayout">
349         <property name="spacing">
350          <number>6</number>
351         </property>
352         <property name="margin">
353          <number>9</number>
354         </property>
355         <item>
356          <widget class="bRestoreTable" name="FileRevisions">
357           <property name="sizePolicy">
358            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
359             <horstretch>0</horstretch>
360             <verstretch>0</verstretch>
361            </sizepolicy>
362           </property>
363           <property name="dragEnabled">
364            <bool>true</bool>
365           </property>
366           <property name="dragDropMode">
367            <enum>QAbstractItemView::DragOnly</enum>
368           </property>
369           <property name="alternatingRowColors">
370            <bool>true</bool>
371           </property>
372           <property name="selectionMode">
373            <enum>QAbstractItemView::SingleSelection</enum>
374           </property>
375           <property name="selectionBehavior">
376            <enum>QAbstractItemView::SelectRows</enum>
377           </property>
378           <property name="showGrid">
379            <bool>false</bool>
380           </property>
381           <column>
382            <property name="text">
383             <string>InChanger</string>
384            </property>
385           </column>
386           <column>
387            <property name="text">
388             <string>Volume</string>
389            </property>
390           </column>
391           <column>
392            <property name="text">
393             <string>JobId</string>
394            </property>
395           </column>
396           <column>
397            <property name="text">
398             <string>Size</string>
399            </property>
400           </column>
401           <column>
402            <property name="text">
403             <string>Date</string>
404            </property>
405           </column>
406           <column>
407            <property name="text">
408             <string>Chksum</string>
409            </property>
410           </column>
411          </widget>
412         </item>
413        </layout>
414       </widget>
415      </widget>
416      <widget class="QWidget" name="layoutWidget_2">
417       <layout class="QVBoxLayout">
418        <property name="spacing">
419         <number>6</number>
420        </property>
421        <property name="margin">
422         <number>0</number>
423        </property>
424        <item>
425         <layout class="QHBoxLayout">
426          <property name="spacing">
427           <number>6</number>
428          </property>
429          <property name="margin">
430           <number>0</number>
431          </property>
432          <item>
433           <widget class="QLabel" name="label">
434            <property name="text">
435             <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
436 p, li { white-space: pre-wrap; }
437 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
438 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Restore items list&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
439            </property>
440           </widget>
441          </item>
442          <item>
443           <spacer>
444            <property name="orientation">
445             <enum>Qt::Horizontal</enum>
446            </property>
447            <property name="sizeHint" stdset="0">
448             <size>
449              <width>40</width>
450              <height>20</height>
451             </size>
452            </property>
453           </spacer>
454          </item>
455          <item>
456           <widget class="QPushButton" name="ClearBp">
457            <property name="text">
458             <string>Clear</string>
459            </property>
460           </widget>
461          </item>
462          <item>
463           <widget class="QPushButton" name="EstimateBp">
464            <property name="text">
465             <string>Estimate</string>
466            </property>
467           </widget>
468          </item>
469          <item>
470           <widget class="QPushButton" name="RestoreBp">
471            <property name="text">
472             <string>Restore</string>
473            </property>
474           </widget>
475          </item>
476         </layout>
477        </item>
478        <item>
479         <widget class="bRestoreTable" name="RestoreList">
480          <property name="acceptDrops">
481           <bool>true</bool>
482          </property>
483          <property name="dragEnabled">
484           <bool>false</bool>
485          </property>
486          <property name="dragDropMode">
487           <enum>QAbstractItemView::DropOnly</enum>
488          </property>
489          <property name="defaultDropAction">
490           <enum>Qt::MoveAction</enum>
491          </property>
492          <property name="selectionMode">
493           <enum>QAbstractItemView::MultiSelection</enum>
494          </property>
495          <property name="selectionBehavior">
496           <enum>QAbstractItemView::SelectRows</enum>
497          </property>
498          <attribute name="verticalHeaderVisible">
499           <bool>false</bool>
500          </attribute>
501          <column>
502           <property name="text">
503            <string>Type</string>
504           </property>
505          </column>
506          <column>
507           <property name="text">
508            <string>FileName</string>
509           </property>
510          </column>
511          <column>
512           <property name="text">
513            <string>Size</string>
514           </property>
515          </column>
516          <column>
517           <property name="text">
518            <string>Date</string>
519           </property>
520          </column>
521          <column>
522           <property name="text">
523            <string>JobId</string>
524           </property>
525          </column>
526          <column>
527           <property name="text">
528            <string>FileIndex</string>
529           </property>
530          </column>
531          <column>
532           <property name="text">
533            <string>Nb Files</string>
534           </property>
535          </column>
536         </widget>
537        </item>
538       </layout>
539      </widget>
540     </widget>
541    </item>
542   </layout>
543  </widget>
544  <customwidgets>
545   <customwidget>
546    <class>bRestoreTable</class>
547    <extends>QTableWidget</extends>
548    <header>restore.h</header>
549   </customwidget>
550  </customwidgets>
551  <resources>
552   <include location="../main.qrc"/>
553  </resources>
554  <connections>
555   <connection>
556    <sender>OffsetNextBp</sender>
557    <signal>clicked()</signal>
558    <receiver>Offset2Spin</receiver>
559    <slot>stepUp()</slot>
560    <hints>
561     <hint type="sourcelabel">
562      <x>275</x>
563      <y>279</y>
564     </hint>
565     <hint type="destinationlabel">
566      <x>232</x>
567      <y>279</y>
568     </hint>
569    </hints>
570   </connection>
571   <connection>
572    <sender>OffsetNextBp</sender>
573    <signal>clicked()</signal>
574    <receiver>Offset1Spin</receiver>
575    <slot>stepUp()</slot>
576    <hints>
577     <hint type="sourcelabel">
578      <x>272</x>
579      <y>281</y>
580     </hint>
581     <hint type="destinationlabel">
582      <x>92</x>
583      <y>279</y>
584     </hint>
585    </hints>
586   </connection>
587   <connection>
588    <sender>OffsetPrevBp</sender>
589    <signal>clicked()</signal>
590    <receiver>Offset1Spin</receiver>
591    <slot>stepDown()</slot>
592    <hints>
593     <hint type="sourcelabel">
594      <x>44</x>
595      <y>287</y>
596     </hint>
597     <hint type="destinationlabel">
598      <x>123</x>
599      <y>282</y>
600     </hint>
601    </hints>
602   </connection>
603   <connection>
604    <sender>OffsetPrevBp</sender>
605    <signal>clicked()</signal>
606    <receiver>Offset2Spin</receiver>
607    <slot>stepDown()</slot>
608    <hints>
609     <hint type="sourcelabel">
610      <x>50</x>
611      <y>284</y>
612     </hint>
613     <hint type="destinationlabel">
614      <x>221</x>
615      <y>282</y>
616     </hint>
617    </hints>
618   </connection>
619  </connections>
620 </ui>