]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/brestore.ui
Add smartctl call to bacula-sd.conf as an example of getting
[bacula/bacula] / bacula / src / qt-console / restore / brestore.ui
1 <ui version="4.0" >
2  <class>bRestoreForm</class>
3  <widget class="QWidget" name="bRestoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>800</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>brestore</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <property name="geometry" >
17     <rect>
18      <x>70</x>
19      <y>30</y>
20      <width>582</width>
21      <height>533</height>
22     </rect>
23    </property>
24    <layout class="QVBoxLayout" >
25     <property name="margin" >
26      <number>9</number>
27     </property>
28     <property name="spacing" >
29      <number>6</number>
30     </property>
31     <item>
32      <layout class="QHBoxLayout" >
33       <property name="margin" >
34        <number>0</number>
35       </property>
36       <property name="spacing" >
37        <number>6</number>
38       </property>
39       <item>
40        <widget class="QComboBox" name="ClientList" />
41       </item>
42       <item>
43        <widget class="QComboBox" name="JobList" >
44         <property name="enabled" >
45          <bool>false</bool>
46         </property>
47        </widget>
48       </item>
49       <item>
50        <spacer>
51         <property name="orientation" >
52          <enum>Qt::Horizontal</enum>
53         </property>
54         <property name="sizeType" >
55          <enum>QSizePolicy::Expanding</enum>
56         </property>
57         <property name="sizeHint" >
58          <size>
59           <width>40</width>
60           <height>20</height>
61          </size>
62         </property>
63        </spacer>
64       </item>
65       <item>
66        <widget class="QPushButton" name="pushButton_4" >
67         <property name="text" >
68          <string>Location</string>
69         </property>
70        </widget>
71       </item>
72       <item>
73        <widget class="QLineEdit" name="lineEdit" />
74       </item>
75      </layout>
76     </item>
77     <item>
78      <widget class="QSplitter" name="splitter_2" >
79       <property name="orientation" >
80        <enum>Qt::Vertical</enum>
81       </property>
82       <widget class="QSplitter" name="splitter" >
83        <property name="orientation" >
84         <enum>Qt::Horizontal</enum>
85        </property>
86        <widget class="QGroupBox" name="groupBox" >
87         <property name="sizePolicy" >
88          <sizepolicy>
89           <hsizetype>7</hsizetype>
90           <vsizetype>7</vsizetype>
91           <horstretch>0</horstretch>
92           <verstretch>0</verstretch>
93          </sizepolicy>
94         </property>
95         <property name="title" >
96          <string>File list</string>
97         </property>
98         <layout class="QVBoxLayout" >
99          <property name="margin" >
100           <number>9</number>
101          </property>
102          <property name="spacing" >
103           <number>6</number>
104          </property>
105          <item>
106           <widget class="QTableWidget" name="FileList" >
107            <property name="sizePolicy" >
108             <sizepolicy>
109              <hsizetype>7</hsizetype>
110              <vsizetype>7</vsizetype>
111              <horstretch>5</horstretch>
112              <verstretch>5</verstretch>
113             </sizepolicy>
114            </property>
115            <column>
116             <property name="text" >
117              <string>Type</string>
118             </property>
119            </column>
120            <column>
121             <property name="text" >
122              <string>File Name</string>
123             </property>
124            </column>
125            <column>
126             <property name="text" >
127              <string>Size</string>
128             </property>
129            </column>
130            <column>
131             <property name="text" >
132              <string>Date</string>
133             </property>
134            </column>
135           </widget>
136          </item>
137         </layout>
138        </widget>
139        <widget class="QGroupBox" name="groupBox_2" >
140         <property name="sizePolicy" >
141          <sizepolicy>
142           <hsizetype>7</hsizetype>
143           <vsizetype>7</vsizetype>
144           <horstretch>0</horstretch>
145           <verstretch>0</verstretch>
146          </sizepolicy>
147         </property>
148         <property name="title" >
149          <string>File revisions</string>
150         </property>
151         <layout class="QVBoxLayout" >
152          <property name="margin" >
153           <number>9</number>
154          </property>
155          <property name="spacing" >
156           <number>6</number>
157          </property>
158          <item>
159           <widget class="QTableWidget" name="FileRevisions" >
160            <property name="sizePolicy" >
161             <sizepolicy>
162              <hsizetype>7</hsizetype>
163              <vsizetype>7</vsizetype>
164              <horstretch>0</horstretch>
165              <verstretch>0</verstretch>
166             </sizepolicy>
167            </property>
168            <column>
169             <property name="text" >
170              <string>InChanger</string>
171             </property>
172            </column>
173            <column>
174             <property name="text" >
175              <string>Volume</string>
176             </property>
177            </column>
178            <column>
179             <property name="text" >
180              <string>JobId</string>
181             </property>
182            </column>
183            <column>
184             <property name="text" >
185              <string>Size</string>
186             </property>
187            </column>
188            <column>
189             <property name="text" >
190              <string>Date</string>
191             </property>
192            </column>
193            <column>
194             <property name="text" >
195              <string>Chksum</string>
196             </property>
197            </column>
198           </widget>
199          </item>
200         </layout>
201        </widget>
202       </widget>
203       <widget class="QWidget" name="layoutWidget_2" >
204        <layout class="QVBoxLayout" >
205         <property name="margin" >
206          <number>0</number>
207         </property>
208         <property name="spacing" >
209          <number>6</number>
210         </property>
211         <item>
212          <layout class="QHBoxLayout" >
213           <property name="margin" >
214            <number>0</number>
215           </property>
216           <property name="spacing" >
217            <number>6</number>
218           </property>
219           <item>
220            <widget class="QLabel" name="label" >
221             <property name="text" >
222              <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
223 p, li { white-space: pre-wrap; }
224 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
225 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Restore items list&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
226             </property>
227            </widget>
228           </item>
229           <item>
230            <spacer>
231             <property name="orientation" >
232              <enum>Qt::Horizontal</enum>
233             </property>
234             <property name="sizeHint" >
235              <size>
236               <width>40</width>
237               <height>20</height>
238              </size>
239             </property>
240            </spacer>
241           </item>
242           <item>
243            <widget class="QPushButton" name="pushButton" >
244             <property name="text" >
245              <string>Clear</string>
246             </property>
247            </widget>
248           </item>
249           <item>
250            <widget class="QPushButton" name="pushButton_2" >
251             <property name="text" >
252              <string>Estimate</string>
253             </property>
254            </widget>
255           </item>
256           <item>
257            <widget class="QPushButton" name="pushButton_3" >
258             <property name="text" >
259              <string>Restore</string>
260             </property>
261            </widget>
262           </item>
263          </layout>
264         </item>
265         <item>
266          <widget class="QTableWidget" name="RestoreList" >
267           <property name="acceptDrops" >
268            <bool>true</bool>
269           </property>
270           <column>
271            <property name="text" >
272             <string>Type</string>
273            </property>
274           </column>
275           <column>
276            <property name="text" >
277             <string>FileName</string>
278            </property>
279           </column>
280           <column>
281            <property name="text" >
282             <string>JobId</string>
283            </property>
284           </column>
285           <column>
286            <property name="text" >
287             <string>FileIndex</string>
288            </property>
289           </column>
290           <column>
291            <property name="text" >
292             <string>Nb Files</string>
293            </property>
294           </column>
295           <column>
296            <property name="text" >
297             <string>Size</string>
298            </property>
299           </column>
300          </widget>
301         </item>
302        </layout>
303       </widget>
304      </widget>
305     </item>
306    </layout>
307   </widget>
308  </widget>
309  <resources/>
310  <connections/>
311 </ui>