]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/jobgraphs/jobplotcontrols.ui
Tweak Windows tray monitor build
[bacula/bacula] / bacula / src / qt-console / jobgraphs / jobplotcontrols.ui
1 <ui version="4.0" >
2  <class>JobPlotControlsForm</class>
3  <widget class="QWidget" name="JobPlotControlsForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>308</width>
9     <height>535</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>5</hsizetype>
15     <vsizetype>0</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>0</width>
23     <height>0</height>
24    </size>
25   </property>
26   <property name="windowTitle" >
27    <string>Form</string>
28   </property>
29   <layout class="QGridLayout" >
30    <property name="margin" >
31     <number>9</number>
32    </property>
33    <property name="spacing" >
34     <number>6</number>
35    </property>
36    <item row="14" column="0" colspan="2" >
37     <spacer>
38      <property name="orientation" >
39       <enum>Qt::Vertical</enum>
40      </property>
41      <property name="sizeHint" >
42       <size>
43        <width>236</width>
44        <height>16</height>
45       </size>
46      </property>
47     </spacer>
48    </item>
49    <item row="0" column="0" colspan="2" >
50     <layout class="QHBoxLayout" >
51      <property name="margin" >
52       <number>0</number>
53      </property>
54      <property name="spacing" >
55       <number>6</number>
56      </property>
57      <item>
58       <spacer>
59        <property name="orientation" >
60         <enum>Qt::Horizontal</enum>
61        </property>
62        <property name="sizeHint" >
63         <size>
64          <width>21</width>
65          <height>20</height>
66         </size>
67        </property>
68       </spacer>
69      </item>
70      <item>
71       <layout class="QVBoxLayout" >
72        <property name="margin" >
73         <number>0</number>
74        </property>
75        <property name="spacing" >
76         <number>6</number>
77        </property>
78        <item>
79         <widget class="QCheckBox" name="fileCheck" >
80          <property name="text" >
81           <string>File Data</string>
82          </property>
83         </widget>
84        </item>
85        <item>
86         <widget class="QCheckBox" name="byteCheck" >
87          <property name="text" >
88           <string>Byte Data</string>
89          </property>
90         </widget>
91        </item>
92       </layout>
93      </item>
94      <item>
95       <spacer>
96        <property name="orientation" >
97         <enum>Qt::Horizontal</enum>
98        </property>
99        <property name="sizeHint" >
100         <size>
101          <width>21</width>
102          <height>20</height>
103         </size>
104        </property>
105       </spacer>
106      </item>
107     </layout>
108    </item>
109    <item row="13" column="0" colspan="2" >
110     <layout class="QHBoxLayout" >
111      <property name="margin" >
112       <number>0</number>
113      </property>
114      <property name="spacing" >
115       <number>6</number>
116      </property>
117      <item>
118       <spacer>
119        <property name="orientation" >
120         <enum>Qt::Horizontal</enum>
121        </property>
122        <property name="sizeHint" >
123         <size>
124          <width>40</width>
125          <height>20</height>
126         </size>
127        </property>
128       </spacer>
129      </item>
130      <item>
131       <widget class="QPushButton" name="refreshButton" >
132        <property name="sizePolicy" >
133         <sizepolicy>
134          <hsizetype>4</hsizetype>
135          <vsizetype>0</vsizetype>
136          <horstretch>0</horstretch>
137          <verstretch>0</verstretch>
138         </sizepolicy>
139        </property>
140        <property name="maximumSize" >
141         <size>
142          <width>82</width>
143          <height>30</height>
144         </size>
145        </property>
146        <property name="text" >
147         <string>Refresh</string>
148        </property>
149        <property name="icon" >
150         <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
151        </property>
152       </widget>
153      </item>
154      <item>
155       <spacer>
156        <property name="orientation" >
157         <enum>Qt::Horizontal</enum>
158        </property>
159        <property name="sizeHint" >
160         <size>
161          <width>40</width>
162          <height>20</height>
163         </size>
164        </property>
165       </spacer>
166      </item>
167     </layout>
168    </item>
169    <item row="9" column="1" >
170     <widget class="QComboBox" name="fileSetComboBox" />
171    </item>
172    <item row="10" column="1" >
173     <widget class="QComboBox" name="purgedComboBox" />
174    </item>
175    <item row="8" column="1" >
176     <widget class="QComboBox" name="volumeComboBox" />
177    </item>
178    <item row="7" column="1" >
179     <widget class="QComboBox" name="clientComboBox" />
180    </item>
181    <item row="11" column="1" >
182     <widget class="QComboBox" name="levelComboBox" />
183    </item>
184    <item row="12" column="1" >
185     <widget class="QComboBox" name="statusComboBox" />
186    </item>
187    <item row="6" column="1" >
188     <widget class="QComboBox" name="jobComboBox" />
189    </item>
190    <item row="1" column="1" >
191     <widget class="QComboBox" name="plotTypeCombo" />
192    </item>
193    <item row="5" column="1" >
194     <widget class="QSpinBox" name="daysSpinBox" >
195      <property name="sizePolicy" >
196       <sizepolicy>
197        <hsizetype>5</hsizetype>
198        <vsizetype>0</vsizetype>
199        <horstretch>0</horstretch>
200        <verstretch>0</verstretch>
201       </sizepolicy>
202      </property>
203      <property name="singleStep" >
204       <number>7</number>
205      </property>
206     </widget>
207    </item>
208    <item row="4" column="1" >
209     <widget class="QSpinBox" name="limitSpinBox" >
210      <property name="sizePolicy" >
211       <sizepolicy>
212        <hsizetype>5</hsizetype>
213        <vsizetype>0</vsizetype>
214        <horstretch>0</horstretch>
215        <verstretch>0</verstretch>
216       </sizepolicy>
217      </property>
218      <property name="maximum" >
219       <number>10000</number>
220      </property>
221      <property name="minimum" >
222       <number>1</number>
223      </property>
224      <property name="singleStep" >
225       <number>25</number>
226      </property>
227     </widget>
228    </item>
229    <item row="2" column="1" >
230     <widget class="QComboBox" name="fileSymbolTypeCombo" />
231    </item>
232    <item row="3" column="1" >
233     <widget class="QComboBox" name="byteSymbolTypeCombo" />
234    </item>
235    <item row="12" column="0" >
236     <widget class="QLabel" name="statusLabel" >
237      <property name="text" >
238       <string>Status</string>
239      </property>
240     </widget>
241    </item>
242    <item row="11" column="0" >
243     <widget class="QLabel" name="levelLabel" >
244      <property name="text" >
245       <string>Level</string>
246      </property>
247     </widget>
248    </item>
249    <item row="10" column="0" >
250     <widget class="QLabel" name="purgedLabel" >
251      <property name="text" >
252       <string>Purged</string>
253      </property>
254     </widget>
255    </item>
256    <item row="9" column="0" >
257     <widget class="QLabel" name="fileSetLabel" >
258      <property name="maximumSize" >
259       <size>
260        <width>16777215</width>
261        <height>20</height>
262       </size>
263      </property>
264      <property name="text" >
265       <string>FileSet</string>
266      </property>
267     </widget>
268    </item>
269    <item row="8" column="0" >
270     <widget class="QLabel" name="volumeLabel" >
271      <property name="text" >
272       <string>Volume</string>
273      </property>
274     </widget>
275    </item>
276    <item row="7" column="0" >
277     <widget class="QLabel" name="clientsLabel" >
278      <property name="text" >
279       <string>Client</string>
280      </property>
281     </widget>
282    </item>
283    <item row="6" column="0" >
284     <widget class="QLabel" name="jobLabel" >
285      <property name="text" >
286       <string>Job</string>
287      </property>
288     </widget>
289    </item>
290    <item row="5" column="0" >
291     <widget class="QCheckBox" name="daysCheckBox" >
292      <property name="text" >
293       <string>Days Limit</string>
294      </property>
295     </widget>
296    </item>
297    <item row="4" column="0" >
298     <widget class="QCheckBox" name="limitCheckBox" >
299      <property name="sizePolicy" >
300       <sizepolicy>
301        <hsizetype>0</hsizetype>
302        <vsizetype>0</vsizetype>
303        <horstretch>0</horstretch>
304        <verstretch>0</verstretch>
305       </sizepolicy>
306      </property>
307      <property name="text" >
308       <string>Record Limit</string>
309      </property>
310     </widget>
311    </item>
312    <item row="3" column="0" >
313     <widget class="QLabel" name="label_2" >
314      <property name="text" >
315       <string>Byte Symbol Type</string>
316      </property>
317     </widget>
318    </item>
319    <item row="2" column="0" >
320     <widget class="QLabel" name="label_3" >
321      <property name="text" >
322       <string>File Symbol Type</string>
323      </property>
324     </widget>
325    </item>
326    <item row="1" column="0" >
327     <widget class="QLabel" name="label" >
328      <property name="text" >
329       <string>Graph Type</string>
330      </property>
331     </widget>
332    </item>
333   </layout>
334  </widget>
335  <resources/>
336  <connections/>
337 </ui>