]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/run/estimate.ui
bat: Use green/red bullet for InChanger in mediview
[bacula/bacula] / bacula / src / qt-console / run / estimate.ui
1 <ui version="4.0" >
2  <class>estimateForm</class>
3  <widget class="QWidget" name="estimateForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>562</width>
9     <height>308</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="1" >
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="2" column="0" >
31       <layout class="QHBoxLayout" >
32        <property name="margin" >
33         <number>0</number>
34        </property>
35        <property name="spacing" >
36         <number>6</number>
37        </property>
38        <item>
39         <widget class="QCheckBox" name="listingCheckBox" >
40          <property name="layoutDirection" >
41           <enum>Qt::RightToLeft</enum>
42          </property>
43          <property name="text" >
44           <string>List Files</string>
45          </property>
46         </widget>
47        </item>
48        <item>
49         <spacer>
50          <property name="orientation" >
51           <enum>Qt::Horizontal</enum>
52          </property>
53          <property name="sizeHint" >
54           <size>
55            <width>40</width>
56            <height>20</height>
57           </size>
58          </property>
59         </spacer>
60        </item>
61       </layout>
62      </item>
63      <item row="1" column="0" >
64       <layout class="QGridLayout" >
65        <property name="margin" >
66         <number>0</number>
67        </property>
68        <property name="spacing" >
69         <number>6</number>
70        </property>
71        <item row="3" column="1" >
72         <widget class="QComboBox" name="filesetCombo" />
73        </item>
74        <item row="2" column="0" >
75         <widget class="QLabel" name="label_11" >
76          <property name="text" >
77           <string>Level:</string>
78          </property>
79          <property name="buddy" >
80           <cstring>levelCombo</cstring>
81          </property>
82         </widget>
83        </item>
84        <item row="2" column="1" >
85         <widget class="QComboBox" name="levelCombo" />
86        </item>
87        <item row="1" column="1" >
88         <widget class="QComboBox" name="clientCombo" />
89        </item>
90        <item row="1" column="0" >
91         <widget class="QLabel" name="label_8" >
92          <property name="text" >
93           <string>Client:</string>
94          </property>
95          <property name="buddy" >
96           <cstring>clientCombo</cstring>
97          </property>
98         </widget>
99        </item>
100        <item row="0" column="1" >
101         <widget class="QComboBox" name="jobCombo" />
102        </item>
103        <item row="0" column="0" >
104         <widget class="QLabel" name="label_6" >
105          <property name="maximumSize" >
106           <size>
107            <width>65</width>
108            <height>16777215</height>
109           </size>
110          </property>
111          <property name="text" >
112           <string>Job:</string>
113          </property>
114          <property name="buddy" >
115           <cstring>jobCombo</cstring>
116          </property>
117         </widget>
118        </item>
119        <item row="3" column="0" >
120         <widget class="QLabel" name="label_9" >
121          <property name="text" >
122           <string>FileSet:</string>
123          </property>
124          <property name="buddy" >
125           <cstring>filesetCombo</cstring>
126          </property>
127         </widget>
128        </item>
129       </layout>
130      </item>
131      <item row="0" column="0" >
132       <layout class="QHBoxLayout" >
133        <property name="margin" >
134         <number>0</number>
135        </property>
136        <property name="spacing" >
137         <number>6</number>
138        </property>
139        <item>
140         <spacer>
141          <property name="orientation" >
142           <enum>Qt::Horizontal</enum>
143          </property>
144          <property name="sizeHint" >
145           <size>
146            <width>71</width>
147            <height>21</height>
148           </size>
149          </property>
150         </spacer>
151        </item>
152        <item>
153         <widget class="QLabel" name="run" >
154          <property name="maximumSize" >
155           <size>
156            <width>16777215</width>
157            <height>30</height>
158           </size>
159          </property>
160          <property name="text" >
161           <string>&lt;h3>Estimate a backup Job&lt;/h3></string>
162          </property>
163         </widget>
164        </item>
165        <item>
166         <spacer>
167          <property name="orientation" >
168           <enum>Qt::Horizontal</enum>
169          </property>
170          <property name="sizeHint" >
171           <size>
172            <width>81</width>
173            <height>20</height>
174           </size>
175          </property>
176         </spacer>
177        </item>
178       </layout>
179      </item>
180      <item row="3" column="0" >
181       <layout class="QHBoxLayout" >
182        <property name="margin" >
183         <number>0</number>
184        </property>
185        <property name="spacing" >
186         <number>6</number>
187        </property>
188        <item>
189         <spacer>
190          <property name="orientation" >
191           <enum>Qt::Horizontal</enum>
192          </property>
193          <property name="sizeHint" >
194           <size>
195            <width>40</width>
196            <height>20</height>
197           </size>
198          </property>
199         </spacer>
200        </item>
201        <item>
202         <widget class="QPushButton" name="okButton" >
203          <property name="text" >
204           <string>OK</string>
205          </property>
206         </widget>
207        </item>
208        <item>
209         <widget class="QPushButton" name="cancelButton" >
210          <property name="text" >
211           <string>Cancel</string>
212          </property>
213         </widget>
214        </item>
215       </layout>
216      </item>
217     </layout>
218    </item>
219    <item row="1" column="2" >
220     <spacer>
221      <property name="orientation" >
222       <enum>Qt::Horizontal</enum>
223      </property>
224      <property name="sizeHint" >
225       <size>
226        <width>40</width>
227        <height>20</height>
228       </size>
229      </property>
230     </spacer>
231    </item>
232    <item row="2" column="1" >
233     <spacer>
234      <property name="orientation" >
235       <enum>Qt::Vertical</enum>
236      </property>
237      <property name="sizeType" >
238       <enum>QSizePolicy::Expanding</enum>
239      </property>
240      <property name="sizeHint" >
241       <size>
242        <width>351</width>
243        <height>16</height>
244       </size>
245      </property>
246     </spacer>
247    </item>
248    <item row="0" column="1" >
249     <spacer>
250      <property name="orientation" >
251       <enum>Qt::Vertical</enum>
252      </property>
253      <property name="sizeType" >
254       <enum>QSizePolicy::Expanding</enum>
255      </property>
256      <property name="sizeHint" >
257       <size>
258        <width>351</width>
259        <height>16</height>
260       </size>
261      </property>
262     </spacer>
263    </item>
264    <item row="1" column="0" >
265     <spacer>
266      <property name="orientation" >
267       <enum>Qt::Horizontal</enum>
268      </property>
269      <property name="sizeHint" >
270       <size>
271        <width>40</width>
272        <height>20</height>
273       </size>
274      </property>
275     </spacer>
276    </item>
277   </layout>
278  </widget>
279  <resources/>
280  <connections/>
281 </ui>