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

Revision 2447, 4.3 kB (checked in by mocchi, 10 years ago)

[Qt4Mixer/MAudio] add mixer GUI for a part of M-Audio Firewire series

This mixer GUI give the functionality to control Volume, Mute, L/R balance, input/output routing, input/output mixing. Some functionalities are not supported, for example, headphone assignment.

This commit also obsolete current implementation for Ozonic because it is a lack of mixer routing.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MAudio_BeBoB_Input_Widget</class>
4  <widget class="QWidget" name="MAudio_BeBoB_Input_Widget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>100</width>
10     <height>253</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <property name="spacing">
21     <number>0</number>
22    </property>
23    <item row="1" column="0">
24     <widget class="QSlider" name="l_sld">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="minimumSize">
32       <size>
33        <width>0</width>
34        <height>40</height>
35       </size>
36      </property>
37      <property name="singleStep">
38       <number>10</number>
39      </property>
40      <property name="orientation">
41       <enum>Qt::Vertical</enum>
42      </property>
43      <property name="tickPosition">
44       <enum>QSlider::NoTicks</enum>
45      </property>
46      <property name="tickInterval">
47       <number>50</number>
48      </property>
49     </widget>
50    </item>
51    <item row="0" column="0" colspan="2">
52     <widget class="QLabel" name="name">
53      <property name="font">
54       <font>
55        <pointsize>10</pointsize>
56       </font>
57      </property>
58      <property name="text">
59       <string>name</string>
60      </property>
61      <property name="alignment">
62       <set>Qt::AlignCenter</set>
63      </property>
64     </widget>
65    </item>
66    <item row="1" column="1">
67     <widget class="QSlider" name="r_sld">
68      <property name="sizePolicy">
69       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
70        <horstretch>0</horstretch>
71        <verstretch>0</verstretch>
72       </sizepolicy>
73      </property>
74      <property name="minimumSize">
75       <size>
76        <width>0</width>
77        <height>100</height>
78       </size>
79      </property>
80      <property name="orientation">
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="tickPosition">
84       <enum>QSlider::NoTicks</enum>
85      </property>
86      <property name="tickInterval">
87       <number>50</number>
88      </property>
89     </widget>
90    </item>
91    <item row="5" column="0">
92     <widget class="QDial" name="l_pan">
93      <property name="minimumSize">
94       <size>
95        <width>0</width>
96        <height>0</height>
97       </size>
98      </property>
99      <property name="maximumSize">
100       <size>
101        <width>16777215</width>
102        <height>40</height>
103       </size>
104      </property>
105      <property name="notchTarget">
106       <double>25.000000000000000</double>
107      </property>
108      <property name="notchesVisible">
109       <bool>true</bool>
110      </property>
111     </widget>
112    </item>
113    <item row="5" column="1">
114     <widget class="QDial" name="r_pan">
115      <property name="minimumSize">
116       <size>
117        <width>0</width>
118        <height>0</height>
119       </size>
120      </property>
121      <property name="maximumSize">
122       <size>
123        <width>16777215</width>
124        <height>40</height>
125       </size>
126      </property>
127      <property name="notchTarget">
128       <double>25.000000000000000</double>
129      </property>
130      <property name="notchesVisible">
131       <bool>true</bool>
132      </property>
133     </widget>
134    </item>
135    <item row="3" column="0" colspan="2">
136     <widget class="QToolButton" name="link">
137      <property name="sizePolicy">
138       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
139        <horstretch>0</horstretch>
140        <verstretch>0</verstretch>
141       </sizepolicy>
142      </property>
143      <property name="text">
144       <string>Link</string>
145      </property>
146      <property name="checkable">
147       <bool>true</bool>
148      </property>
149     </widget>
150    </item>
151    <item row="4" column="0" colspan="2">
152     <widget class="QToolButton" name="mute">
153      <property name="sizePolicy">
154       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
155        <horstretch>0</horstretch>
156        <verstretch>0</verstretch>
157       </sizepolicy>
158      </property>
159      <property name="text">
160       <string>Mute</string>
161      </property>
162      <property name="checkable">
163       <bool>true</bool>
164      </property>
165     </widget>
166    </item>
167   </layout>
168  </widget>
169  <resources/>
170  <connections/>
171 </ui>
Note: See TracBrowser for help on using the browser.