root/trunk/libffado/support/mixer/mixer_global.ui

Revision 1105, 3.9 kB (checked in by arnonym, 16 years ago)

Add the copyright to the global mixer.

And maybe the mixers work when they aren't QDialogs but QWidgets. (Hard to debug such a thing with a device that has no mixer:-/)

Line 
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>GlobalMixerUi</class>
3 <comment>Copyright (C) 2008 by Arnold Krille
4        
5         This file is part of FFADO
6         FFADO = Free Firewire (pro-)audio drivers for linux
7        
8         FFADO is based upon FreeBoB.
9        
10         This program is free software: you can redistribute it and/or modify
11         it under the terms of the GNU General Public License as published by
12         the Free Software Foundation, either version 2 of the License, or
13         (at your option) version 3 of the License.
14        
15         This program is distributed in the hope that it will be useful,
16         but WITHOUT ANY WARRANTY; without even the implied warranty of
17         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18         GNU General Public License for more details.
19 </comment>
20 <widget class="QWidget">
21     <property name="name">
22         <cstring>GlobalMixerUi</cstring>
23     </property>
24     <property name="geometry">
25         <rect>
26             <x>0</x>
27             <y>0</y>
28             <width>600</width>
29             <height>191</height>
30         </rect>
31     </property>
32     <property name="sizePolicy">
33         <sizepolicy>
34             <hsizetype>7</hsizetype>
35             <vsizetype>1</vsizetype>
36             <horstretch>0</horstretch>
37             <verstretch>0</verstretch>
38         </sizepolicy>
39     </property>
40     <property name="caption">
41         <string>Global Mixer Options</string>
42     </property>
43     <grid>
44         <property name="name">
45             <cstring>unnamed</cstring>
46         </property>
47         <widget class="QLabel" row="0" column="0">
48             <property name="name">
49                 <cstring>textLabel1</cstring>
50             </property>
51             <property name="text">
52                 <string>Device Nickname:</string>
53             </property>
54             <property name="buddy" stdset="0">
55                 <cstring>nickname</cstring>
56             </property>
57         </widget>
58         <widget class="QLineEdit" row="0" column="1">
59             <property name="name">
60                 <cstring>txtNickname</cstring>
61             </property>
62             <property name="minimumSize">
63                 <size>
64                     <width>100</width>
65                     <height>0</height>
66                 </size>
67             </property>
68         </widget>
69         <widget class="QLabel" row="1" column="0">
70             <property name="name">
71                 <cstring>textLabel2</cstring>
72             </property>
73             <property name="text">
74                 <string>Clock Source:</string>
75             </property>
76             <property name="buddy" stdset="0">
77                 <cstring>clocksource</cstring>
78             </property>
79         </widget>
80         <widget class="QComboBox" row="1" column="1">
81             <property name="name">
82                 <cstring>clocksource</cstring>
83             </property>
84         </widget>
85         <spacer row="0" column="2" rowspan="2" colspan="1">
86             <property name="name">
87                 <cstring>spacer1</cstring>
88             </property>
89             <property name="orientation">
90                 <enum>Horizontal</enum>
91             </property>
92             <property name="sizeType">
93                 <enum>Expanding</enum>
94             </property>
95             <property name="sizeHint">
96                 <size>
97                     <width>111</width>
98                     <height>71</height>
99                 </size>
100             </property>
101         </spacer>
102     </grid>
103 </widget>
104 <connections>
105     <connection>
106         <sender>clocksource</sender>
107         <signal>activated(int)</signal>
108         <receiver>GlobalMixerUi</receiver>
109         <slot>clockChanged(int)</slot>
110     </connection>
111     <connection>
112         <sender>txtNickname</sender>
113         <signal>textChanged(const QString&amp;)</signal>
114         <receiver>GlobalMixerUi</receiver>
115         <slot>nicknameChanged(const QString&amp;)</slot>
116     </connection>
117 </connections>
118 <slots>
119     <slot>clockChanged( int )</slot>
120     <slot>nicknameChanged( const QString&amp; )</slot>
121 </slots>
122 <layoutdefaults spacing="6" margin="11"/>
123 </UI>
Note: See TracBrowser for help on using the browser.