root/trunk/libffado/support/mixer/mixer_audiofire_settings.ui

Revision 1336, 5.5 kB (checked in by ppalmers, 15 years ago)

Bring trunk up to date with branches/libffado-2.0:

"""
svn merge -r 1254:1299 svn+ssh://ffadosvn@ffado.org/ffado/branches/libffado-2.0
svn merge -r 1301:1320 svn+ssh://ffadosvn@ffado.org/ffado/branches/libffado-2.0
svn merge -r 1322:1323 svn+ssh://ffadosvn@ffado.org/ffado/branches/libffado-2.0
svn merge -r 1329:HEAD svn+ssh://ffadosvn@ffado.org/ffado/branches/libffado-2.0
"""

Add getSupportedSamplingFrequencies() to DICE, RME and Metric Halo AvDevices?

Line 
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>AfSettingsWidget</class>
3 <comment>Copyright (C) 2005-2008 by Pieter Palmers
4        
5         This file is part of FFADO
6         FFADO = Free Firewire (pro-)audio drivers for linux
7        
8         FFADO is based upon FreeBoB.
9        
10         This program is free software: you can redistribute it and/or modify
11         it under the terms of the GNU General Public License as published by
12         the Free Software Foundation, either version 2 of the License, or
13         (at your option) version 3 of the License.
14        
15         This program is distributed in the hope that it will be useful,
16         but WITHOUT ANY WARRANTY; without even the implied warranty of
17         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18         GNU General Public License for more details.
19 </comment>
20 <widget class="QWidget">
21     <property name="name">
22         <cstring>AfSettingsWidget</cstring>
23     </property>
24     <property name="geometry">
25         <rect>
26             <x>0</x>
27             <y>0</y>
28             <width>220</width>
29             <height>234</height>
30         </rect>
31     </property>
32     <property name="caption">
33         <string>Form2</string>
34     </property>
35     <vbox>
36         <property name="name">
37             <cstring>unnamed</cstring>
38         </property>
39         <widget class="QButtonGroup">
40             <property name="name">
41                 <cstring>buttonGroup1</cstring>
42             </property>
43             <property name="title">
44                 <string>S/PDIF Mode</string>
45             </property>
46             <property name="exclusive">
47                 <bool>true</bool>
48             </property>
49             <property name="selectedId" stdset="0">
50                 <number>0</number>
51             </property>
52             <vbox>
53                 <property name="name">
54                     <cstring>unnamed</cstring>
55                 </property>
56                 <widget class="QPushButton">
57                     <property name="name">
58                         <cstring>btnConsumer</cstring>
59                     </property>
60                     <property name="text">
61                         <string>Consumer</string>
62                     </property>
63                     <property name="toggleButton">
64                         <bool>true</bool>
65                     </property>
66                     <property name="buttonGroupId">
67                         <number>0</number>
68                     </property>
69                 </widget>
70                 <widget class="QPushButton">
71                     <property name="name">
72                         <cstring>btnProfessional</cstring>
73                     </property>
74                     <property name="text">
75                         <string>Professional</string>
76                     </property>
77                     <property name="toggleButton">
78                         <bool>true</bool>
79                     </property>
80                     <property name="buttonGroupId">
81                         <number>1</number>
82                     </property>
83                 </widget>
84             </vbox>
85         </widget>
86         <spacer>
87             <property name="name">
88                 <cstring>spacer2_2_2</cstring>
89             </property>
90             <property name="orientation">
91                 <enum>Vertical</enum>
92             </property>
93             <property name="sizeType">
94                 <enum>Expanding</enum>
95             </property>
96             <property name="sizeHint">
97                 <size>
98                     <width>41</width>
99                     <height>8</height>
100                 </size>
101             </property>
102         </spacer>
103         <widget class="QPushButton">
104             <property name="name">
105                 <cstring>btnPhantom</cstring>
106             </property>
107             <property name="text">
108                 <string>Phantom Power</string>
109             </property>
110             <property name="toggleButton">
111                 <bool>true</bool>
112             </property>
113         </widget>
114         <spacer>
115             <property name="name">
116                 <cstring>spacer2_2</cstring>
117             </property>
118             <property name="orientation">
119                 <enum>Vertical</enum>
120             </property>
121             <property name="sizeType">
122                 <enum>Expanding</enum>
123             </property>
124             <property name="sizeHint">
125                 <size>
126                     <width>41</width>
127                     <height>16</height>
128                 </size>
129             </property>
130         </spacer>
131         <widget class="QPushButton">
132             <property name="name">
133                 <cstring>btnSaveSettings</cstring>
134             </property>
135             <property name="text">
136                 <string>Save Settings to Device</string>
137             </property>
138         </widget>
139         <widget class="QPushButton">
140             <property name="name">
141                 <cstring>btnIdentify</cstring>
142             </property>
143             <property name="text">
144                 <string>Identify Device</string>
145             </property>
146         </widget>
147         <spacer>
148             <property name="name">
149                 <cstring>spacer2</cstring>
150             </property>
151             <property name="orientation">
152                 <enum>Vertical</enum>
153             </property>
154             <property name="sizeType">
155                 <enum>Expanding</enum>
156             </property>
157             <property name="sizeHint">
158                 <size>
159                     <width>41</width>
160                     <height>30</height>
161                 </size>
162             </property>
163         </spacer>
164     </vbox>
165 </widget>
166 <layoutdefaults spacing="6" margin="11"/>
167 </UI>
Note: See TracBrowser for help on using the browser.