]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/run/run.ui
start to tweak prune algo
[bacula/bacula] / bacula / src / qt-console / run / run.ui
1 <ui version="4.0" >
2  <class>runForm</class>
3  <widget class="QWidget" name="runForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>594</width>
9     <height>415</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Run job</string>
20   </property>
21   <layout class="QVBoxLayout" >
22    <item>
23     <widget class="QLabel" name="run" >
24      <property name="maximumSize" >
25       <size>
26        <width>16777215</width>
27        <height>30</height>
28       </size>
29      </property>
30      <property name="font" >
31       <font>
32        <pointsize>11</pointsize>
33       </font>
34      </property>
35      <property name="text" >
36       <string>&lt;h3>Run a Job&lt;/h3></string>
37      </property>
38     </widget>
39    </item>
40    <item>
41     <widget class="Line" name="line" >
42      <property name="sizePolicy" >
43       <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48      <property name="minimumSize" >
49       <size>
50        <width>0</width>
51        <height>5</height>
52       </size>
53      </property>
54      <property name="orientation" >
55       <enum>Qt::Horizontal</enum>
56      </property>
57     </widget>
58    </item>
59    <item>
60     <layout class="QHBoxLayout" >
61      <item>
62       <widget class="QLabel" name="label_12" >
63        <property name="text" >
64         <string/>
65        </property>
66        <property name="pixmap" >
67         <pixmap resource="../main.qrc" >:/images/runit.png</pixmap>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QGroupBox" name="groupBox" >
73        <property name="title" >
74         <string>Job properties</string>
75        </property>
76        <layout class="QGridLayout" >
77         <item row="0" column="0" >
78          <widget class="QLabel" name="label_6" >
79           <property name="text" >
80            <string>Job:</string>
81           </property>
82           <property name="buddy" >
83            <cstring>jobCombo</cstring>
84           </property>
85          </widget>
86         </item>
87         <item row="0" column="1" >
88          <widget class="QComboBox" name="jobCombo" />
89         </item>
90         <item row="0" column="2" colspan="2" >
91          <layout class="QHBoxLayout" >
92           <property name="spacing" >
93            <number>6</number>
94           </property>
95           <property name="leftMargin" >
96            <number>0</number>
97           </property>
98           <property name="topMargin" >
99            <number>0</number>
100           </property>
101           <property name="rightMargin" >
102            <number>0</number>
103           </property>
104           <property name="bottomMargin" >
105            <number>0</number>
106           </property>
107           <item>
108            <widget class="QLabel" name="label_7" >
109             <property name="text" >
110              <string>Type:</string>
111             </property>
112            </widget>
113           </item>
114           <item>
115            <widget class="QLabel" name="typeLabel" >
116             <property name="text" >
117              <string>&lt;h3>Backup&lt;h3/></string>
118             </property>
119            </widget>
120           </item>
121          </layout>
122         </item>
123         <item row="1" column="0" >
124          <widget class="QLabel" name="label_8" >
125           <property name="text" >
126            <string>Client:</string>
127           </property>
128           <property name="buddy" >
129            <cstring>clientCombo</cstring>
130           </property>
131          </widget>
132         </item>
133         <item row="1" column="1" >
134          <widget class="QComboBox" name="clientCombo" />
135         </item>
136         <item row="1" column="2" >
137          <widget class="QLabel" name="label_4" >
138           <property name="text" >
139            <string>Priority:</string>
140           </property>
141           <property name="buddy" >
142            <cstring>prioritySpin</cstring>
143           </property>
144          </widget>
145         </item>
146         <item row="1" column="3" >
147          <widget class="QSpinBox" name="prioritySpin" >
148           <property name="minimum" >
149            <number>1</number>
150           </property>
151           <property name="maximum" >
152            <number>10000</number>
153           </property>
154           <property name="value" >
155            <number>10</number>
156           </property>
157          </widget>
158         </item>
159         <item row="2" column="0" >
160          <widget class="QLabel" name="label_11" >
161           <property name="text" >
162            <string>Level:</string>
163           </property>
164           <property name="buddy" >
165            <cstring>levelCombo</cstring>
166           </property>
167          </widget>
168         </item>
169         <item row="2" column="1" >
170          <widget class="QComboBox" name="levelCombo" />
171         </item>
172         <item rowspan="5" row="2" column="3" >
173          <spacer>
174           <property name="orientation" >
175            <enum>Qt::Vertical</enum>
176           </property>
177           <property name="sizeHint" >
178            <size>
179             <width>56</width>
180             <height>151</height>
181            </size>
182           </property>
183          </spacer>
184         </item>
185         <item row="3" column="0" >
186          <widget class="QLabel" name="label_9" >
187           <property name="text" >
188            <string>FileSet:</string>
189           </property>
190           <property name="buddy" >
191            <cstring>filesetCombo</cstring>
192           </property>
193          </widget>
194         </item>
195         <item row="3" column="1" >
196          <widget class="QComboBox" name="filesetCombo" />
197         </item>
198         <item row="4" column="0" >
199          <widget class="QLabel" name="label_3" >
200           <property name="text" >
201            <string>Pool:</string>
202           </property>
203           <property name="buddy" >
204            <cstring>poolCombo</cstring>
205           </property>
206          </widget>
207         </item>
208         <item row="4" column="1" >
209          <widget class="QComboBox" name="poolCombo" />
210         </item>
211         <item row="5" column="0" >
212          <widget class="QLabel" name="label_2" >
213           <property name="text" >
214            <string>Storage:</string>
215           </property>
216           <property name="buddy" >
217            <cstring>storageCombo</cstring>
218           </property>
219          </widget>
220         </item>
221         <item row="5" column="1" >
222          <widget class="QComboBox" name="storageCombo" />
223         </item>
224         <item row="6" column="0" >
225          <widget class="QLabel" name="label_10" >
226           <property name="text" >
227            <string>Messages:</string>
228           </property>
229           <property name="buddy" >
230            <cstring>messagesCombo</cstring>
231           </property>
232          </widget>
233         </item>
234         <item row="6" column="1" >
235          <widget class="QComboBox" name="messagesCombo" />
236         </item>
237         <item row="7" column="0" >
238          <widget class="QLabel" name="label" >
239           <property name="text" >
240            <string>When:</string>
241           </property>
242           <property name="buddy" >
243            <cstring>dateTimeEdit</cstring>
244           </property>
245          </widget>
246         </item>
247         <item row="7" column="1" >
248          <widget class="QDateTimeEdit" name="dateTimeEdit" >
249           <property name="dateTime" >
250            <datetime>
251             <hour>0</hour>
252             <minute>2</minute>
253             <second>0</second>
254             <year>2000</year>
255             <month>1</month>
256             <day>1</day>
257            </datetime>
258           </property>
259           <property name="displayFormat" >
260            <string>yyyy-mm-dd hh:mm:ss</string>
261           </property>
262           <property name="calendarPopup" >
263            <bool>true</bool>
264           </property>
265          </widget>
266         </item>
267         <item row="8" column="0" >
268          <widget class="QLabel" name="label_5" >
269           <property name="text" >
270            <string>Bootstrap:</string>
271           </property>
272           <property name="openExternalLinks" >
273            <bool>true</bool>
274           </property>
275           <property name="buddy" >
276            <cstring>bootstrap</cstring>
277           </property>
278          </widget>
279         </item>
280         <item row="8" column="1" >
281          <widget class="QLineEdit" name="bootstrap" >
282           <property name="enabled" >
283            <bool>true</bool>
284           </property>
285           <property name="minimumSize" >
286            <size>
287             <width>200</width>
288             <height>0</height>
289            </size>
290           </property>
291           <property name="readOnly" >
292            <bool>false</bool>
293           </property>
294          </widget>
295         </item>
296        </layout>
297       </widget>
298      </item>
299     </layout>
300    </item>
301    <item>
302     <widget class="Line" name="line_2" >
303      <property name="sizePolicy" >
304       <sizepolicy vsizetype="Expanding" hsizetype="Minimum" >
305        <horstretch>0</horstretch>
306        <verstretch>0</verstretch>
307       </sizepolicy>
308      </property>
309      <property name="minimumSize" >
310       <size>
311        <width>0</width>
312        <height>5</height>
313       </size>
314      </property>
315      <property name="orientation" >
316       <enum>Qt::Horizontal</enum>
317      </property>
318     </widget>
319    </item>
320    <item>
321     <layout class="QHBoxLayout" >
322      <item>
323       <spacer>
324        <property name="orientation" >
325         <enum>Qt::Horizontal</enum>
326        </property>
327        <property name="sizeHint" >
328         <size>
329          <width>40</width>
330          <height>20</height>
331         </size>
332        </property>
333       </spacer>
334      </item>
335      <item>
336       <widget class="QPushButton" name="okButton" >
337        <property name="text" >
338         <string>OK</string>
339        </property>
340       </widget>
341      </item>
342      <item>
343       <widget class="QPushButton" name="cancelButton" >
344        <property name="text" >
345         <string>Cancel</string>
346        </property>
347       </widget>
348      </item>
349     </layout>
350    </item>
351   </layout>
352  </widget>
353  <resources>
354   <include location="../main.qrc" />
355  </resources>
356  <connections/>
357 </ui>