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