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

Revision 1298, 5.7 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>AfMonitorWidget</class>
20  <widget class="QWidget" name="AfMonitorWidget" >
21   <property name="geometry" >
22    <rect>
23     <x>0</x>
24     <y>0</y>
25     <width>152</width>
26     <height>293</height>
27    </rect>
28   </property>
29   <property name="windowTitle" >
30    <string>Form1</string>
31   </property>
32   <layout class="QVBoxLayout" >
33    <item>
34     <layout class="QVBoxLayout" >
35      <item>
36       <widget class="QLabel" name="lblName" >
37        <property name="text" >
38         <string>Name</string>
39        </property>
40        <property name="alignment" >
41         <set>Qt::AlignCenter</set>
42        </property>
43        <property name="wordWrap" >
44         <bool>false</bool>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <layout class="QHBoxLayout" >
50        <item>
51         <layout class="QVBoxLayout" >
52          <item>
53           <widget class="QDial" name="rotPan0" >
54            <property name="sizePolicy" >
55             <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
56              <horstretch>0</horstretch>
57              <verstretch>0</verstretch>
58             </sizepolicy>
59            </property>
60            <property name="maximum" >
61             <number>255</number>
62            </property>
63           </widget>
64          </item>
65          <item>
66           <widget class="QPushButton" name="btnSolo0" >
67            <property name="text" >
68             <string>Solo</string>
69            </property>
70            <property name="checkable" >
71             <bool>true</bool>
72            </property>
73           </widget>
74          </item>
75          <item>
76           <widget class="QPushButton" name="btnMute0" >
77            <property name="text" >
78             <string>&amp;Mute</string>
79            </property>
80            <property name="shortcut" >
81             <string>Alt+M</string>
82            </property>
83            <property name="checkable" >
84             <bool>true</bool>
85            </property>
86           </widget>
87          </item>
88          <item>
89           <widget class="QSlider" name="sldGain0" >
90            <property name="sizePolicy" >
91             <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
92              <horstretch>0</horstretch>
93              <verstretch>0</verstretch>
94             </sizepolicy>
95            </property>
96            <property name="minimum" >
97             <number>0</number>
98            </property>
99            <property name="maximum" >
100             <number>16777216</number>
101            </property>
102            <property name="singleStep" >
103             <number>1048576</number>
104            </property>
105            <property name="pageStep" >
106             <number>262144</number>
107            </property>
108            <property name="orientation" >
109             <enum>Qt::Vertical</enum>
110            </property>
111            <property name="tickInterval" >
112             <number>1048576</number>
113            </property>
114           </widget>
115          </item>
116         </layout>
117        </item>
118        <item>
119         <layout class="QVBoxLayout" >
120          <item>
121           <widget class="QDial" name="rotPan1" >
122            <property name="sizePolicy" >
123             <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
124              <horstretch>0</horstretch>
125              <verstretch>0</verstretch>
126             </sizepolicy>
127            </property>
128            <property name="maximum" >
129             <number>255</number>
130            </property>
131           </widget>
132          </item>
133          <item>
134           <widget class="QPushButton" name="btnSolo1" >
135            <property name="text" >
136             <string>Solo</string>
137            </property>
138            <property name="checkable" >
139             <bool>true</bool>
140            </property>
141           </widget>
142          </item>
143          <item>
144           <widget class="QPushButton" name="btnMute1" >
145            <property name="text" >
146             <string>Mute</string>
147            </property>
148            <property name="checkable" >
149             <bool>true</bool>
150            </property>
151           </widget>
152          </item>
153          <item>
154           <widget class="QSlider" name="sldGain1" >
155            <property name="sizePolicy" >
156             <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
157              <horstretch>0</horstretch>
158              <verstretch>0</verstretch>
159             </sizepolicy>
160            </property>
161            <property name="minimum" >
162             <number>0</number>
163            </property>
164            <property name="maximum" >
165             <number>16777216</number>
166            </property>
167            <property name="singleStep" >
168             <number>1048576</number>
169            </property>
170            <property name="pageStep" >
171             <number>262144</number>
172            </property>
173            <property name="orientation" >
174             <enum>Qt::Vertical</enum>
175            </property>
176            <property name="tickInterval" >
177             <number>1048576</number>
178            </property>
179           </widget>
180          </item>
181         </layout>
182        </item>
183       </layout>
184      </item>
185     </layout>
186    </item>
187   </layout>
188  </widget>
189  <layoutdefault spacing="6" margin="11" />
190  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
191  <resources/>
192  <connections/>
193 </ui>
Note: See TracBrowser for help on using the browser.