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