Show "split" (or not), based on the cursor position on the box
[klaudia.git] / ui / mainw.ui
blob64396696288795047cc4cecf1afe08a0de2916ef
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>KlaudiaMainW</class>
4 <widget class="QMainWindow" name="KlaudiaMainW">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>673</width>
10 <height>109</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Klaudia</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QVBoxLayout" name="verticalLayout_2">
18 <item>
19 <layout class="QHBoxLayout" name="horizontalLayout_2">
20 <item>
21 <layout class="QHBoxLayout" name="menuLayout"/>
22 </item>
23 <item>
24 <spacer name="horizontalSpacer">
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="sizeHint" stdset="0">
29 <size>
30 <width>40</width>
31 <height>20</height>
32 </size>
33 </property>
34 </spacer>
35 </item>
36 <item>
37 <widget class="KPushButton" name="tb_main">
38 <property name="text">
39 <string>&amp;Main</string>
40 </property>
41 <property name="checkable">
42 <bool>true</bool>
43 </property>
44 <property name="flat">
45 <bool>true</bool>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="KPushButton" name="tb_apps">
51 <property name="text">
52 <string>&amp;Applications</string>
53 </property>
54 <property name="checkable">
55 <bool>true</bool>
56 </property>
57 <property name="flat">
58 <bool>true</bool>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="KPushButton" name="tb_connections">
64 <property name="text">
65 <string>&amp;Connections</string>
66 </property>
67 <property name="checkable">
68 <bool>true</bool>
69 </property>
70 <property name="flat">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="KPushButton" name="tb_mixer">
77 <property name="text">
78 <string>&amp;Mixer</string>
79 </property>
80 <property name="checkable">
81 <bool>true</bool>
82 </property>
83 <property name="flat">
84 <bool>true</bool>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </item>
90 <item>
91 <widget class="QWidget" name="toolbarW" native="true">
92 <property name="maximumSize">
93 <size>
94 <width>16777215</width>
95 <height>22</height>
96 </size>
97 </property>
98 <layout class="QHBoxLayout" name="horizontalLayout_3">
99 <property name="leftMargin">
100 <number>6</number>
101 </property>
102 <property name="topMargin">
103 <number>0</number>
104 </property>
105 <property name="rightMargin">
106 <number>0</number>
107 </property>
108 <property name="bottomMargin">
109 <number>0</number>
110 </property>
111 <item>
112 <widget class="QLabel" name="label_3">
113 <property name="text">
114 <string>BPM:</string>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <widget class="QDoubleSpinBox" name="spin_bpm">
120 <property name="decimals">
121 <number>1</number>
122 </property>
123 <property name="maximum">
124 <double>999.000000000000000</double>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="Line" name="line">
130 <property name="orientation">
131 <enum>Qt::Vertical</enum>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <widget class="QLabel" name="label_2">
137 <property name="text">
138 <string>Transport:</string>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <widget class="KPushButton" name="b_playpause">
144 <property name="maximumSize">
145 <size>
146 <width>22</width>
147 <height>22</height>
148 </size>
149 </property>
150 <property name="toolTip">
151 <string>Transport play/pause</string>
152 </property>
153 <property name="statusTip">
154 <string>Transport play/pause</string>
155 </property>
156 <property name="checkable">
157 <bool>true</bool>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <widget class="KPushButton" name="b_stop">
163 <property name="maximumSize">
164 <size>
165 <width>22</width>
166 <height>22</height>
167 </size>
168 </property>
169 <property name="toolTip">
170 <string>Transport stop</string>
171 </property>
172 <property name="statusTip">
173 <string>Transport stop</string>
174 </property>
175 </widget>
176 </item>
177 <item>
178 <widget class="KPushButton" name="b_backwards">
179 <property name="maximumSize">
180 <size>
181 <width>22</width>
182 <height>22</height>
183 </size>
184 </property>
185 <property name="toolTip">
186 <string>Transport backwards</string>
187 </property>
188 <property name="statusTip">
189 <string>Transport backwards</string>
190 </property>
191 <property name="autoRepeat">
192 <bool>true</bool>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <widget class="KPushButton" name="b_forwards">
198 <property name="maximumSize">
199 <size>
200 <width>22</width>
201 <height>22</height>
202 </size>
203 </property>
204 <property name="toolTip">
205 <string>Transport backwards</string>
206 </property>
207 <property name="statusTip">
208 <string>Transport forwards</string>
209 </property>
210 <property name="autoRepeat">
211 <bool>true</bool>
212 </property>
213 </widget>
214 </item>
215 <item>
216 <widget class="Line" name="line_2">
217 <property name="orientation">
218 <enum>Qt::Vertical</enum>
219 </property>
220 </widget>
221 </item>
222 <item>
223 <widget class="QSlider" name="transportSlider">
224 <property name="toolTip">
225 <string>Transport slider</string>
226 </property>
227 <property name="statusTip">
228 <string>Transport slider</string>
229 </property>
230 <property name="orientation">
231 <enum>Qt::Horizontal</enum>
232 </property>
233 </widget>
234 </item>
235 <item>
236 <widget class="Line" name="line_3">
237 <property name="orientation">
238 <enum>Qt::Vertical</enum>
239 </property>
240 </widget>
241 </item>
242 <item>
243 <widget class="QLabel" name="l_time">
244 <property name="statusTip">
245 <string>Transport time (in seconds)</string>
246 </property>
247 <property name="whatsThis">
248 <string>Transport time (in seconds)</string>
249 </property>
250 <property name="text">
251 <string>??:??:??</string>
252 </property>
253 </widget>
254 </item>
255 <item>
256 <spacer name="horizontalSpacer_2">
257 <property name="orientation">
258 <enum>Qt::Horizontal</enum>
259 </property>
260 <property name="sizeHint" stdset="0">
261 <size>
262 <width>117</width>
263 <height>19</height>
264 </size>
265 </property>
266 </spacer>
267 </item>
268 <item>
269 <widget class="KPushButton" name="b_open">
270 <property name="maximumSize">
271 <size>
272 <width>22</width>
273 <height>22</height>
274 </size>
275 </property>
276 <property name="toolTip">
277 <string>Open...</string>
278 </property>
279 <property name="statusTip">
280 <string>Open...</string>
281 </property>
282 </widget>
283 </item>
284 <item>
285 <widget class="KPushButton" name="b_save">
286 <property name="maximumSize">
287 <size>
288 <width>22</width>
289 <height>22</height>
290 </size>
291 </property>
292 <property name="toolTip">
293 <string>Save</string>
294 </property>
295 <property name="statusTip">
296 <string>Save</string>
297 </property>
298 </widget>
299 </item>
300 <item>
301 <widget class="KPushButton" name="b_save_as">
302 <property name="maximumSize">
303 <size>
304 <width>22</width>
305 <height>22</height>
306 </size>
307 </property>
308 <property name="toolTip">
309 <string>Save As...</string>
310 </property>
311 <property name="statusTip">
312 <string>Save As...</string>
313 </property>
314 </widget>
315 </item>
316 <item>
317 <widget class="KPushButton" name="b_render">
318 <property name="maximumSize">
319 <size>
320 <width>22</width>
321 <height>22</height>
322 </size>
323 </property>
324 <property name="toolTip">
325 <string>Render...</string>
326 </property>
327 <property name="statusTip">
328 <string>Render...</string>
329 </property>
330 </widget>
331 </item>
332 <item>
333 <widget class="KPushButton" name="b_add_new">
334 <property name="maximumSize">
335 <size>
336 <width>22</width>
337 <height>22</height>
338 </size>
339 </property>
340 <property name="toolTip">
341 <string>Add New Application...</string>
342 </property>
343 <property name="statusTip">
344 <string>Add New Application...</string>
345 </property>
346 </widget>
347 </item>
348 </layout>
349 </widget>
350 </item>
351 <item>
352 <widget class="QWidget" name="centralW" native="true">
353 <layout class="QVBoxLayout" name="verticalLayout">
354 <property name="margin">
355 <number>0</number>
356 </property>
357 </layout>
358 </widget>
359 </item>
360 <item>
361 <widget class="QWidget" name="statusbarW" native="true">
362 <property name="maximumSize">
363 <size>
364 <width>16777215</width>
365 <height>16</height>
366 </size>
367 </property>
368 <layout class="QHBoxLayout" name="horizontalLayout_7">
369 <property name="margin">
370 <number>0</number>
371 </property>
372 <item>
373 <widget class="QWidget" name="sbW_msg" native="true">
374 <layout class="QHBoxLayout" name="horizontalLayout_6">
375 <property name="margin">
376 <number>0</number>
377 </property>
378 <item>
379 <widget class="QLabel" name="sbW_msg_label">
380 <property name="text">
381 <string/>
382 </property>
383 </widget>
384 </item>
385 </layout>
386 </widget>
387 </item>
388 <item>
389 <widget class="Line" name="line_4">
390 <property name="orientation">
391 <enum>Qt::Vertical</enum>
392 </property>
393 </widget>
394 </item>
395 <item>
396 <widget class="QWidget" name="sbW_jack" native="true">
397 <layout class="QHBoxLayout" name="horizontalLayout_5">
398 <property name="margin">
399 <number>0</number>
400 </property>
401 <item>
402 <widget class="QLabel" name="label_6">
403 <property name="text">
404 <string>Jack Settings:</string>
405 </property>
406 </widget>
407 </item>
408 <item>
409 <widget class="QLabel" name="sbW_jack_SampleRate">
410 <property name="text">
411 <string>????? Hz</string>
412 </property>
413 </widget>
414 </item>
415 <item>
416 <widget class="QLabel" name="sbW_jack_BufferSize">
417 <property name="text">
418 <string>???</string>
419 </property>
420 </widget>
421 </item>
422 <item>
423 <widget class="QLabel" name="sbW_jack_RT">
424 <property name="text">
425 <string>?</string>
426 </property>
427 </widget>
428 </item>
429 </layout>
430 </widget>
431 </item>
432 <item>
433 <widget class="Line" name="line_5">
434 <property name="orientation">
435 <enum>Qt::Vertical</enum>
436 </property>
437 </widget>
438 </item>
439 <item>
440 <widget class="QWidget" name="sbW_cpu" native="true">
441 <layout class="QHBoxLayout" name="horizontalLayout_4">
442 <property name="margin">
443 <number>0</number>
444 </property>
445 <item>
446 <widget class="QProgressBar" name="sbW_cpu_bar">
447 <property name="value">
448 <number>0</number>
449 </property>
450 <property name="format">
451 <string>DSP Load: %p%</string>
452 </property>
453 </widget>
454 </item>
455 </layout>
456 </widget>
457 </item>
458 <item>
459 <widget class="Line" name="line_6">
460 <property name="orientation">
461 <enum>Qt::Vertical</enum>
462 </property>
463 </widget>
464 </item>
465 <item>
466 <widget class="QWidget" name="sbW_drops" native="true">
467 <layout class="QHBoxLayout" name="horizontalLayout_8">
468 <property name="margin">
469 <number>0</number>
470 </property>
471 <item>
472 <widget class="QLabel" name="label_10">
473 <property name="text">
474 <string>Drop-outs:</string>
475 </property>
476 </widget>
477 </item>
478 <item>
479 <widget class="QLabel" name="sbW_drops_count">
480 <property name="text">
481 <string>??</string>
482 </property>
483 </widget>
484 </item>
485 </layout>
486 </widget>
487 </item>
488 </layout>
489 </widget>
490 </item>
491 </layout>
492 </widget>
493 <widget class="QStatusBar" name="qtStatusbar"/>
494 </widget>
495 <customwidgets>
496 <customwidget>
497 <class>KPushButton</class>
498 <extends>QPushButton</extends>
499 <header>kpushbutton.h</header>
500 </customwidget>
501 </customwidgets>
502 <resources/>
503 <connections/>
504 </ui>