Initial push
[j2sc.git] / ui / mainw.ui
blobbc73d59dabe202902e7ed6be48426a4f3113bbc9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainW</class>
4 <widget class="QMainWindow" name="MainW">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>666</width>
10 <height>568</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Jack2 Simple Config</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QHBoxLayout" name="horizontalLayout_4">
18 <item>
19 <layout class="QVBoxLayout" name="verticalLayout_8">
20 <item>
21 <widget class="QFrame" name="frame">
22 <property name="frameShape">
23 <enum>QFrame::StyledPanel</enum>
24 </property>
25 <property name="frameShadow">
26 <enum>QFrame::Raised</enum>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item>
30 <widget class="QPushButton" name="b_start">
31 <property name="text">
32 <string>&amp;Start JACK</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QLabel" name="label">
38 <property name="text">
39 <string>Starts the JACK Audio Server using the configuration set below, on the &quot;Configure JACK&quot; option.
40 The file used for the configuration is '~/.config/jack/conf.xml'.</string>
41 </property>
42 <property name="alignment">
43 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
44 </property>
45 <property name="wordWrap">
46 <bool>true</bool>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 </item>
53 <item>
54 <widget class="QFrame" name="frame_2">
55 <property name="frameShape">
56 <enum>QFrame::StyledPanel</enum>
57 </property>
58 <property name="frameShadow">
59 <enum>QFrame::Raised</enum>
60 </property>
61 <layout class="QVBoxLayout" name="verticalLayout_2">
62 <item>
63 <widget class="QPushButton" name="b_stop">
64 <property name="text">
65 <string>St&amp;op JACK</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QLabel" name="label_3">
71 <property name="text">
72 <string>Stops the JACK Audio Server.
73 Be careful when pressing this button - all your sound applications will stop working!
74 Don't forget to save!</string>
75 </property>
76 <property name="alignment">
77 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
78 </property>
79 <property name="wordWrap">
80 <bool>true</bool>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </widget>
86 </item>
87 <item>
88 <widget class="QFrame" name="frame_3">
89 <property name="frameShape">
90 <enum>QFrame::StyledPanel</enum>
91 </property>
92 <property name="frameShadow">
93 <enum>QFrame::Raised</enum>
94 </property>
95 <layout class="QVBoxLayout" name="verticalLayout_3">
96 <item>
97 <widget class="QPushButton" name="b_force">
98 <property name="text">
99 <string>&amp;Force Restart</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QLabel" name="label_4">
105 <property name="text">
106 <string>Forces the JACK Audio Server to stop, kill all Jack related applications (jackd, lash, ladish, etc), then starts Jack again.
107 </string>
108 </property>
109 <property name="alignment">
110 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
111 </property>
112 <property name="wordWrap">
113 <bool>true</bool>
114 </property>
115 </widget>
116 </item>
117 </layout>
118 </widget>
119 </item>
120 <item>
121 <widget class="QFrame" name="frame_4">
122 <property name="frameShape">
123 <enum>QFrame::StyledPanel</enum>
124 </property>
125 <property name="frameShadow">
126 <enum>QFrame::Raised</enum>
127 </property>
128 <layout class="QVBoxLayout" name="verticalLayout_4">
129 <item>
130 <widget class="QPushButton" name="b_config">
131 <property name="text">
132 <string>&amp;Configure Jack</string>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <widget class="QLabel" name="label_2">
138 <property name="text">
139 <string>Configures the JACK Audio Server.
140 Network support is not implemented yet.</string>
141 </property>
142 <property name="alignment">
143 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
144 </property>
145 <property name="wordWrap">
146 <bool>true</bool>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 </item>
153 </layout>
154 </item>
155 <item>
156 <widget class="Line" name="line">
157 <property name="orientation">
158 <enum>Qt::Vertical</enum>
159 </property>
160 </widget>
161 </item>
162 <item>
163 <layout class="QVBoxLayout" name="verticalLayout_9">
164 <item>
165 <widget class="QGroupBox" name="groupBox">
166 <property name="title">
167 <string>Jack Status</string>
168 </property>
169 <layout class="QGridLayout" name="gridLayout">
170 <item row="0" column="0">
171 <widget class="QLabel" name="label_9">
172 <property name="text">
173 <string>Server Status:</string>
174 </property>
175 <property name="alignment">
176 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
177 </property>
178 </widget>
179 </item>
180 <item row="0" column="1">
181 <widget class="QLabel" name="l_ico_jackserver">
182 <property name="maximumSize">
183 <size>
184 <width>16</width>
185 <height>22</height>
186 </size>
187 </property>
188 <property name="text">
189 <string>?</string>
190 </property>
191 </widget>
192 </item>
193 <item row="0" column="2">
194 <widget class="QLabel" name="l_jackserver">
195 <property name="text">
196 <string>TextLabel</string>
197 </property>
198 </widget>
199 </item>
200 <item row="2" column="0">
201 <widget class="QLabel" name="label_10">
202 <property name="text">
203 <string>DSP Load:</string>
204 </property>
205 <property name="alignment">
206 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
207 </property>
208 </widget>
209 </item>
210 <item row="2" column="1" colspan="2">
211 <widget class="QLabel" name="l_dspload">
212 <property name="text">
213 <string>TextLabel</string>
214 </property>
215 </widget>
216 </item>
217 <item row="3" column="0">
218 <widget class="QLabel" name="label_11">
219 <property name="text">
220 <string>Xruns:</string>
221 </property>
222 <property name="alignment">
223 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
224 </property>
225 </widget>
226 </item>
227 <item row="3" column="1" colspan="2">
228 <widget class="QLabel" name="l_xruns">
229 <property name="text">
230 <string>TextLabel</string>
231 </property>
232 </widget>
233 </item>
234 <item row="4" column="0">
235 <widget class="QLabel" name="label_12">
236 <property name="text">
237 <string>Sample Rate:</string>
238 </property>
239 <property name="alignment">
240 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
241 </property>
242 </widget>
243 </item>
244 <item row="4" column="1" colspan="2">
245 <widget class="QLabel" name="l_samplerate">
246 <property name="text">
247 <string>TextLabel</string>
248 </property>
249 </widget>
250 </item>
251 <item row="5" column="0">
252 <widget class="QLabel" name="label_15">
253 <property name="text">
254 <string>Latency:</string>
255 </property>
256 <property name="alignment">
257 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
258 </property>
259 </widget>
260 </item>
261 <item row="5" column="1" colspan="2">
262 <widget class="QLabel" name="l_latency">
263 <property name="text">
264 <string>TextLabel</string>
265 </property>
266 </widget>
267 </item>
268 <item row="6" column="0">
269 <widget class="QLabel" name="label_16">
270 <property name="text">
271 <string>Buffer Size:</string>
272 </property>
273 <property name="alignment">
274 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
275 </property>
276 </widget>
277 </item>
278 <item row="6" column="1" colspan="2">
279 <widget class="QLabel" name="l_buffersize">
280 <property name="text">
281 <string>TextLabel</string>
282 </property>
283 </widget>
284 </item>
285 <item row="1" column="0">
286 <widget class="QLabel" name="label_17">
287 <property name="text">
288 <string>Realtime:</string>
289 </property>
290 <property name="alignment">
291 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
292 </property>
293 </widget>
294 </item>
295 <item row="1" column="1">
296 <widget class="QLabel" name="l_ico_realtime">
297 <property name="maximumSize">
298 <size>
299 <width>16</width>
300 <height>22</height>
301 </size>
302 </property>
303 <property name="text">
304 <string>?</string>
305 </property>
306 <property name="alignment">
307 <set>Qt::AlignCenter</set>
308 </property>
309 </widget>
310 </item>
311 <item row="1" column="2">
312 <widget class="QLabel" name="l_realtime">
313 <property name="text">
314 <string>???</string>
315 </property>
316 </widget>
317 </item>
318 </layout>
319 </widget>
320 </item>
321 <item>
322 <widget class="QGroupBox" name="groupBox_3">
323 <property name="title">
324 <string>System Status</string>
325 </property>
326 <layout class="QGridLayout" name="gridLayout_2">
327 <item row="0" column="0">
328 <widget class="QLabel" name="label_30">
329 <property name="text">
330 <string>OS Name:</string>
331 </property>
332 <property name="alignment">
333 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
334 </property>
335 </widget>
336 </item>
337 <item row="2" column="0">
338 <widget class="QLabel" name="label_31">
339 <property name="text">
340 <string>Running Kernel:</string>
341 </property>
342 <property name="alignment">
343 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
344 </property>
345 </widget>
346 </item>
347 <item row="3" column="0">
348 <widget class="QLabel" name="label_32">
349 <property name="text">
350 <string>Average CPU Load:</string>
351 </property>
352 <property name="alignment">
353 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
354 </property>
355 </widget>
356 </item>
357 <item row="0" column="1">
358 <widget class="QLabel" name="l_osname">
359 <property name="text">
360 <string>TextLabel</string>
361 </property>
362 </widget>
363 </item>
364 <item row="2" column="1">
365 <widget class="QLabel" name="l_kernel">
366 <property name="text">
367 <string>TextLabel</string>
368 </property>
369 </widget>
370 </item>
371 <item row="3" column="1">
372 <widget class="QLabel" name="l_cpuload">
373 <property name="text">
374 <string>TextLabel</string>
375 </property>
376 </widget>
377 </item>
378 <item row="1" column="0">
379 <widget class="QLabel" name="label_33">
380 <property name="text">
381 <string>Architecture:</string>
382 </property>
383 <property name="alignment">
384 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
385 </property>
386 </widget>
387 </item>
388 <item row="1" column="1">
389 <widget class="QLabel" name="l_arch">
390 <property name="text">
391 <string>TextLabel</string>
392 </property>
393 </widget>
394 </item>
395 </layout>
396 </widget>
397 </item>
398 <item>
399 <widget class="QGroupBox" name="gr_misc">
400 <property name="title">
401 <string>Bridges</string>
402 </property>
403 <layout class="QVBoxLayout" name="verticalLayout_5">
404 <item>
405 <layout class="QHBoxLayout" name="horizontalLayout_2">
406 <item>
407 <widget class="QCheckBox" name="ch_alsa">
408 <property name="text">
409 <string>Enable &amp;ALSA Bridge:</string>
410 </property>
411 </widget>
412 </item>
413 <item>
414 <widget class="QComboBox" name="co_alsa">
415 <property name="enabled">
416 <bool>false</bool>
417 </property>
418 <item>
419 <property name="text">
420 <string>Jack</string>
421 </property>
422 </item>
423 <item>
424 <property name="text">
425 <string>PulseAudio</string>
426 </property>
427 </item>
428 <item>
429 <property name="text">
430 <string>Custom...</string>
431 </property>
432 </item>
433 </widget>
434 </item>
435 </layout>
436 </item>
437 <item>
438 <widget class="QCheckBox" name="ch_pulsejack">
439 <property name="text">
440 <string>Enable &amp;Pulse-Jack Integration</string>
441 </property>
442 </widget>
443 </item>
444 <item>
445 <layout class="QHBoxLayout" name="horizontalLayout_5">
446 <item>
447 <widget class="QLabel" name="label_5">
448 <property name="maximumSize">
449 <size>
450 <width>16</width>
451 <height>16777215</height>
452 </size>
453 </property>
454 <property name="text">
455 <string/>
456 </property>
457 </widget>
458 </item>
459 <item>
460 <widget class="QCheckBox" name="ch_pulse_playback_only">
461 <property name="text">
462 <string>Playback mode only</string>
463 </property>
464 </widget>
465 </item>
466 </layout>
467 </item>
468 <item>
469 <widget class="QGroupBox" name="groupBox_2">
470 <property name="title">
471 <string>Specific KXStudio Options</string>
472 </property>
473 <layout class="QHBoxLayout" name="horizontalLayout_3">
474 <item>
475 <widget class="QCheckBox" name="ch_ladish">
476 <property name="text">
477 <string>&amp;Load this studio at startup:</string>
478 </property>
479 </widget>
480 </item>
481 <item>
482 <widget class="QComboBox" name="co_ladish">
483 <property name="enabled">
484 <bool>false</bool>
485 </property>
486 </widget>
487 </item>
488 </layout>
489 </widget>
490 </item>
491 </layout>
492 </widget>
493 </item>
494 </layout>
495 </item>
496 </layout>
497 </widget>
498 <widget class="QMenuBar" name="menuBar">
499 <property name="geometry">
500 <rect>
501 <x>0</x>
502 <y>0</y>
503 <width>666</width>
504 <height>23</height>
505 </rect>
506 </property>
507 <widget class="QMenu" name="menu_File">
508 <property name="title">
509 <string>&amp;File</string>
510 </property>
511 <addaction name="act_close"/>
512 </widget>
513 <widget class="QMenu" name="menu_Tasks">
514 <property name="title">
515 <string>&amp;Tasks</string>
516 </property>
517 <addaction name="act_start"/>
518 <addaction name="act_stop"/>
519 <addaction name="separator"/>
520 <addaction name="act_force"/>
521 <addaction name="separator"/>
522 <addaction name="act_config"/>
523 </widget>
524 <widget class="QMenu" name="menu_Tools">
525 <property name="title">
526 <string>T&amp;ools</string>
527 </property>
528 <widget class="QMenu" name="menuSet_Buffer_Size">
529 <property name="title">
530 <string>Set &amp;Buffer Size</string>
531 </property>
532 <addaction name="act_bf_32"/>
533 <addaction name="act_bf_64"/>
534 <addaction name="act_bf_128"/>
535 <addaction name="act_bf_256"/>
536 <addaction name="act_bf_512"/>
537 <addaction name="act_bf_1024"/>
538 <addaction name="act_bf_2048"/>
539 <addaction name="act_bf_4096"/>
540 <addaction name="act_bf_8192"/>
541 </widget>
542 <addaction name="menuSet_Buffer_Size"/>
543 <addaction name="separator"/>
544 <addaction name="act_x_logs"/>
545 <addaction name="act_x_clear"/>
546 <addaction name="separator"/>
547 <addaction name="act_x_refresh"/>
548 </widget>
549 <widget class="QMenu" name="menu_Help">
550 <property name="title">
551 <string>&amp;Help</string>
552 </property>
553 <addaction name="act_about"/>
554 </widget>
555 <addaction name="menu_File"/>
556 <addaction name="menu_Tasks"/>
557 <addaction name="menu_Tools"/>
558 <addaction name="menu_Help"/>
559 </widget>
560 <action name="act_close">
561 <property name="text">
562 <string>&amp;Close</string>
563 </property>
564 <property name="shortcut">
565 <string>Ctrl+W</string>
566 </property>
567 </action>
568 <action name="act_about">
569 <property name="text">
570 <string>&amp;About</string>
571 </property>
572 </action>
573 <action name="act_start">
574 <property name="text">
575 <string>&amp;Start JACK</string>
576 </property>
577 </action>
578 <action name="act_stop">
579 <property name="text">
580 <string>Stop JACK</string>
581 </property>
582 </action>
583 <action name="act_force">
584 <property name="text">
585 <string>&amp;Force Restart</string>
586 </property>
587 </action>
588 <action name="act_config">
589 <property name="text">
590 <string>&amp;Configure Jack</string>
591 </property>
592 </action>
593 <action name="act_x_logs">
594 <property name="text">
595 <string>Show &amp;Logs</string>
596 </property>
597 </action>
598 <action name="act_x_clear">
599 <property name="text">
600 <string>&amp;Clear Xruns</string>
601 </property>
602 </action>
603 <action name="act_x_refresh">
604 <property name="text">
605 <string>Force &amp;Refresh</string>
606 </property>
607 </action>
608 <action name="act_bf_32">
609 <property name="checkable">
610 <bool>true</bool>
611 </property>
612 <property name="text">
613 <string>32</string>
614 </property>
615 </action>
616 <action name="act_bf_64">
617 <property name="checkable">
618 <bool>true</bool>
619 </property>
620 <property name="text">
621 <string>64</string>
622 </property>
623 </action>
624 <action name="act_bf_128">
625 <property name="checkable">
626 <bool>true</bool>
627 </property>
628 <property name="text">
629 <string>128</string>
630 </property>
631 </action>
632 <action name="act_bf_256">
633 <property name="checkable">
634 <bool>true</bool>
635 </property>
636 <property name="text">
637 <string>256</string>
638 </property>
639 </action>
640 <action name="act_bf_512">
641 <property name="checkable">
642 <bool>true</bool>
643 </property>
644 <property name="text">
645 <string>512</string>
646 </property>
647 </action>
648 <action name="act_bf_1024">
649 <property name="checkable">
650 <bool>true</bool>
651 </property>
652 <property name="text">
653 <string>1024</string>
654 </property>
655 </action>
656 <action name="act_bf_2048">
657 <property name="checkable">
658 <bool>true</bool>
659 </property>
660 <property name="text">
661 <string>2048</string>
662 </property>
663 </action>
664 <action name="act_bf_4096">
665 <property name="checkable">
666 <bool>true</bool>
667 </property>
668 <property name="text">
669 <string>4096</string>
670 </property>
671 </action>
672 <action name="act_bf_8192">
673 <property name="checkable">
674 <bool>true</bool>
675 </property>
676 <property name="text">
677 <string>8192</string>
678 </property>
679 </action>
680 </widget>
681 <resources/>
682 <connections>
683 <connection>
684 <sender>ch_alsa</sender>
685 <signal>toggled(bool)</signal>
686 <receiver>co_alsa</receiver>
687 <slot>setEnabled(bool)</slot>
688 <hints>
689 <hint type="sourcelabel">
690 <x>516</x>
691 <y>399</y>
692 </hint>
693 <hint type="destinationlabel">
694 <x>753</x>
695 <y>399</y>
696 </hint>
697 </hints>
698 </connection>
699 <connection>
700 <sender>ch_ladish</sender>
701 <signal>toggled(bool)</signal>
702 <receiver>co_ladish</receiver>
703 <slot>setEnabled(bool)</slot>
704 <hints>
705 <hint type="sourcelabel">
706 <x>467</x>
707 <y>481</y>
708 </hint>
709 <hint type="destinationlabel">
710 <x>559</x>
711 <y>481</y>
712 </hint>
713 </hints>
714 </connection>
715 <connection>
716 <sender>ch_pulsejack</sender>
717 <signal>toggled(bool)</signal>
718 <receiver>ch_pulse_playback_only</receiver>
719 <slot>setEnabled(bool)</slot>
720 <hints>
721 <hint type="sourcelabel">
722 <x>359</x>
723 <y>341</y>
724 </hint>
725 <hint type="destinationlabel">
726 <x>376</x>
727 <y>359</y>
728 </hint>
729 </hints>
730 </connection>
731 </connections>
732 </ui>