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

Revision 2447, 3.2 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_Output_Widget</class>
4  <widget class="QWidget" name="MAudio_BeBoB_Output_Widget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>94</width>
10     <height>250</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <property name="spacing">
21     <number>0</number>
22    </property>
23    <item row="0" column="0" colspan="2">
24     <widget class="QLabel" name="name">
25      <property name="text">
26       <string>name</string>
27      </property>
28      <property name="alignment">
29       <set>Qt::AlignCenter</set>
30      </property>
31     </widget>
32    </item>
33    <item row="3" column="0">
34     <widget class="QSlider" name="l_sld">
35      <property name="sizePolicy">
36       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="minimumSize">
42       <size>
43        <width>0</width>
44        <height>100</height>
45       </size>
46      </property>
47      <property name="orientation">
48       <enum>Qt::Vertical</enum>
49      </property>
50      <property name="tickPosition">
51       <enum>QSlider::NoTicks</enum>
52      </property>
53      <property name="tickInterval">
54       <number>50</number>
55      </property>
56     </widget>
57    </item>
58    <item row="3" column="1">
59     <widget class="QSlider" name="r_sld">
60      <property name="sizePolicy">
61       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="minimumSize">
67       <size>
68        <width>0</width>
69        <height>100</height>
70       </size>
71      </property>
72      <property name="orientation">
73       <enum>Qt::Vertical</enum>
74      </property>
75      <property name="tickPosition">
76       <enum>QSlider::NoTicks</enum>
77      </property>
78      <property name="tickInterval">
79       <number>50</number>
80      </property>
81     </widget>
82    </item>
83    <item row="1" column="0" colspan="2">
84     <widget class="QComboBox" name="cmb_src"/>
85    </item>
86    <item row="5" column="0" colspan="2">
87     <widget class="QToolButton" name="mute">
88      <property name="sizePolicy">
89       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
90        <horstretch>0</horstretch>
91        <verstretch>0</verstretch>
92       </sizepolicy>
93      </property>
94      <property name="text">
95       <string>Mute</string>
96      </property>
97      <property name="checkable">
98       <bool>true</bool>
99      </property>
100     </widget>
101    </item>
102    <item row="4" column="0" colspan="2">
103     <widget class="QToolButton" name="link">
104      <property name="sizePolicy">
105       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
106        <horstretch>0</horstretch>
107        <verstretch>0</verstretch>
108       </sizepolicy>
109      </property>
110      <property name="text">
111       <string>Link</string>
112      </property>
113      <property name="checkable">
114       <bool>true</bool>
115      </property>
116     </widget>
117    </item>
118   </layout>
119  </widget>
120  <resources/>
121  <connections/>
122 </ui>
Note: See TracBrowser for help on using the browser.