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