root/branches/libffado-2.0/support/mixer-qt4/mixer_audiofire_settings.ui

Revision 1298, 3.4 kB (checked in by ppalmers, 4 years ago)

add Qt4 port of the mixer (only for audiofire and saffire ATM). needed since PyQt?3 doesn't support DBUS signals.

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>AfSettingsWidget</class>
20  <widget class="QWidget" name="AfSettingsWidget" >
21   <property name="geometry" >
22    <rect>
23     <x>0</x>
24     <y>0</y>
25     <width>192</width>
26     <height>239</height>
27    </rect>
28   </property>
29   <property name="windowTitle" >
30    <string>Form2</string>
31   </property>
32   <layout class="QVBoxLayout" >
33    <item>
34     <widget class="QGroupBox" name="groupBox" >
35      <property name="title" >
36       <string>S/PDIF Mode</string>
37      </property>
38      <layout class="QVBoxLayout" >
39       <item>
40        <widget class="QRadioButton" name="radioConsumer" >
41         <property name="text" >
42          <string>Consumer</string>
43         </property>
44        </widget>
45       </item>
46       <item>
47        <widget class="QRadioButton" name="radioProfessional" >
48         <property name="text" >
49          <string>Professional</string>
50         </property>
51        </widget>
52       </item>
53      </layout>
54     </widget>
55    </item>
56    <item>
57     <spacer>
58      <property name="orientation" >
59       <enum>Qt::Vertical</enum>
60      </property>
61      <property name="sizeType" >
62       <enum>QSizePolicy::Expanding</enum>
63      </property>
64      <property name="sizeHint" >
65       <size>
66        <width>41</width>
67        <height>16</height>
68       </size>
69      </property>
70     </spacer>
71    </item>
72    <item>
73     <widget class="QPushButton" name="btnPhantom" >
74      <property name="text" >
75       <string>Phantom Power</string>
76      </property>
77      <property name="checkable" >
78       <bool>true</bool>
79      </property>
80     </widget>
81    </item>
82    <item>
83     <spacer>
84      <property name="orientation" >
85       <enum>Qt::Vertical</enum>
86      </property>
87      <property name="sizeType" >
88       <enum>QSizePolicy::Expanding</enum>
89      </property>
90      <property name="sizeHint" >
91       <size>
92        <width>41</width>
93        <height>16</height>
94       </size>
95      </property>
96     </spacer>
97    </item>
98    <item>
99     <widget class="QPushButton" name="btnSaveSettings" >
100      <property name="text" >
101       <string>Save Settings to Device</string>
102      </property>
103     </widget>
104    </item>
105    <item>
106     <widget class="QPushButton" name="btnIdentify" >
107      <property name="text" >
108       <string>Identify Device</string>
109      </property>
110     </widget>
111    </item>
112    <item>
113     <spacer>
114      <property name="orientation" >
115       <enum>Qt::Vertical</enum>
116      </property>
117      <property name="sizeType" >
118       <enum>QSizePolicy::Expanding</enum>
119      </property>
120      <property name="sizeHint" >
121       <size>
122        <width>41</width>
123        <height>16</height>
124       </size>
125      </property>
126     </spacer>
127    </item>
128   </layout>
129  </widget>
130  <layoutdefault spacing="6" margin="11" />
131  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
132  <resources/>
133  <connections/>
134 </ui>
Note: See TracBrowser for help on using the browser.