summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp58
1 files changed, 31 insertions, 27 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 7c2123a..f86db78 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -1,250 +1,254 @@
1/**************************************************************************** 1/****************************************************************************
2** Form implementation generated from reading ui file 'soundsettingsbase.ui' 2** Form implementation generated from reading ui file 'soundsettingsbase.ui'
3** 3**
4** Created: Thu May 23 11:23:54 2002 4** Created: Sun May 19 12:11:35 2002
5** by: The User Interface Compiler (uic) 5** by: The User Interface Compiler (uic)
6** 6**
7** WARNING! All changes made in this file will be lost! 7** WARNING! All changes made in this file will be lost!
8****************************************************************************/ 8****************************************************************************/
9#include "soundsettingsbase.h" 9#include "soundsettingsbase.h"
10 10
11#include <qcheckbox.h> 11#include <qcheckbox.h>
12#include <qcombobox.h> 12#include <qcombobox.h>
13#include <qgroupbox.h> 13#include <qgroupbox.h>
14#include <qmainwindow.h>
15
14#include <qlabel.h> 16#include <qlabel.h>
15#include <qpushbutton.h> 17#include <qpushbutton.h>
16#include <qslider.h> 18#include <qslider.h>
17#include <qlayout.h> 19#include <qlayout.h>
18#include <qvariant.h> 20#include <qvariant.h>
19#include <qtooltip.h> 21#include <qtooltip.h>
20#include <qwhatsthis.h> 22#include <qwhatsthis.h>
21#include <qimage.h> 23#include <qimage.h>
22#include <qpixmap.h> 24#include <qpixmap.h>
23 25
24static const char* const image0_data[] = { 26static const char* const image0_data[] = {
25"16 16 3 1", 27"16 16 3 1",
26". c None", 28". c None",
27"a c #000000", 29"a c #000000",
28"# c #ff0000", 30"# c #ff0000",
29"............#...", 31"............#...",
30"............##..", 32"............##..",
31"..........#..#..", 33"..........#..#..",
32".....a..#..#.#..", 34".....a..#..#.#..",
33"....aa..##.#..#.", 35"....aa..##.#..#.",
34"...aaa...#.##.#.", 36"...aaa...#.##.#.",
35"aaaaaa.#.#..#.##", 37"aaaaaa.#.#..#.##",
36"aaaaaa.#.##.#.##", 38"aaaaaa.#.##.#.##",
37"aaaaaa.#.##.#.##", 39"aaaaaa.#.##.#.##",
38"aaaaaa.#.##.#.##", 40"aaaaaa.#.##.#.##",
39"aaaaaa.#.#..#.##", 41"aaaaaa.#.#..#.##",
40"...aaa...#.##.#.", 42"...aaa...#.##.#.",
41"....aa..#..#..#.", 43"....aa..#..#..#.",
42".....a.....#.##.", 44".....a.....#.##.",
43"..........#..#..", 45"..........#..#..",
44"............##.."}; 46"............##.."};
45 47
46static const char* const image1_data[] = { 48static const char* const image1_data[] = {
47"16 16 3 1", 49"16 16 3 1",
48". c None", 50". c None",
49"# c #000000", 51"# c #000000",
50"a c #ff0000", 52"a c #ff0000",
51"................", 53"................",
52"................", 54"................",
53"................", 55"................",
54".....#..........", 56".....#..........",
55"....##..........", 57"....##..........",
56"...###...a...a..", 58"...###...a...a..",
57"######..aaa.aaa.", 59"######..aaa.aaa.",
58"######...aaaaa..", 60"######...aaaaa..",
59"######....aaa...", 61"######....aaa...",
60"######...aaaaa..", 62"######...aaaaa..",
61"######..aaa.aaa.", 63"######..aaa.aaa.",
62"...###...a...a..", 64"...###...a...a..",
63"....##..........", 65"....##..........",
64".....#..........", 66".....#..........",
65"................", 67"................",
66"................"}; 68"................"};
67 69
68 70
69/* 71/*
70 * Constructs a SoundSettingsBase which is a child of 'parent', with the 72 * Constructs a SoundSettingsBase which is a child of 'parent', with the
71 * name 'name' and widget flags set to 'f' 73 * name 'name' and widget flags set to 'f'
72 * 74 *
73 * The dialog will by default be modeless, unless you set 'modal' to 75 * The dialog will by default be modeless, unless you set 'modal' to
74 * TRUE to construct a modal dialog. 76 * TRUE to construct a modal dialog.
75 */ 77 */
76SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool modal, WFlags fl ) 78SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool modal, WFlags fl )
77 : QDialog( parent, name, modal, fl ) 79 : QMainWindow( parent, name, fl )
78{ 80{
79 QPixmap image0( ( const char** ) image0_data ); 81 QPixmap image0( ( const char** ) image0_data );
80 QPixmap image1( ( const char** ) image1_data ); 82 QPixmap image1( ( const char** ) image1_data );
81 if ( !name ) 83 if ( !name )
82 setName( "SoundSettingsBase" ); 84 setName( "SoundSettingsBase" );
83 resize( 255, 301 ); 85 resize( 255, 301 );
84 setCaption( tr( "Sound Settings" ) ); 86 setCaption( tr( "Vmemo Settings" ) );
85 SoundSettingsBaseLayout = new QGridLayout( this ); 87 SoundSettingsBaseLayout = new QGridLayout( this );
86 SoundSettingsBaseLayout->setSpacing( 6 ); 88 SoundSettingsBaseLayout->setSpacing( 6 );
87 SoundSettingsBaseLayout->setMargin( 11 ); 89 SoundSettingsBaseLayout->setMargin( 11 );
88 90
89 GroupBox3 = new QGroupBox( this, "GroupBox3" ); 91 GroupBox3 = new QGroupBox( this, "GroupBox3" );
90 GroupBox3->setFrameShape( QGroupBox::Box ); 92 GroupBox3->setFrameShape( QGroupBox::Box );
91 GroupBox3->setFrameShadow( QGroupBox::Sunken ); 93 GroupBox3->setFrameShadow( QGroupBox::Sunken );
92 GroupBox3->setTitle( tr( "Levels" ) ); 94 GroupBox3->setTitle( tr( "Levels" ) );
93 GroupBox3->setColumnLayout(0, Qt::Vertical ); 95 GroupBox3->setColumnLayout(0, Qt::Vertical );
94 GroupBox3->layout()->setSpacing( 0 ); 96 GroupBox3->layout()->setSpacing( 0 );
95 GroupBox3->layout()->setMargin( 0 ); 97 GroupBox3->layout()->setMargin( 0 );
96 GroupBox3Layout = new QVBoxLayout( GroupBox3->layout() ); 98 GroupBox3Layout = new QVBoxLayout( GroupBox3->layout() );
97 GroupBox3Layout->setAlignment( Qt::AlignTop ); 99 GroupBox3Layout->setAlignment( Qt::AlignTop );
98 GroupBox3Layout->setSpacing( 6 ); 100 GroupBox3Layout->setSpacing( 2 );
99 GroupBox3Layout->setMargin( 11 ); 101 GroupBox3Layout->setMargin( 2 );
100 102
101 Layout10 = new QVBoxLayout; 103 Layout10 = new QVBoxLayout;
102 Layout10->setSpacing( 6 ); 104 Layout10->setSpacing( 2 );
103 Layout10->setMargin( 0 ); 105 Layout10->setMargin( 2 );
104 106
105 Layout16 = new QHBoxLayout; 107 Layout16 = new QHBoxLayout;
106 Layout16->setSpacing( 6 ); 108 Layout16->setSpacing( 2 );
107 Layout16->setMargin( 0 ); 109 Layout16->setMargin( 2 );
108 QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 110 QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
109 Layout16->addItem( spacer ); 111 Layout16->addItem( spacer );
110 112
111 PixmapLabel1_2 = new QLabel( GroupBox3, "PixmapLabel1_2" ); 113 PixmapLabel1_2 = new QLabel( GroupBox3, "PixmapLabel1_2" );
112 PixmapLabel1_2->setPixmap( image0 ); 114 PixmapLabel1_2->setPixmap( image0 );
113 PixmapLabel1_2->setScaledContents( FALSE ); 115 PixmapLabel1_2->setScaledContents( FALSE );
114 Layout16->addWidget( PixmapLabel1_2 ); 116 Layout16->addWidget( PixmapLabel1_2 );
115 117
116 TextLabel1_2 = new QLabel( GroupBox3, "TextLabel1_2" ); 118 TextLabel1_2 = new QLabel( GroupBox3, "TextLabel1_2" );
117 TextLabel1_2->setText( tr( "Loud" ) ); 119 TextLabel1_2->setText( tr( "Loud" ) );
118 Layout16->addWidget( TextLabel1_2 ); 120 Layout16->addWidget( TextLabel1_2 );
119 QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 121 QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
120 Layout16->addItem( spacer_2 ); 122 Layout16->addItem( spacer_2 );
121 Layout10->addLayout( Layout16 ); 123 Layout10->addLayout( Layout16 );
122 124
123 Layout13 = new QHBoxLayout; 125 Layout13 = new QHBoxLayout;
124 Layout13->setSpacing( 6 ); 126 Layout13->setSpacing( 2 );
125 Layout13->setMargin( 0 ); 127 Layout13->setMargin( 2 );
126 128
127 volLabel = new QLabel( GroupBox3, "volLabel" ); 129 volLabel = new QLabel( GroupBox3, "volLabel" );
128 volLabel->setText( tr( "Output" ) ); 130 volLabel->setText( tr( "Output" ) );
129 Layout13->addWidget( volLabel ); 131 Layout13->addWidget( volLabel );
130 QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 132 QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
131 Layout13->addItem( spacer_3 ); 133 Layout13->addItem( spacer_3 );
132 134
133 micLabel = new QLabel( GroupBox3, "micLabel" ); 135 micLabel = new QLabel( GroupBox3, "micLabel" );
134 micLabel->setText( tr( "Mic" ) ); 136 micLabel->setText( tr( "Mic" ) );
135 Layout13->addWidget( micLabel ); 137 Layout13->addWidget( micLabel );
136 QSpacerItem* spacer_4 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 138 QSpacerItem* spacer_4 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
137 Layout13->addItem( spacer_4 ); 139 Layout13->addItem( spacer_4 );
138 Layout10->addLayout( Layout13 ); 140 Layout10->addLayout( Layout13 );
139 141
140 Layout12 = new QHBoxLayout; 142 Layout12 = new QHBoxLayout;
141 Layout12->setSpacing( 6 ); 143 Layout12->setSpacing( 2 );
142 Layout12->setMargin( 0 ); 144 Layout12->setMargin( 2 );
143 145
144 volume = new QSlider( GroupBox3, "volume" ); 146 volume = new QSlider( GroupBox3, "volume" );
145 volume->setMaxValue( 100 ); 147 volume->setMaxValue( 100 );
146 volume->setValue( 50 ); 148 volume->setValue( 50 );
147 volume->setOrientation( QSlider::Vertical ); 149 volume->setOrientation( QSlider::Vertical );
148 volume->setTickmarks( QSlider::Right ); 150 volume->setTickmarks( QSlider::Right );
149 volume->setTickInterval( 5 ); 151 volume->setTickInterval( 5 );
150 Layout12->addWidget( volume ); 152 Layout12->addWidget( volume );
151 QSpacerItem* spacer_5 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 153 QSpacerItem* spacer_5 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
152 Layout12->addItem( spacer_5 ); 154 Layout12->addItem( spacer_5 );
153 155
154 mic = new QSlider( GroupBox3, "mic" ); 156 mic = new QSlider( GroupBox3, "mic" );
155 mic->setMaxValue( 100 ); 157 mic->setMaxValue( 100 );
156 mic->setValue( 50 ); 158 mic->setValue( 50 );
157 mic->setOrientation( QSlider::Vertical ); 159 mic->setOrientation( QSlider::Vertical );
158 mic->setTickmarks( QSlider::Right ); 160 mic->setTickmarks( QSlider::Right );
159 mic->setTickInterval( 5 ); 161 mic->setTickInterval( 5 );
160 Layout12->addWidget( mic ); 162 Layout12->addWidget( mic );
161 QSpacerItem* spacer_6 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 163 QSpacerItem* spacer_6 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
162 Layout12->addItem( spacer_6 ); 164 Layout12->addItem( spacer_6 );
163 Layout10->addLayout( Layout12 ); 165 Layout10->addLayout( Layout12 );
164 166
165 Layout17 = new QHBoxLayout; 167 Layout17 = new QHBoxLayout;
166 Layout17->setSpacing( 6 ); 168 Layout17->setSpacing( 2 );
167 Layout17->setMargin( 0 ); 169 Layout17->setMargin( 2 );
168 QSpacerItem* spacer_7 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 170 QSpacerItem* spacer_7 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
169 Layout17->addItem( spacer_7 ); 171 Layout17->addItem( spacer_7 );
170 172
171 PixmapLabel2_2 = new QLabel( GroupBox3, "PixmapLabel2_2" ); 173 PixmapLabel2_2 = new QLabel( GroupBox3, "PixmapLabel2_2" );
172 PixmapLabel2_2->setPixmap( image1 ); 174 PixmapLabel2_2->setPixmap( image1 );
173 PixmapLabel2_2->setScaledContents( FALSE ); 175 PixmapLabel2_2->setScaledContents( FALSE );
174 Layout17->addWidget( PixmapLabel2_2 ); 176 Layout17->addWidget( PixmapLabel2_2 );
175 177
176 TextLabel2_2 = new QLabel( GroupBox3, "TextLabel2_2" ); 178 TextLabel2_2 = new QLabel( GroupBox3, "TextLabel2_2" );
177 TextLabel2_2->setText( tr( "Silent" ) ); 179 TextLabel2_2->setText( tr( "Silent" ) );
178 Layout17->addWidget( TextLabel2_2 ); 180 Layout17->addWidget( TextLabel2_2 );
179 QSpacerItem* spacer_8 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); 181 QSpacerItem* spacer_8 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
180 Layout17->addItem( spacer_8 ); 182 Layout17->addItem( spacer_8 );
181 Layout10->addLayout( Layout17 ); 183 Layout10->addLayout( Layout17 );
182 GroupBox3Layout->addLayout( Layout10 ); 184 GroupBox3Layout->addLayout( Layout10 );
183 185
184 SoundSettingsBaseLayout->addWidget( GroupBox3, 0, 0 ); 186 SoundSettingsBaseLayout->addWidget( GroupBox3, 0, 0 );
185 187
186 Layout12_2 = new QVBoxLayout; 188 Layout12_2 = new QVBoxLayout;
187 Layout12_2->setSpacing( 6 ); 189 Layout12_2->setSpacing( 2 );
188 Layout12_2->setMargin( 0 ); 190 Layout12_2->setMargin( 2 );
189 191
190 GroupBox1 = new QGroupBox( this, "GroupBox1" ); 192 GroupBox1 = new QGroupBox( this, "GroupBox1" );
191 GroupBox1->setTitle( tr( "Vmemo" ) ); 193 GroupBox1->setTitle( tr( "Vmemo" ) );
192 194
193 QWidget* privateLayoutWidget = new QWidget( GroupBox1, "Layout11" ); 195 QWidget* privateLayoutWidget = new QWidget( GroupBox1, "Layout11" );
194 privateLayoutWidget->setGeometry( QRect( 5, 16, 96, 169 ) ); 196 privateLayoutWidget->setGeometry( QRect( 5, 16, 96, 169 ) );
195 Layout11 = new QVBoxLayout( privateLayoutWidget ); 197 Layout11 = new QVBoxLayout( privateLayoutWidget );
196 Layout11->setSpacing( 6 ); 198 Layout11->setSpacing( 2 );
197 Layout11->setMargin( 0 ); 199 Layout11->setMargin( 0 );
198 200
199 sampleRateLabel = new QLabel( privateLayoutWidget, "sampleRateLabel" ); 201 sampleRateLabel = new QLabel( privateLayoutWidget, "sampleRateLabel" );
200 sampleRateLabel->setText( tr( "Sample Rate" ) ); 202 sampleRateLabel->setText( tr( "Sample Rate" ) );
201 Layout11->addWidget( sampleRateLabel ); 203 Layout11->addWidget( sampleRateLabel );
202 204
203 sampleRate = new QComboBox( FALSE, privateLayoutWidget, "sampleRate" ); 205 sampleRate = new QComboBox( FALSE, privateLayoutWidget, "sampleRate" );
206 sampleRate->insertItem( tr( "8000" ) );
204 sampleRate->insertItem( tr( "11025" ) ); 207 sampleRate->insertItem( tr( "11025" ) );
205 sampleRate->insertItem( tr( "22050" ) ); 208 sampleRate->insertItem( tr( "22050" ) );
206 sampleRate->insertItem( tr( "32000" ) ); 209 sampleRate->insertItem( tr( "33075" ) );
207 sampleRate->insertItem( tr( "44100" ) ); 210 sampleRate->insertItem( tr( "44100" ) );
211 sampleRate->setFixedWidth(90);
208 Layout11->addWidget( sampleRate ); 212 Layout11->addWidget( sampleRate );
209 213
210 stereoCheckBox = new QCheckBox( privateLayoutWidget, "stereoCheckBox" ); 214 stereoCheckBox = new QCheckBox( privateLayoutWidget, "stereoCheckBox" );
211 stereoCheckBox->setText( tr( "Stereo" ) ); 215 stereoCheckBox->setText( tr( "Stereo" ) );
212 Layout11->addWidget( stereoCheckBox ); 216 Layout11->addWidget( stereoCheckBox );
213 217
214 sixteenBitCheckBox = new QCheckBox( privateLayoutWidget, "sixteenBitCheckBox" ); 218 sixteenBitCheckBox = new QCheckBox( privateLayoutWidget, "sixteenBitCheckBox" );
215 sixteenBitCheckBox->setText( tr( "16 bit" ) ); 219 sixteenBitCheckBox->setText( tr( "16 bit" ) );
216 Layout11->addWidget( sixteenBitCheckBox ); 220 Layout11->addWidget( sixteenBitCheckBox );
217 221
218 AlertCheckBox = new QCheckBox( privateLayoutWidget, "AlertCheckBox" ); 222 AlertCheckBox = new QCheckBox( privateLayoutWidget, "AlertCheckBox" );
219 AlertCheckBox->setText( tr( "Visual Alerts" ) ); 223 AlertCheckBox->setText( tr( "Visual Alerts" ) );
220 Layout11->addWidget( AlertCheckBox ); 224 Layout11->addWidget( AlertCheckBox );
221 225
222 TextLabel1 = new QLabel( privateLayoutWidget, "TextLabel1" ); 226 TextLabel1 = new QLabel( privateLayoutWidget, "TextLabel1" );
223 TextLabel1->setText( tr( "Location" ) ); 227 TextLabel1->setText( tr( "Location" ) );
224 Layout11->addWidget( TextLabel1 ); 228 Layout11->addWidget( TextLabel1 );
225 229
226 LocationComboBox = new QComboBox( FALSE, privateLayoutWidget, "LocationComboBox" ); 230 LocationComboBox = new QComboBox( FALSE, privateLayoutWidget, "LocationComboBox" );
227 Layout11->addWidget( LocationComboBox ); 231 Layout11->addWidget( LocationComboBox );
228 Layout12_2->addWidget( GroupBox1 ); 232 Layout12_2->addWidget( GroupBox1 );
229 233
230// touchsound = new QCheckBox( this, "touchsound" ); 234// // touchsound = new QCheckBox( this, "touchsound" );
231// touchsound->setText( tr( "Screen sounds" ) ); 235// // touchsound->setText( tr( "Screen sounds" ) );
232// Layout12_2->addWidget( touchsound ); 236// // Layout12_2->addWidget( touchsound );
233 237
234// keysound = new QCheckBox( this, "keysound" ); 238// // keysound = new QCheckBox( this, "keysound" );
235// keysound->setText( tr( "Keyboard sounds" ) ); 239// // keysound->setText( tr( "Keyboard sounds" ) );
236// Layout12_2->addWidget( keysound ); 240// // Layout12_2->addWidget( keysound );
237 QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 241 QSpacerItem* spacer_9 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
238 Layout12_2->addItem( spacer_9 ); 242 Layout12_2->addItem( spacer_9 );
239 243
240 SoundSettingsBaseLayout->addLayout( Layout12_2, 0, 1 ); 244 SoundSettingsBaseLayout->addLayout( Layout12_2, 0, 1 );
241} 245}
242 246
243/* 247/*
244 * Destroys the object and frees any allocated resources 248 * Destroys the object and frees any allocated resources
245 */ 249 */
246SoundSettingsBase::~SoundSettingsBase() 250SoundSettingsBase::~SoundSettingsBase()
247{ 251{
248 // no need to delete child widgets, Qt does it all for us 252 // no need to delete child widgets, Qt does it all for us
249} 253}
250 254