summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.cpp
authorllornkcor <llornkcor>2002-07-26 00:40:14 (UTC)
committer llornkcor <llornkcor>2002-07-26 00:40:14 (UTC)
commitf3556b164b79fc2a9607681bd6bdf2a4c8522d5e (patch) (unidiff)
tree3f43184feccd2fbd38fcc35e18ff530f72b9752c /noncore/settings/sound/soundsettingsbase.cpp
parent026766fd2318eedd41098ef86ea4c4d8e3ea03bf (diff)
downloadopie-f3556b164b79fc2a9607681bd6bdf2a4c8522d5e.zip
opie-f3556b164b79fc2a9607681bd6bdf2a4c8522d5e.tar.gz
opie-f3556b164b79fc2a9607681bd6bdf2a4c8522d5e.tar.bz2
fixed layout
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp50
1 files changed, 22 insertions, 28 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 4c28ae9..3c98362 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -85,2 +85,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
85 setName( "SoundSettingsBase" ); 85 setName( "SoundSettingsBase" );
86 // resize(255,301);
86 setCaption( tr( "Vmemo Settings" ) ); 87 setCaption( tr( "Vmemo Settings" ) );
@@ -89,3 +90,8 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
89 SoundSettingsBaseLayout->setSpacing( 4 ); 90 SoundSettingsBaseLayout->setSpacing( 4 );
90 SoundSettingsBaseLayout->setMargin( 6 ); 91 SoundSettingsBaseLayout->setMargin( 4 );
92
93 QHBoxLayout *Layout11;
94 Layout11 = new QHBoxLayout;
95 Layout11->setSpacing( 4 );
96 Layout11->setMargin( 0 );
91 97
@@ -93,3 +99,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
93 stereoCheckBox->setText( tr( "Stereo" ) ); 99 stereoCheckBox->setText( tr( "Stereo" ) );
94 SoundSettingsBaseLayout->addMultiCellWidget(stereoCheckBox , 0, 0, 0, 0 ); 100 Layout11->addWidget( stereoCheckBox );
95 101
@@ -97,3 +103,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
97 sixteenBitCheckBox->setText( tr( "16 bit" ) ); 103 sixteenBitCheckBox->setText( tr( "16 bit" ) );
98 SoundSettingsBaseLayout->addMultiCellWidget( sixteenBitCheckBox , 0, 0, 1, 1 ); 104 Layout11->addWidget( sixteenBitCheckBox );
99 105
@@ -101,12 +107,12 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
101 AlertCheckBox->setText( tr( "Visual Alerts" ) ); 107 AlertCheckBox->setText( tr( "Visual Alerts" ) );
102 SoundSettingsBaseLayout->addMultiCellWidget( AlertCheckBox , 0, 0, 2, 2 ); 108 Layout11->addWidget( AlertCheckBox );
103 109
104 QSpacerItem* spacer0 = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding ); 110 SoundSettingsBaseLayout->addLayout( Layout11, 0, 0);
105 SoundSettingsBaseLayout->addItem( spacer0, 0, 3 ); 111
106
107 sampleRateLabel = new QLabel(this, "sampleRateLabel" ); 112 sampleRateLabel = new QLabel(this, "sampleRateLabel" );
108 sampleRateLabel->setText( tr( "Sample Rate:" ) ); 113 sampleRateLabel->setText( tr( "Sample Rate:" ) );
109 SoundSettingsBaseLayout->addMultiCellWidget( sampleRateLabel , 1, 1, 0, 0 ); 114 SoundSettingsBaseLayout->addMultiCellWidget( sampleRateLabel , 1, 1, 0, 0, 1);
110 115
111 sampleRate = new QComboBox( FALSE,this, "sampleRate" ); 116 sampleRate = new QComboBox( FALSE,this, "sampleRate" );
117
112 sampleRate->insertItem( tr( "8000" ) ); 118 sampleRate->insertItem( tr( "8000" ) );
@@ -116,7 +122,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
116 sampleRate->insertItem( tr( "44100" ) ); 122 sampleRate->insertItem( tr( "44100" ) );
117// sampleRate->setFixedWidth(90); 123 SoundSettingsBaseLayout->addMultiCellWidget( sampleRate, 2, 2, 0, 0, 1 );
118 SoundSettingsBaseLayout->addMultiCellWidget( sampleRate, 2, 2, 0, 2 );
119
120// QSpacerItem* spacer = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding );
121// SoundSettingsBaseLayout->addItem( spacer, 1, 3 );
122 124
@@ -124,3 +126,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
124 TextLabel1->setText( tr( "Recording Directory:" ) ); 126 TextLabel1->setText( tr( "Recording Directory:" ) );
125 SoundSettingsBaseLayout->addMultiCellWidget( TextLabel1, 3, 3, 0, 0 ); 127 SoundSettingsBaseLayout->addMultiCellWidget( TextLabel1, 3, 3, 0, 0, 1);
126 128
@@ -128,6 +130,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
128 LocationComboBox = new QComboBox( FALSE, this, "LocationComboBox" ); 130 LocationComboBox = new QComboBox( FALSE, this, "LocationComboBox" );
129 SoundSettingsBaseLayout->addMultiCellWidget( LocationComboBox, 4, 4, 0, 2 ); 131 SoundSettingsBaseLayout->addMultiCellWidget( LocationComboBox, 4, 4, 0, 8, 1);
130
131// QSpacerItem* spacer1 = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding );
132// SoundSettingsBaseLayout->addItem( spacer1, 2, 3 );
133 132
@@ -136,3 +135,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
136 TextLabelKey->setText( tr( "Recording Key:" ) ); 135 TextLabelKey->setText( tr( "Recording Key:" ) );
137 SoundSettingsBaseLayout->addMultiCellWidget(TextLabelKey , 5, 5, 0, 0 ); 136 SoundSettingsBaseLayout->addMultiCellWidget(TextLabelKey , 5, 5, 0, 0, 1);
138 137
@@ -148,6 +147,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
148 keyComboBox->insertItem( tr( "Key_Mail" ) ); 147 keyComboBox->insertItem( tr( "Key_Mail" ) );
149 SoundSettingsBaseLayout->addMultiCellWidget( keyComboBox , 6, 6, 0, 2 ); 148 SoundSettingsBaseLayout->addMultiCellWidget( keyComboBox , 6, 6, 0, 0 ,1);
150
151// QSpacerItem* spacer2 = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding );
152// SoundSettingsBaseLayout->addItem( spacer2, 3, 3 );
153 149
@@ -156,3 +152,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
156 timeLimitLabel->setText( tr( "Recording Limit in seconds:" ) ); 152 timeLimitLabel->setText( tr( "Recording Limit in seconds:" ) );
157 SoundSettingsBaseLayout->addMultiCellWidget( timeLimitLabel , 7, 7, 0, 0 ); 153 SoundSettingsBaseLayout->addMultiCellWidget( timeLimitLabel , 7, 7, 0, 0, 1);
158 154
@@ -166,8 +162,6 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
166 162
167 SoundSettingsBaseLayout->addMultiCellWidget(timeLimitComboBox , 8, 8, 0, 2); 163 SoundSettingsBaseLayout->addMultiCellWidget(timeLimitComboBox , 8, 8, 0, 0, 1);
168 164
169// QSpacerItem* spacer3 = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding );
170// SoundSettingsBaseLayout->addItem( spacer3, 4, 3 );
171 165
172 QSpacerItem* spacer4 = new QSpacerItem( 20, 20,QSizePolicy::Expanding, QSizePolicy::Expanding ); 166 QSpacerItem* spacer4 = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Expanding );
173 SoundSettingsBaseLayout->addItem( spacer4, 9, 0 ); 167 SoundSettingsBaseLayout->addItem( spacer4, 9, 0 );