root/trunk/libffado/support/mixer-qt4/ffado/mixer/quatafire.ui

Revision 1640, 20.6 kB (checked in by arnonym, 15 years ago)

Make it more pythonic.

All ffado stuff is now in packages getting installed to the official python dirs. Ideally this would allow other apps to use the stuff from us.

Maybe the generic widgets (that are used by multiple mixers) should go into ffado/widgets...

  • Property svn:mergeinfo set to
Line 
1 <ui version="4.0" >
2  <comment>Copyright (C) 2005-2008 by Pieter Palmers
3        
4         This file is part of FFADO
5         FFADO = Free Firewire (pro-)audio drivers for linux
6        
7         FFADO is based upon FreeBoB.
8        
9         This program is free software: you can redistribute it and/or modify
10         it under the terms of the GNU General Public License as published by
11         the Free Software Foundation, either version 2 of the License, or
12         (at your option) version 3 of the License.
13        
14         This program is distributed in the hope that it will be useful,
15         but WITHOUT ANY WARRANTY; without even the implied warranty of
16         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17         GNU General Public License for more details.
18 </comment>
19  <class>QuataFireMixerUI</class>
20  <widget class="QWidget" name="QuataFireMixerUI" >
21   <property name="geometry" >
22    <rect>
23     <x>0</x>
24     <y>0</y>
25     <width>702</width>
26     <height>360</height>
27    </rect>
28   </property>
29   <property name="sizePolicy" >
30    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
31     <horstretch>0</horstretch>
32     <verstretch>0</verstretch>
33    </sizepolicy>
34   </property>
35   <property name="windowTitle" >
36    <string>ESI QuataFire610 Mixer</string>
37   </property>
38   <layout class="QGridLayout" >
39    <item row="0" column="0" >
40     <widget class="QGroupBox" name="groupBox2" >
41      <property name="title" >
42       <string>Input Mix</string>
43      </property>
44      <layout class="QGridLayout" >
45       <item row="0" column="0" >
46        <layout class="QVBoxLayout" >
47         <item>
48          <spacer>
49           <property name="orientation" >
50            <enum>Qt::Vertical</enum>
51           </property>
52           <property name="sizeHint" >
53            <size>
54             <width>20</width>
55             <height>40</height>
56            </size>
57           </property>
58          </spacer>
59         </item>
60         <item>
61          <widget class="QSlider" name="sldCh1" >
62           <property name="sizePolicy" >
63            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
64             <horstretch>0</horstretch>
65             <verstretch>0</verstretch>
66            </sizepolicy>
67           </property>
68           <property name="minimum" >
69            <number>0</number>
70           </property>
71           <property name="maximum" >
72            <number>32767</number>
73           </property>
74           <property name="singleStep" >
75            <number>10000</number>
76           </property>
77           <property name="pageStep" >
78            <number>1000</number>
79           </property>
80           <property name="orientation" >
81            <enum>Qt::Vertical</enum>
82           </property>
83           <property name="tickInterval" >
84            <number>10000</number>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <widget class="QLabel" name="textLabel1" >
90           <property name="text" >
91            <string>MIC1</string>
92           </property>
93           <property name="alignment" >
94            <set>Qt::AlignCenter</set>
95           </property>
96           <property name="wordWrap" >
97            <bool>false</bool>
98           </property>
99          </widget>
100         </item>
101        </layout>
102       </item>
103       <item row="0" column="1" >
104        <layout class="QVBoxLayout" >
105         <item>
106          <spacer>
107           <property name="orientation" >
108            <enum>Qt::Vertical</enum>
109           </property>
110           <property name="sizeHint" >
111            <size>
112             <width>20</width>
113             <height>40</height>
114            </size>
115           </property>
116          </spacer>
117         </item>
118         <item>
119          <widget class="QSlider" name="sldCh2" >
120           <property name="sizePolicy" >
121            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
122             <horstretch>0</horstretch>
123             <verstretch>0</verstretch>
124            </sizepolicy>
125           </property>
126           <property name="minimum" >
127            <number>0</number>
128           </property>
129           <property name="maximum" >
130            <number>32767</number>
131           </property>
132           <property name="singleStep" >
133            <number>10000</number>
134           </property>
135           <property name="pageStep" >
136            <number>1000</number>
137           </property>
138           <property name="orientation" >
139            <enum>Qt::Vertical</enum>
140           </property>
141           <property name="tickInterval" >
142            <number>10000</number>
143           </property>
144          </widget>
145         </item>
146         <item>
147          <widget class="QLabel" name="textLabel1_2" >
148           <property name="text" >
149            <string>MIC2</string>
150           </property>
151           <property name="alignment" >
152            <set>Qt::AlignCenter</set>
153           </property>
154           <property name="wordWrap" >
155            <bool>false</bool>
156           </property>
157          </widget>
158         </item>
159        </layout>
160       </item>
161       <item row="0" column="2" >
162        <layout class="QVBoxLayout" >
163         <item>
164          <widget class="QDial" name="dialCh34" >
165           <property name="minimum" >
166            <number>-32768</number>
167           </property>
168           <property name="maximum" >
169            <number>32768</number>
170           </property>
171           <property name="singleStep" >
172            <number>1000</number>
173           </property>
174           <property name="pageStep" >
175            <number>10000</number>
176           </property>
177          </widget>
178         </item>
179         <item>
180          <widget class="QSlider" name="sldCh34" >
181           <property name="sizePolicy" >
182            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
183             <horstretch>0</horstretch>
184             <verstretch>0</verstretch>
185            </sizepolicy>
186           </property>
187           <property name="minimum" >
188            <number>0</number>
189           </property>
190           <property name="maximum" >
191            <number>32767</number>
192           </property>
193           <property name="singleStep" >
194            <number>10000</number>
195           </property>
196           <property name="pageStep" >
197            <number>1000</number>
198           </property>
199           <property name="orientation" >
200            <enum>Qt::Vertical</enum>
201           </property>
202           <property name="tickInterval" >
203            <number>10000</number>
204           </property>
205          </widget>
206         </item>
207         <item>
208          <widget class="QLabel" name="textLabel1_3" >
209           <property name="text" >
210            <string>IN3/4</string>
211           </property>
212           <property name="alignment" >
213            <set>Qt::AlignCenter</set>
214           </property>
215           <property name="wordWrap" >
216            <bool>false</bool>
217           </property>
218          </widget>
219         </item>
220        </layout>
221       </item>
222       <item row="0" column="3" >
223        <layout class="QVBoxLayout" >
224         <item>
225          <widget class="QDial" name="dialCh56" >
226           <property name="minimum" >
227            <number>-32768</number>
228           </property>
229           <property name="maximum" >
230            <number>32768</number>
231           </property>
232           <property name="singleStep" >
233            <number>1000</number>
234           </property>
235           <property name="pageStep" >
236            <number>10000</number>
237           </property>
238          </widget>
239         </item>
240         <item>
241          <widget class="QSlider" name="sldCh56" >
242           <property name="sizePolicy" >
243            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
244             <horstretch>0</horstretch>
245             <verstretch>0</verstretch>
246            </sizepolicy>
247           </property>
248           <property name="minimum" >
249            <number>0</number>
250           </property>
251           <property name="maximum" >
252            <number>32767</number>
253           </property>
254           <property name="singleStep" >
255            <number>10000</number>
256           </property>
257           <property name="pageStep" >
258            <number>1000</number>
259           </property>
260           <property name="orientation" >
261            <enum>Qt::Vertical</enum>
262           </property>
263           <property name="tickInterval" >
264            <number>10000</number>
265           </property>
266          </widget>
267         </item>
268         <item>
269          <widget class="QLabel" name="textLabel1_3_2" >
270           <property name="text" >
271            <string>IN5/6</string>
272           </property>
273           <property name="alignment" >
274            <set>Qt::AlignCenter</set>
275           </property>
276           <property name="wordWrap" >
277            <bool>false</bool>
278           </property>
279          </widget>
280         </item>
281        </layout>
282       </item>
283      </layout>
284     </widget>
285    </item>
286    <item row="0" column="1" >
287     <widget class="QGroupBox" name="groupBox4" >
288      <property name="title" >
289       <string>Channel Volume Control</string>
290      </property>
291      <layout class="QVBoxLayout" >
292       <item>
293        <layout class="QGridLayout" >
294         <item row="0" column="0" >
295          <widget class="QSlider" name="sldDawAll" >
296           <property name="sizePolicy" >
297            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
298             <horstretch>0</horstretch>
299             <verstretch>0</verstretch>
300            </sizepolicy>
301           </property>
302           <property name="minimum" >
303            <number>0</number>
304           </property>
305           <property name="maximum" >
306            <number>32767</number>
307           </property>
308           <property name="singleStep" >
309            <number>10000</number>
310           </property>
311           <property name="pageStep" >
312            <number>1000</number>
313           </property>
314           <property name="orientation" >
315            <enum>Qt::Vertical</enum>
316           </property>
317           <property name="tickInterval" >
318            <number>10000</number>
319           </property>
320          </widget>
321         </item>
322         <item row="0" column="1" >
323          <widget class="QSlider" name="sldDawCH1" >
324           <property name="sizePolicy" >
325            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
326             <horstretch>0</horstretch>
327             <verstretch>0</verstretch>
328            </sizepolicy>
329           </property>
330           <property name="minimum" >
331            <number>0</number>
332           </property>
333           <property name="maximum" >
334            <number>32767</number>
335           </property>
336           <property name="singleStep" >
337            <number>10000</number>
338           </property>
339           <property name="pageStep" >
340            <number>1000</number>
341           </property>
342           <property name="orientation" >
343            <enum>Qt::Vertical</enum>
344           </property>
345           <property name="tickInterval" >
346            <number>10000</number>
347           </property>
348          </widget>
349         </item>
350         <item row="0" column="2" >
351          <widget class="QSlider" name="sldDawCH2" >
352           <property name="sizePolicy" >
353            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
354             <horstretch>0</horstretch>
355             <verstretch>0</verstretch>
356            </sizepolicy>
357           </property>
358           <property name="minimum" >
359            <number>0</number>
360           </property>
361           <property name="maximum" >
362            <number>32767</number>
363           </property>
364           <property name="singleStep" >
365            <number>10000</number>
366           </property>
367           <property name="pageStep" >
368            <number>1000</number>
369           </property>
370           <property name="orientation" >
371            <enum>Qt::Vertical</enum>
372           </property>
373           <property name="tickInterval" >
374            <number>10000</number>
375           </property>
376          </widget>
377         </item>
378         <item row="0" column="3" >
379          <widget class="QSlider" name="sldDawCH3" >
380           <property name="sizePolicy" >
381            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
382             <horstretch>0</horstretch>
383             <verstretch>0</verstretch>
384            </sizepolicy>
385           </property>
386           <property name="minimum" >
387            <number>0</number>
388           </property>
389           <property name="maximum" >
390            <number>32767</number>
391           </property>
392           <property name="singleStep" >
393            <number>10000</number>
394           </property>
395           <property name="pageStep" >
396            <number>1000</number>
397           </property>
398           <property name="orientation" >
399            <enum>Qt::Vertical</enum>
400           </property>
401           <property name="tickInterval" >
402            <number>10000</number>
403           </property>
404          </widget>
405         </item>
406         <item row="0" column="4" >
407          <widget class="QSlider" name="sldDawCH4" >
408           <property name="sizePolicy" >
409            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
410             <horstretch>0</horstretch>
411             <verstretch>0</verstretch>
412            </sizepolicy>
413           </property>
414           <property name="minimum" >
415            <number>0</number>
416           </property>
417           <property name="maximum" >
418            <number>32767</number>
419           </property>
420           <property name="singleStep" >
421            <number>10000</number>
422           </property>
423           <property name="pageStep" >
424            <number>1000</number>
425           </property>
426           <property name="orientation" >
427            <enum>Qt::Vertical</enum>
428           </property>
429           <property name="tickInterval" >
430            <number>10000</number>
431           </property>
432          </widget>
433         </item>
434         <item row="0" column="5" >
435          <widget class="QSlider" name="sldDawCH5" >
436           <property name="sizePolicy" >
437            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
438             <horstretch>0</horstretch>
439             <verstretch>0</verstretch>
440            </sizepolicy>
441           </property>
442           <property name="minimum" >
443            <number>0</number>
444           </property>
445           <property name="maximum" >
446            <number>32767</number>
447           </property>
448           <property name="singleStep" >
449            <number>10000</number>
450           </property>
451           <property name="pageStep" >
452            <number>1000</number>
453           </property>
454           <property name="orientation" >
455            <enum>Qt::Vertical</enum>
456           </property>
457           <property name="tickInterval" >
458            <number>10000</number>
459           </property>
460          </widget>
461         </item>
462         <item row="0" column="6" >
463          <widget class="QSlider" name="sldDawCH6" >
464           <property name="sizePolicy" >
465            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
466             <horstretch>0</horstretch>
467             <verstretch>0</verstretch>
468            </sizepolicy>
469           </property>
470           <property name="minimum" >
471            <number>0</number>
472           </property>
473           <property name="maximum" >
474            <number>32767</number>
475           </property>
476           <property name="singleStep" >
477            <number>10000</number>
478           </property>
479           <property name="pageStep" >
480            <number>1000</number>
481           </property>
482           <property name="orientation" >
483            <enum>Qt::Vertical</enum>
484           </property>
485           <property name="tickInterval" >
486            <number>10000</number>
487           </property>
488          </widget>
489         </item>
490         <item row="0" column="7" >
491          <widget class="QSlider" name="sldDawCH7" >
492           <property name="sizePolicy" >
493            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
494             <horstretch>0</horstretch>
495             <verstretch>0</verstretch>
496            </sizepolicy>
497           </property>
498           <property name="minimum" >
499            <number>0</number>
500           </property>
501           <property name="maximum" >
502            <number>32767</number>
503           </property>
504           <property name="singleStep" >
505            <number>10000</number>
506           </property>
507           <property name="pageStep" >
508            <number>1000</number>
509           </property>
510           <property name="orientation" >
511            <enum>Qt::Vertical</enum>
512           </property>
513           <property name="tickInterval" >
514            <number>10000</number>
515           </property>
516          </widget>
517         </item>
518         <item row="0" column="8" >
519          <widget class="QSlider" name="sldDawCH8" >
520           <property name="sizePolicy" >
521            <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
522             <horstretch>0</horstretch>
523             <verstretch>0</verstretch>
524            </sizepolicy>
525           </property>
526           <property name="minimum" >
527            <number>0</number>
528           </property>
529           <property name="maximum" >
530            <number>32767</number>
531           </property>
532           <property name="singleStep" >
533            <number>10000</number>
534           </property>
535           <property name="pageStep" >
536            <number>1000</number>
537           </property>
538           <property name="orientation" >
539            <enum>Qt::Vertical</enum>
540           </property>
541           <property name="tickInterval" >
542            <number>10000</number>
543           </property>
544          </widget>
545         </item>
546         <item row="1" column="0" >
547          <widget class="QLabel" name="textLabel1_4" >
548           <property name="text" >
549            <string>ALL</string>
550           </property>
551           <property name="alignment" >
552            <set>Qt::AlignCenter</set>
553           </property>
554           <property name="wordWrap" >
555            <bool>false</bool>
556           </property>
557          </widget>
558         </item>
559         <item row="1" column="1" >
560          <widget class="QLabel" name="textLabel1_4_2" >
561           <property name="text" >
562            <string>CH1</string>
563           </property>
564           <property name="alignment" >
565            <set>Qt::AlignCenter</set>
566           </property>
567           <property name="wordWrap" >
568            <bool>false</bool>
569           </property>
570          </widget>
571         </item>
572         <item row="1" column="2" >
573          <widget class="QLabel" name="textLabel1_4_3" >
574           <property name="text" >
575            <string>CH2</string>
576           </property>
577           <property name="alignment" >
578            <set>Qt::AlignCenter</set>
579           </property>
580           <property name="wordWrap" >
581            <bool>false</bool>
582           </property>
583          </widget>
584         </item>
585         <item row="1" column="3" >
586          <widget class="QLabel" name="textLabel1_4_2_2" >
587           <property name="text" >
588            <string>CH3</string>
589           </property>
590           <property name="alignment" >
591            <set>Qt::AlignCenter</set>
592           </property>
593           <property name="wordWrap" >
594            <bool>false</bool>
595           </property>
596          </widget>
597         </item>
598         <item row="1" column="4" >
599          <widget class="QLabel" name="textLabel1_4_4" >
600           <property name="text" >
601            <string>CH4</string>
602           </property>
603           <property name="alignment" >
604            <set>Qt::AlignCenter</set>
605           </property>
606           <property name="wordWrap" >
607            <bool>false</bool>
608           </property>
609          </widget>
610         </item>
611         <item row="1" column="5" >
612          <widget class="QLabel" name="textLabel1_4_2_3" >
613           <property name="text" >
614            <string>CH5</string>
615           </property>
616           <property name="alignment" >
617            <set>Qt::AlignCenter</set>
618           </property>
619           <property name="wordWrap" >
620            <bool>false</bool>
621           </property>
622          </widget>
623         </item>
624         <item row="1" column="6" >
625          <widget class="QLabel" name="textLabel1_4_3_2" >
626           <property name="text" >
627            <string>CH6</string>
628           </property>
629           <property name="alignment" >
630            <set>Qt::AlignCenter</set>
631           </property>
632           <property name="wordWrap" >
633            <bool>false</bool>
634           </property>
635          </widget>
636         </item>
637         <item row="1" column="7" >
638          <widget class="QLabel" name="textLabel1_4_2_2_2" >
639           <property name="text" >
640            <string>CH7</string>
641           </property>
642           <property name="alignment" >
643            <set>Qt::AlignCenter</set>
644           </property>
645           <property name="wordWrap" >
646            <bool>false</bool>
647           </property>
648          </widget>
649         </item>
650         <item row="1" column="8" >
651          <widget class="QLabel" name="textLabel1_4_2_2_2_2" >
652           <property name="text" >
653            <string>CH8</string>
654           </property>
655           <property name="alignment" >
656            <set>Qt::AlignCenter</set>
657           </property>
658           <property name="wordWrap" >
659            <bool>false</bool>
660           </property>
661          </widget>
662         </item>
663        </layout>
664       </item>
665      </layout>
666     </widget>
667    </item>
668   </layout>
669  </widget>
670  <layoutdefault spacing="6" margin="11" />
671  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
672  <resources/>
673  <connections/>
674 </ui>
Note: See TracBrowser for help on using the browser.