root/trunk/libffado/support/mixer-qt4/mixer_rme.ui

Revision 1601, 1.9 kB (checked in by jwoithe, 15 years ago)

RME: implement mixer skeleton to allow device configuration functionality to be tested. Note that none of the included controls are functional yet.

Line 
1 <ui version="4.0" >
2  <class>RmeMixerUI</class>
3  <widget class="QWidget" name="RmeMixerUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>814</width>
9     <height>624</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>RmeMixer</string>
14   </property>
15   <widget class="QTabWidget" name="tabWidget" >
16    <property name="geometry" >
17     <rect>
18      <x>10</x>
19      <y>10</y>
20      <width>751</width>
21      <height>561</height>
22     </rect>
23    </property>
24    <property name="currentIndex" >
25     <number>0</number>
26    </property>
27    <widget class="QWidget" name="control" >
28     <attribute name="title" >
29      <string>Control</string>
30     </attribute>
31     <widget class="QGroupBox" name="groupBox" >
32      <property name="geometry" >
33       <rect>
34        <x>10</x>
35        <y>10</y>
36        <width>78</width>
37        <height>133</height>
38       </rect>
39      </property>
40      <property name="title" >
41       <string>Phantom</string>
42      </property>
43      <layout class="QVBoxLayout" name="verticalLayout" >
44       <item>
45        <widget class="QCheckBox" name="phantom_0" >
46         <property name="text" >
47          <string>Mic 1</string>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QCheckBox" name="phantom_1" >
53         <property name="text" >
54          <string>Mic 2</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QCheckBox" name="phantom_2" >
60         <property name="text" >
61          <string>Mic 3</string>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <widget class="QCheckBox" name="phantom_3" >
67         <property name="text" >
68          <string>Mic 4</string>
69         </property>
70        </widget>
71       </item>
72      </layout>
73     </widget>
74    </widget>
75    <widget class="QWidget" name="mixer" >
76     <attribute name="title" >
77      <string>Mixer</string>
78     </attribute>
79    </widget>
80   </widget>
81  </widget>
82  <resources/>
83  <connections/>
84 </ui>
Note: See TracBrowser for help on using the browser.