root/trunk/libffado/support/mixer-qt4/mixer_rme.ui

Revision 1615, 36.4 kB (checked in by jwoithe, 15 years ago)

RME: Rearrange control pane in mixer. Add controls for input gains on Fireface 400.
RME: Fix bug which prevented driver from correctly reporting the available samplerates.
RME: Correct a misunderstanding about the device streaming status' availability from hardware (essentially it's not available and needs to be cached in software).
RME: Minor corrections to device documentation.

Line 
1 <ui version="4.0" >
2  <class>RmeMixerUI</class>
3  <widget class="QWidget" name="RmeMixerUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>637</width>
9     <height>781</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>RmeMixer</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_13" >
16    <item>
17     <widget class="QTabWidget" name="tabWidget" >
18      <property name="sizePolicy" >
19       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
20        <horstretch>0</horstretch>
21        <verstretch>0</verstretch>
22       </sizepolicy>
23      </property>
24      <property name="currentIndex" >
25       <number>0</number>
26      </property>
27      <widget class="QWidget" name="control" >
28       <attribute name="title" >
29        <string>Control</string>
30       </attribute>
31       <layout class="QVBoxLayout" name="verticalLayout" >
32        <item>
33         <widget class="QFrame" name="frame_5" >
34          <property name="frameShape" >
35           <enum>QFrame::NoFrame</enum>
36          </property>
37          <property name="frameShadow" >
38           <enum>QFrame::Raised</enum>
39          </property>
40          <layout class="QHBoxLayout" name="horizontalLayout_5" >
41           <item>
42            <widget class="QGroupBox" name="input_gains_group" >
43             <property name="title" >
44              <string>Input gains</string>
45             </property>
46             <layout class="QGridLayout" name="gridLayout_8" >
47              <item row="0" column="0" >
48               <widget class="QLabel" name="label_9" >
49                <property name="sizePolicy" >
50                 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
51                  <horstretch>0</horstretch>
52                  <verstretch>0</verstretch>
53                 </sizepolicy>
54                </property>
55                <property name="text" >
56                 <string>Mic 1</string>
57                </property>
58               </widget>
59              </item>
60              <item row="0" column="1" >
61               <widget class="QSlider" name="gain_mic1" >
62                <property name="orientation" >
63                 <enum>Qt::Horizontal</enum>
64                </property>
65               </widget>
66              </item>
67              <item row="1" column="0" >
68               <widget class="QLabel" name="label_10" >
69                <property name="sizePolicy" >
70                 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
71                  <horstretch>0</horstretch>
72                  <verstretch>0</verstretch>
73                 </sizepolicy>
74                </property>
75                <property name="text" >
76                 <string>Mic 2</string>
77                </property>
78               </widget>
79              </item>
80              <item row="1" column="1" >
81               <widget class="QSlider" name="gain_mic2" >
82                <property name="orientation" >
83                 <enum>Qt::Horizontal</enum>
84                </property>
85               </widget>
86              </item>
87              <item row="2" column="0" >
88               <widget class="QLabel" name="label_24" >
89                <property name="sizePolicy" >
90                 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
91                  <horstretch>0</horstretch>
92                  <verstretch>0</verstretch>
93                 </sizepolicy>
94                </property>
95                <property name="text" >
96                 <string>Input 3</string>
97                </property>
98               </widget>
99              </item>
100              <item row="2" column="1" >
101               <widget class="QSlider" name="gain_input3" >
102                <property name="orientation" >
103                 <enum>Qt::Horizontal</enum>
104                </property>
105               </widget>
106              </item>
107              <item row="3" column="0" >
108               <widget class="QLabel" name="label_23" >
109                <property name="sizePolicy" >
110                 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
111                  <horstretch>0</horstretch>
112                  <verstretch>0</verstretch>
113                 </sizepolicy>
114                </property>
115                <property name="text" >
116                 <string>Input 4</string>
117                </property>
118               </widget>
119              </item>
120              <item row="3" column="1" >
121               <widget class="QSlider" name="gain_input4" >
122                <property name="orientation" >
123                 <enum>Qt::Horizontal</enum>
124                </property>
125               </widget>
126              </item>
127             </layout>
128            </widget>
129           </item>
130           <item>
131            <widget class="QGroupBox" name="channel_3_4_options_group" >
132             <property name="title" >
133              <string>Channel 3/4 options</string>
134             </property>
135             <layout class="QGridLayout" name="gridLayout_4" >
136              <item row="0" column="0" colspan="2" >
137               <widget class="QLabel" name="label_18" >
138                <property name="text" >
139                 <string>Chan 3</string>
140                </property>
141               </widget>
142              </item>
143              <item row="0" column="2" >
144               <widget class="QCheckBox" name="ff400_chan3_opt_instr" >
145                <property name="text" >
146                 <string>Instr</string>
147                </property>
148               </widget>
149              </item>
150              <item row="0" column="3" >
151               <widget class="QCheckBox" name="ff400_chan3_opt_pad" >
152                <property name="text" >
153                 <string>Pad</string>
154                </property>
155               </widget>
156              </item>
157              <item row="2" column="0" >
158               <widget class="QLabel" name="label_19" >
159                <property name="text" >
160                 <string>Chan 4</string>
161                </property>
162               </widget>
163              </item>
164              <item row="2" column="3" >
165               <widget class="QCheckBox" name="ff400_chan4_opt_pad" >
166                <property name="text" >
167                 <string>Pad</string>
168                </property>
169               </widget>
170              </item>
171              <item row="2" column="2" >
172               <widget class="QCheckBox" name="ff400_chan4_opt_instr" >
173                <property name="text" >
174                 <string>Instr</string>
175                </property>
176               </widget>
177              </item>
178              <item row="3" column="2" >
179               <spacer name="verticalSpacer_9" >
180                <property name="orientation" >
181                 <enum>Qt::Vertical</enum>
182                </property>
183                <property name="sizeHint" stdset="0" >
184                 <size>
185                  <width>20</width>
186                  <height>40</height>
187                 </size>
188                </property>
189               </spacer>
190              </item>
191             </layout>
192            </widget>
193           </item>
194          </layout>
195         </widget>
196        </item>
197        <item>
198         <widget class="QFrame" name="frame_4" >
199          <property name="frameShape" >
200           <enum>QFrame::NoFrame</enum>
201          </property>
202          <property name="frameShadow" >
203           <enum>QFrame::Raised</enum>
204          </property>
205          <layout class="QHBoxLayout" name="horizontalLayout_4" >
206           <item>
207            <widget class="QGroupBox" name="phantom_group" >
208             <property name="title" >
209              <string>Phantom</string>
210             </property>
211             <layout class="QGridLayout" name="gridLayout_7" >
212              <item rowspan="2" row="0" column="0" colspan="3" >
213               <widget class="QCheckBox" name="phantom_0" >
214                <property name="text" >
215                 <string>Mic 1</string>
216                </property>
217               </widget>
218              </item>
219              <item row="1" column="1" colspan="2" >
220               <widget class="QCheckBox" name="phantom_2" >
221                <property name="text" >
222                 <string>Mic 3</string>
223                </property>
224               </widget>
225              </item>
226              <item row="2" column="0" >
227               <widget class="QCheckBox" name="phantom_1" >
228                <property name="text" >
229                 <string>Mic 2</string>
230                </property>
231               </widget>
232              </item>
233              <item row="2" column="1" >
234               <widget class="QCheckBox" name="phantom_3" >
235                <property name="text" >
236                 <string>Mic 4</string>
237                </property>
238               </widget>
239              </item>
240              <item row="3" column="0" >
241               <spacer name="verticalSpacer_12" >
242                <property name="orientation" >
243                 <enum>Qt::Vertical</enum>
244                </property>
245                <property name="sizeHint" stdset="0" >
246                 <size>
247                  <width>20</width>
248                  <height>0</height>
249                 </size>
250                </property>
251               </spacer>
252              </item>
253             </layout>
254            </widget>
255           </item>
256           <item>
257            <widget class="QGroupBox" name="level_in_group" >
258             <property name="title" >
259              <string>Level in</string>
260             </property>
261             <layout class="QVBoxLayout" name="verticalLayout_8" >
262              <item>
263               <widget class="QRadioButton" name="radioButton_9" >
264                <property name="text" >
265                 <string>Lo gain</string>
266                </property>
267               </widget>
268              </item>
269              <item>
270               <widget class="QRadioButton" name="radioButton_10" >
271                <property name="text" >
272                 <string>+4 dBu</string>
273                </property>
274               </widget>
275              </item>
276              <item>
277               <widget class="QRadioButton" name="radioButton_11" >
278                <property name="text" >
279                 <string>-10 dBV</string>
280                </property>
281               </widget>
282              </item>
283              <item>
284               <spacer name="verticalSpacer_10" >
285                <property name="orientation" >
286                 <enum>Qt::Vertical</enum>
287                </property>
288                <property name="sizeHint" stdset="0" >
289                 <size>
290                  <width>20</width>
291                  <height>40</height>
292                 </size>
293                </property>
294               </spacer>
295              </item>
296             </layout>
297            </widget>
298           </item>
299           <item>
300            <widget class="QGroupBox" name="input_plug_select_group" >
301             <property name="title" >
302              <string>Inputs</string>
303             </property>
304             <layout class="QGridLayout" name="gridLayout_5" >
305              <item row="0" column="0" >
306               <widget class="QLabel" name="label_20" >
307                <property name="text" >
308                 <string>1</string>
309                </property>
310               </widget>
311              </item>
312              <item row="2" column="0" >
313               <widget class="QLabel" name="label_21" >
314                <property name="text" >
315                 <string>7</string>
316                </property>
317               </widget>
318              </item>
319              <item row="2" column="1" colspan="3" >
320               <widget class="QComboBox" name="comboBox_3" >
321                <item>
322                 <property name="text" >
323                  <string>Front</string>
324                 </property>
325                </item>
326                <item>
327                 <property name="text" >
328                  <string>Rear</string>
329                 </property>
330                </item>
331                <item>
332                 <property name="text" >
333                  <string>Front+Rear</string>
334                 </property>
335                </item>
336               </widget>
337              </item>
338              <item row="3" column="0" >
339               <widget class="QLabel" name="label_22" >
340                <property name="text" >
341                 <string>8</string>
342                </property>
343               </widget>
344              </item>
345              <item row="3" column="1" colspan="3" >
346               <widget class="QComboBox" name="comboBox_4" >
347                <item>
348                 <property name="text" >
349                  <string>Front</string>
350                 </property>
351                </item>
352                <item>
353                 <property name="text" >
354                  <string>Rear</string>
355                 </property>
356                </item>
357                <item>
358                 <property name="text" >
359                  <string>Front+Rear</string>
360                 </property>
361                </item>
362               </widget>
363              </item>
364              <item row="0" column="1" colspan="3" >
365               <widget class="QComboBox" name="comboBox_2" >
366                <item>
367                 <property name="text" >
368                  <string>Front</string>
369                 </property>
370                </item>
371                <item>
372                 <property name="text" >
373                  <string>Rear</string>
374                 </property>
375                </item>
376                <item>
377                 <property name="text" >
378                  <string>Front+Rear</string>
379                 </property>
380                </item>
381               </widget>
382              </item>
383             </layout>
384            </widget>
385           </item>
386           <item>
387            <widget class="QGroupBox" name="instrument_options_group" >
388             <property name="title" >
389              <string>Instrument options</string>
390             </property>
391             <layout class="QVBoxLayout" name="verticalLayout_11" >
392              <item>
393               <widget class="QCheckBox" name="checkBox_6" >
394                <property name="text" >
395                 <string>Drive</string>
396                </property>
397               </widget>
398              </item>
399              <item>
400               <widget class="QCheckBox" name="checkBox_7" >
401                <property name="text" >
402                 <string>Limiter</string>
403                </property>
404               </widget>
405              </item>
406              <item>
407               <widget class="QCheckBox" name="checkBox_8" >
408                <property name="text" >
409                 <string>Speaker emulation</string>
410                </property>
411               </widget>
412              </item>
413              <item>
414               <spacer name="verticalSpacer_11" >
415                <property name="orientation" >
416                 <enum>Qt::Vertical</enum>
417                </property>
418                <property name="sizeHint" stdset="0" >
419                 <size>
420                  <width>20</width>
421                  <height>40</height>
422                 </size>
423                </property>
424               </spacer>
425              </item>
426             </layout>
427            </widget>
428           </item>
429          </layout>
430         </widget>
431        </item>
432        <item>
433         <widget class="QFrame" name="frame" >
434          <property name="sizePolicy" >
435           <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
436            <horstretch>0</horstretch>
437            <verstretch>0</verstretch>
438           </sizepolicy>
439          </property>
440          <property name="frameShape" >
441           <enum>QFrame::NoFrame</enum>
442          </property>
443          <property name="frameShadow" >
444           <enum>QFrame::Raised</enum>
445          </property>
446          <layout class="QHBoxLayout" name="horizontalLayout_2" >
447           <item>
448            <widget class="QGroupBox" name="spdif_in_group" >
449             <property name="title" >
450              <string>SPDIF in</string>
451             </property>
452             <layout class="QVBoxLayout" name="verticalLayout_2" >
453              <item>
454               <widget class="QRadioButton" name="radioButton" >
455                <property name="text" >
456                 <string>Optical</string>
457                </property>
458               </widget>
459              </item>
460              <item>
461               <widget class="QRadioButton" name="radioButton_2" >
462                <property name="text" >
463                 <string>Coax</string>
464                </property>
465               </widget>
466              </item>
467              <item>
468               <spacer name="verticalSpacer_7" >
469                <property name="orientation" >
470                 <enum>Qt::Vertical</enum>
471                </property>
472                <property name="sizeType" >
473                 <enum>QSizePolicy::MinimumExpanding</enum>
474                </property>
475                <property name="sizeHint" stdset="0" >
476                 <size>
477                  <width>20</width>
478                  <height>0</height>
479                 </size>
480                </property>
481               </spacer>
482              </item>
483             </layout>
484            </widget>
485           </item>
486           <item>
487            <widget class="QGroupBox" name="spdif_out_group" >
488             <property name="title" >
489              <string>SPDIF out</string>
490             </property>
491             <layout class="QGridLayout" name="gridLayout_6" >
492              <item row="0" column="0" >
493               <widget class="QCheckBox" name="checkBox" >
494                <property name="text" >
495                 <string>Optical</string>
496                </property>
497               </widget>
498              </item>
499              <item row="0" column="1" >
500               <widget class="QCheckBox" name="checkBox_3" >
501                <property name="text" >
502                 <string>Emphasis</string>
503                </property>
504               </widget>
505              </item>
506              <item row="1" column="0" >
507               <widget class="QCheckBox" name="checkBox_2" >
508                <property name="text" >
509                 <string>Professional</string>
510                </property>
511               </widget>
512              </item>
513              <item row="1" column="1" >
514               <widget class="QCheckBox" name="checkBox_4" >
515                <property name="text" >
516                 <string>Non-audio</string>
517                </property>
518               </widget>
519              </item>
520              <item row="2" column="0" >
521               <spacer name="verticalSpacer_8" >
522                <property name="orientation" >
523                 <enum>Qt::Vertical</enum>
524                </property>
525                <property name="sizeType" >
526                 <enum>QSizePolicy::MinimumExpanding</enum>
527                </property>
528                <property name="sizeHint" stdset="0" >
529                 <size>
530                  <width>20</width>
531                  <height>0</height>
532                 </size>
533                </property>
534               </spacer>
535              </item>
536             </layout>
537            </widget>
538           </item>
539           <item>
540            <widget class="QGroupBox" name="level_out_group" >
541             <property name="title" >
542              <string>Level out</string>
543             </property>
544             <layout class="QVBoxLayout" name="verticalLayout_9" >
545              <item>
546               <widget class="QRadioButton" name="radioButton_12" >
547                <property name="text" >
548                 <string>Hi gain</string>
549                </property>
550               </widget>
551              </item>
552              <item>
553               <widget class="QRadioButton" name="radioButton_13" >
554                <property name="text" >
555                 <string>+4 dBu</string>
556                </property>
557               </widget>
558              </item>
559              <item>
560               <widget class="QRadioButton" name="radioButton_14" >
561                <property name="text" >
562                 <string>-10 dBV</string>
563                </property>
564               </widget>
565              </item>
566              <item>
567               <spacer name="verticalSpacer_13" >
568                <property name="orientation" >
569                 <enum>Qt::Vertical</enum>
570                </property>
571                <property name="sizeType" >
572                 <enum>QSizePolicy::MinimumExpanding</enum>
573                </property>
574                <property name="sizeHint" stdset="0" >
575                 <size>
576                  <width>20</width>
577                  <height>0</height>
578                 </size>
579                </property>
580               </spacer>
581              </item>
582             </layout>
583            </widget>
584           </item>
585           <item>
586            <widget class="QGroupBox" name="phones_level_group" >
587             <property name="title" >
588              <string>Phones level</string>
589             </property>
590             <layout class="QVBoxLayout" name="verticalLayout_10" >
591              <item>
592               <widget class="QRadioButton" name="radioButton_15" >
593                <property name="text" >
594                 <string>Hi gain</string>
595                </property>
596               </widget>
597              </item>
598              <item>
599               <widget class="QRadioButton" name="radioButton_16" >
600                <property name="text" >
601                 <string>+4 dBU</string>
602                </property>
603               </widget>
604              </item>
605              <item>
606               <widget class="QRadioButton" name="radioButton_17" >
607                <property name="text" >
608                 <string>-10 dBV</string>
609                </property>
610               </widget>
611              </item>
612              <item>
613               <spacer name="verticalSpacer_14" >
614                <property name="orientation" >
615                 <enum>Qt::Vertical</enum>
616                </property>
617                <property name="sizeType" >
618                 <enum>QSizePolicy::MinimumExpanding</enum>
619                </property>
620                <property name="sizeHint" stdset="0" >
621                 <size>
622                  <width>20</width>
623                  <height>0</height>
624                 </size>
625                </property>
626               </spacer>
627              </item>
628             </layout>
629            </widget>
630           </item>
631          </layout>
632         </widget>
633        </item>
634        <item>
635         <widget class="QFrame" name="frame_2" >
636          <property name="frameShape" >
637           <enum>QFrame::NoFrame</enum>
638          </property>
639          <property name="frameShadow" >
640           <enum>QFrame::Raised</enum>
641          </property>
642          <layout class="QHBoxLayout" name="horizontalLayout" >
643           <item>
644            <widget class="QGroupBox" name="clock_mode_group" >
645             <property name="title" >
646              <string>Clock mode</string>
647             </property>
648             <layout class="QVBoxLayout" name="verticalLayout_3" >
649              <item>
650               <widget class="QRadioButton" name="radioButton_3" >
651                <property name="text" >
652                 <string>Autosync</string>
653                </property>
654               </widget>
655              </item>
656              <item>
657               <widget class="QRadioButton" name="radioButton_4" >
658                <property name="text" >
659                 <string>Master</string>
660                </property>
661               </widget>
662              </item>
663              <item>
664               <spacer name="verticalSpacer_2" >
665                <property name="orientation" >
666                 <enum>Qt::Vertical</enum>
667                </property>
668                <property name="sizeHint" stdset="0" >
669                 <size>
670                  <width>20</width>
671                  <height>40</height>
672                 </size>
673                </property>
674               </spacer>
675              </item>
676             </layout>
677            </widget>
678           </item>
679           <item>
680            <widget class="QGroupBox" name="sync_ref_group" >
681             <property name="title" >
682              <string>Pref sync ref</string>
683             </property>
684             <layout class="QVBoxLayout" name="verticalLayout_4" >
685              <item>
686               <widget class="QRadioButton" name="sync_ref_wordclk" >
687                <property name="text" >
688                 <string>Word clock</string>
689                </property>
690               </widget>
691              </item>
692              <item>
693               <widget class="QRadioButton" name="sync_ref_adat1" >
694                <property name="text" >
695                 <string>ADAT1 in</string>
696                </property>
697               </widget>
698              </item>
699              <item>
700               <widget class="QRadioButton" name="sync_ref_adat2" >
701                <property name="text" >
702                 <string>ADAT2 in</string>
703                </property>
704               </widget>
705              </item>
706              <item>
707               <widget class="QRadioButton" name="sync_ref_spdif" >
708                <property name="text" >
709                 <string>SPDIF in</string>
710                </property>
711               </widget>
712              </item>
713              <item>
714               <spacer name="verticalSpacer_15" >
715                <property name="orientation" >
716                 <enum>Qt::Vertical</enum>
717                </property>
718                <property name="sizeHint" stdset="0" >
719                 <size>
720                  <width>20</width>
721                  <height>0</height>
722                 </size>
723                </property>
724               </spacer>
725              </item>
726             </layout>
727            </widget>
728           </item>
729           <item>
730            <widget class="QGroupBox" name="sync_check_group" >
731             <property name="title" >
732              <string>Sync check</string>
733             </property>
734             <layout class="QGridLayout" name="gridLayout_2" >
735              <item row="0" column="0" >
736               <widget class="QLabel" name="label_5" >
737                <property name="text" >
738                 <string>Word</string>
739                </property>
740               </widget>
741              </item>
742              <item row="0" column="1" >
743               <widget class="QLabel" name="label_6" >
744                <property name="text" >
745                 <string>No lock</string>
746                </property>
747               </widget>
748              </item>
749              <item row="1" column="0" >
750               <widget class="QLabel" name="label_7" >
751                <property name="text" >
752                 <string>ADAT1</string>
753                </property>
754               </widget>
755              </item>
756              <item row="1" column="1" >
757               <widget class="QLabel" name="label_8" >
758                <property name="text" >
759                 <string>No lock</string>
760                </property>
761               </widget>
762              </item>
763              <item row="2" column="0" >
764               <widget class="QLabel" name="sync_check_adat2_label" >
765                <property name="text" >
766                 <string>ADAT2</string>
767                </property>
768               </widget>
769              </item>
770              <item row="2" column="1" >
771               <widget class="QLabel" name="sync_check_adat2_status" >
772                <property name="text" >
773                 <string>No lock</string>
774                </property>
775               </widget>
776              </item>
777              <item row="3" column="0" >
778               <widget class="QLabel" name="label_11" >
779                <property name="text" >
780                 <string>SPDIF</string>
781                </property>
782               </widget>
783              </item>
784              <item row="3" column="1" >
785               <widget class="QLabel" name="label_12" >
786                <property name="text" >
787                 <string>No lock</string>
788                </property>
789               </widget>
790              </item>
791              <item row="4" column="0" >
792               <spacer name="verticalSpacer_16" >
793                <property name="orientation" >
794                 <enum>Qt::Vertical</enum>
795                </property>
796                <property name="sizeHint" stdset="0" >
797                 <size>
798                  <width>20</width>
799                  <height>0</height>
800                 </size>
801                </property>
802               </spacer>
803              </item>
804             </layout>
805            </widget>
806           </item>
807           <item>
808            <widget class="QGroupBox" name="autosync_ref_group" >
809             <property name="title" >
810              <string>Autosync ref</string>
811             </property>
812             <layout class="QGridLayout" name="gridLayout" >
813              <item row="0" column="0" >
814               <widget class="QLabel" name="label" >
815                <property name="text" >
816                 <string>Input</string>
817                </property>
818               </widget>
819              </item>
820              <item row="0" column="1" >
821               <widget class="QLabel" name="label_2" >
822                <property name="text" >
823                 <string>[unset]</string>
824                </property>
825               </widget>
826              </item>
827              <item row="1" column="0" >
828               <widget class="QLabel" name="label_3" >
829                <property name="text" >
830                 <string>Frequency</string>
831                </property>
832               </widget>
833              </item>
834              <item row="1" column="1" >
835               <widget class="QLabel" name="label_4" >
836                <property name="text" >
837                 <string>[unset]</string>
838                </property>
839               </widget>
840              </item>
841              <item row="2" column="0" >
842               <spacer name="verticalSpacer" >
843                <property name="orientation" >
844                 <enum>Qt::Vertical</enum>
845                </property>
846                <property name="sizeHint" stdset="0" >
847                 <size>
848                  <width>20</width>
849                  <height>40</height>
850                 </size>
851                </property>
852               </spacer>
853              </item>
854             </layout>
855            </widget>
856           </item>
857          </layout>
858         </widget>
859        </item>
860        <item>
861         <widget class="QFrame" name="frame_3" >
862          <property name="sizePolicy" >
863           <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
864            <horstretch>0</horstretch>
865            <verstretch>0</verstretch>
866           </sizepolicy>
867          </property>
868          <property name="frameShape" >
869           <enum>QFrame::NoFrame</enum>
870          </property>
871          <property name="frameShadow" >
872           <enum>QFrame::Raised</enum>
873          </property>
874          <layout class="QHBoxLayout" name="horizontalLayout_3" >
875           <item>
876            <widget class="QGroupBox" name="groupBox_8" >
877             <property name="sizePolicy" >
878              <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
879               <horstretch>0</horstretch>
880               <verstretch>0</verstretch>
881              </sizepolicy>
882             </property>
883             <property name="title" >
884              <string>SPDIF frequency</string>
885             </property>
886             <layout class="QVBoxLayout" name="verticalLayout_7" >
887              <item>
888               <widget class="QLabel" name="label_13" >
889                <property name="text" >
890                 <string>48 kHz</string>
891                </property>
892               </widget>
893              </item>
894              <item>
895               <spacer name="verticalSpacer_3" >
896                <property name="orientation" >
897                 <enum>Qt::Vertical</enum>
898                </property>
899                <property name="sizeType" >
900                 <enum>QSizePolicy::MinimumExpanding</enum>
901                </property>
902                <property name="sizeHint" stdset="0" >
903                 <size>
904                  <width>20</width>
905                  <height>0</height>
906                 </size>
907                </property>
908               </spacer>
909              </item>
910             </layout>
911            </widget>
912           </item>
913           <item>
914            <widget class="QGroupBox" name="groupBox_9" >
915             <property name="sizePolicy" >
916              <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
917               <horstretch>0</horstretch>
918               <verstretch>0</verstretch>
919              </sizepolicy>
920             </property>
921             <property name="title" >
922              <string>Word clock</string>
923             </property>
924             <layout class="QVBoxLayout" name="verticalLayout_6" >
925              <item>
926               <widget class="QCheckBox" name="checkBox_5" >
927                <property name="text" >
928                 <string>Single speed</string>
929                </property>
930               </widget>
931              </item>
932              <item>
933               <spacer name="verticalSpacer_4" >
934                <property name="orientation" >
935                 <enum>Qt::Vertical</enum>
936                </property>
937                <property name="sizeType" >
938                 <enum>QSizePolicy::MinimumExpanding</enum>
939                </property>
940                <property name="sizeHint" stdset="0" >
941                 <size>
942                  <width>20</width>
943                  <height>0</height>
944                 </size>
945                </property>
946               </spacer>
947              </item>
948             </layout>
949            </widget>
950           </item>
951           <item>
952            <widget class="QGroupBox" name="groupBox_10" >
953             <property name="sizePolicy" >
954              <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
955               <horstretch>0</horstretch>
956               <verstretch>0</verstretch>
957              </sizepolicy>
958             </property>
959             <property name="title" >
960              <string>System clock</string>
961             </property>
962             <layout class="QGridLayout" name="gridLayout_3" >
963              <item row="0" column="0" >
964               <widget class="QLabel" name="label_14" >
965                <property name="text" >
966                 <string>Mode</string>
967                </property>
968               </widget>
969              </item>
970              <item row="0" column="1" >
971               <widget class="QLabel" name="label_15" >
972                <property name="text" >
973                 <string>Slave</string>
974                </property>
975               </widget>
976              </item>
977              <item row="1" column="0" >
978               <widget class="QLabel" name="label_16" >
979                <property name="text" >
980                 <string>Frequency</string>
981                </property>
982               </widget>
983              </item>
984              <item row="1" column="1" >
985               <widget class="QLabel" name="label_17" >
986                <property name="text" >
987                 <string>44100 kHz</string>
988                </property>
989               </widget>
990              </item>
991              <item row="2" column="1" >
992               <spacer name="verticalSpacer_5" >
993                <property name="orientation" >
994                 <enum>Qt::Vertical</enum>
995                </property>
996                <property name="sizeType" >
997                 <enum>QSizePolicy::MinimumExpanding</enum>
998                </property>
999                <property name="sizeHint" stdset="0" >
1000                 <size>
1001                  <width>20</width>
1002                  <height>0</height>
1003                 </size>
1004                </property>
1005               </spacer>
1006              </item>
1007             </layout>
1008            </widget>
1009           </item>
1010           <item>
1011            <widget class="QGroupBox" name="groupBox_16" >
1012             <property name="sizePolicy" >
1013              <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
1014               <horstretch>0</horstretch>
1015               <verstretch>0</verstretch>
1016              </sizepolicy>
1017             </property>
1018             <property name="title" >
1019              <string>Limit bandwidth</string>
1020             </property>
1021             <layout class="QVBoxLayout" name="verticalLayout_12" >
1022              <item>
1023               <widget class="QComboBox" name="comboBox" >
1024                <item>
1025                 <property name="text" >
1026                  <string>All channels</string>
1027                 </property>
1028                </item>
1029                <item>
1030                 <property name="text" >
1031                  <string>Analog + SPDIF</string>
1032                 </property>
1033                </item>
1034                <item>
1035                 <property name="text" >
1036                  <string>Analog 1-8</string>
1037                 </property>
1038                </item>
1039               </widget>
1040              </item>
1041              <item>
1042               <spacer name="verticalSpacer_6" >
1043                <property name="orientation" >
1044                 <enum>Qt::Vertical</enum>
1045                </property>
1046                <property name="sizeType" >
1047                 <enum>QSizePolicy::MinimumExpanding</enum>
1048                </property>
1049                <property name="sizeHint" stdset="0" >
1050                 <size>
1051                  <width>20</width>
1052                  <height>0</height>
1053                 </size>
1054                </property>
1055               </spacer>
1056              </item>
1057             </layout>
1058            </widget>
1059           </item>
1060          </layout>
1061         </widget>
1062        </item>
1063       </layout>
1064       <zorder>frame_4</zorder>
1065       <zorder>frame</zorder>
1066       <zorder>frame_2</zorder>
1067       <zorder>frame_3</zorder>
1068       <zorder>verticalSpacer_17</zorder>
1069       <zorder>frame_5</zorder>
1070      </widget>
1071      <widget class="QWidget" name="mixer" >
1072       <attribute name="title" >
1073        <string>Mixer</string>
1074       </attribute>
1075      </widget>
1076     </widget>
1077    </item>
1078   </layout>
1079   <zorder>tabWidget</zorder>
1080  </widget>
1081  <resources/>
1082  <connections/>
1083 </ui>
Note: See TracBrowser for help on using the browser.