author | jeremy <jeremy> | 2002-02-11 04:36:18 (UTC) |
---|---|---|
committer | jeremy <jeremy> | 2002-02-11 04:36:18 (UTC) |
commit | 68d08b102aef5f73f2f1b3c5d693c26647f48c33 (patch) (side-by-side diff) | |
tree | f89dac5a0344f2b38f0ea68cae98f58e7bb1816d | |
parent | 738f33e4dddf1ce71580bd3651a8457867625501 (diff) | |
download | opie-68d08b102aef5f73f2f1b3c5d693c26647f48c33.zip opie-68d08b102aef5f73f2f1b3c5d693c26647f48c33.tar.gz opie-68d08b102aef5f73f2f1b3c5d693c26647f48c33.tar.bz2 |
Added Record Prefs (Sample Rate, Stereo, and Sixteen or Eight Bit
settings. It writes this information to the standad Sound.conf, however
under the Record group not System group.
-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 21 | ||||
-rw-r--r-- | noncore/settings/sound/soundsettingsbase.ui | 499 |
2 files changed, 325 insertions, 195 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp index 1143e82..17dbdc0 100644 --- a/noncore/settings/sound/soundsettings.cpp +++ b/noncore/settings/sound/soundsettings.cpp @@ -37,4 +37,7 @@ SoundSettings::SoundSettings( QWidget* parent, const char* name, WFlags fl ) keysound->setChecked(config.readBoolEntry("Key")); - dblClickRuns->setText(config.readEntry("DblClickVolumeRuns", - "/opt/QtPalmtop/bin/vmemomanager")); + + config.setGroup("Record"); + sampleRate->setText(config.readEntry("SampleRate", "11025")); + stereoCheckBox->setChecked(config.readNumEntry("Stereo", 0)); + sixteenBitCheckBox->setChecked(config.readNumEntry("SixteenBit", 0)); @@ -53,2 +56,7 @@ void SoundSettings::reject() + config.setGroup("Record"); + sampleRate->setText(config.readEntry("SampleRate", "11025")); + stereoCheckBox->setChecked(config.readNumEntry("Stereo", 0)); + sixteenBitCheckBox->setChecked(config.readNumEntry("SixteenBit", 0)); + QDialog::reject(); @@ -64,4 +72,11 @@ void SoundSettings::accept() config.writeEntry("Key",keysound->isChecked()); - config.writeEntry("DblClickVolumeRuns", dblClickRuns->text()); + setVolume(volume->value()); + setMic(mic->value()); + + config.setGroup("Record"); + config.writeEntry("SampleRate",sampleRate->text()); + config.writeEntry("Stereo",stereoCheckBox->isChecked()); + config.writeEntry("SixteenBit",sixteenBitCheckBox->isChecked()); + QDialog::accept(); diff --git a/noncore/settings/sound/soundsettingsbase.ui b/noncore/settings/sound/soundsettingsbase.ui index 0b2b2be..f47f77e 100644 --- a/noncore/settings/sound/soundsettingsbase.ui +++ b/noncore/settings/sound/soundsettingsbase.ui @@ -13,3 +13,3 @@ <y>0</y> - <width>376</width> + <width>372</width> <height>441</height> @@ -40,5 +40,5 @@ <name>name</name> - <cstring>Layout8</cstring> + <cstring>Layout30</cstring> </property> - <vbox> + <hbox> <property stdset="1"> @@ -52,46 +52,2 @@ <widget> - <class>QCheckBox</class> - <property stdset="1"> - <name>name</name> - <cstring>keysound</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string>Keyboard sound</string> - </property> - </widget> - <widget> - <class>QCheckBox</class> - <property stdset="1"> - <name>name</name> - <cstring>touchsound</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string>Screen sound</string> - </property> - </widget> - <widget> - <class>QLabel</class> - <property stdset="1"> - <name>name</name> - <cstring>dblClickLabel</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string>Double Click Volume runs:</string> - </property> - </widget> - <widget> - <class>QLineEdit</class> - <property stdset="1"> - <name>name</name> - <cstring>dblClickRuns</cstring> - </property> - <property stdset="1"> - <name>text</name> - <string></string> - </property> - </widget> - <widget> <class>QLayoutWidget</class> @@ -99,5 +55,5 @@ <name>name</name> - <cstring>Layout14</cstring> + <cstring>Layout24</cstring> </property> - <hbox> + <vbox> <property stdset="1"> @@ -111,2 +67,24 @@ <widget> + <class>QCheckBox</class> + <property stdset="1"> + <name>name</name> + <cstring>touchsound</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Screen sound</string> + </property> + </widget> + <widget> + <class>QCheckBox</class> + <property stdset="1"> + <name>name</name> + <cstring>keysound</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Keyboard sound</string> + </property> + </widget> + <widget> <class>QLayoutWidget</class> @@ -114,5 +92,5 @@ <name>name</name> - <cstring>Layout7</cstring> + <cstring>Layout11</cstring> </property> - <vbox> + <hbox> <property stdset="1"> @@ -125,2 +103,23 @@ </property> + <spacer> + <property> + <name>name</name> + <cstring>Spacer3_2_2</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Horizontal</enum> + </property> + <property stdset="1"> + <name>sizeType</name> + <enum>Expanding</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> <widget> @@ -129,7 +128,11 @@ <name>name</name> - <cstring>volLabel</cstring> + <cstring>PixmapLabel1_2</cstring> </property> <property stdset="1"> - <name>text</name> - <string>Volume</string> + <name>pixmap</name> + <pixmap>image0</pixmap> + </property> + <property stdset="1"> + <name>scaledContents</name> + <bool>false</bool> </property> @@ -137,14 +140,16 @@ <widget> - <class>QSlider</class> + <class>QLabel</class> <property stdset="1"> <name>name</name> - <cstring>volume</cstring> + <cstring>TextLabel1_2</cstring> </property> <property stdset="1"> - <name>maxValue</name> - <number>100</number> + <name>text</name> + <string>Loud</string> </property> - <property stdset="1"> - <name>value</name> - <number>50</number> + </widget> + <spacer> + <property> + <name>name</name> + <cstring>Spacer3_2</cstring> </property> @@ -152,14 +157,17 @@ <name>orientation</name> - <enum>Vertical</enum> + <enum>Horizontal</enum> </property> <property stdset="1"> - <name>tickmarks</name> - <enum>Right</enum> + <name>sizeType</name> + <enum>Expanding</enum> </property> - <property stdset="1"> - <name>tickInterval</name> - <number>5</number> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> </property> - </widget> - </vbox> + </spacer> + </hbox> </widget> @@ -169,5 +177,5 @@ <name>name</name> - <cstring>Layout13</cstring> + <cstring>Layout11</cstring> </property> - <vbox> + <hbox> <property stdset="1"> @@ -184,5 +192,5 @@ <name>name</name> - <cstring>Layout11</cstring> + <cstring>Layout7</cstring> </property> - <hbox> + <vbox> <property stdset="1"> @@ -195,23 +203,2 @@ </property> - <spacer> - <property> - <name>name</name> - <cstring>Spacer3_2_2</cstring> - </property> - <property stdset="1"> - <name>orientation</name> - <enum>Horizontal</enum> - </property> - <property stdset="1"> - <name>sizeType</name> - <enum>Expanding</enum> - </property> - <property> - <name>sizeHint</name> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> <widget> @@ -220,11 +207,7 @@ <name>name</name> - <cstring>PixmapLabel1_2</cstring> + <cstring>volLabel</cstring> </property> <property stdset="1"> - <name>pixmap</name> - <pixmap>image0</pixmap> - </property> - <property stdset="1"> - <name>scaledContents</name> - <bool>false</bool> + <name>text</name> + <string>Volume</string> </property> @@ -232,16 +215,14 @@ <widget> - <class>QLabel</class> + <class>QSlider</class> <property stdset="1"> <name>name</name> - <cstring>TextLabel1_2</cstring> + <cstring>volume</cstring> </property> <property stdset="1"> - <name>text</name> - <string>Loud</string> + <name>maxValue</name> + <number>100</number> </property> - </widget> - <spacer> - <property> - <name>name</name> - <cstring>Spacer3_2</cstring> + <property stdset="1"> + <name>value</name> + <number>50</number> </property> @@ -249,17 +230,14 @@ <name>orientation</name> - <enum>Horizontal</enum> + <enum>Vertical</enum> </property> <property stdset="1"> - <name>sizeType</name> - <enum>Expanding</enum> + <name>tickmarks</name> + <enum>Right</enum> </property> - <property> - <name>sizeHint</name> - <size> - <width>20</width> - <height>20</height> - </size> + <property stdset="1"> + <name>tickInterval</name> + <number>5</number> </property> - </spacer> - </hbox> + </widget> + </vbox> </widget> @@ -290,5 +268,5 @@ <name>name</name> - <cstring>Layout12</cstring> + <cstring>Layout8</cstring> </property> - <hbox> + <vbox> <property stdset="1"> @@ -301,23 +279,2 @@ </property> - <spacer> - <property> - <name>name</name> - <cstring>Spacer3_2_3</cstring> - </property> - <property stdset="1"> - <name>orientation</name> - <enum>Horizontal</enum> - </property> - <property stdset="1"> - <name>sizeType</name> - <enum>Expanding</enum> - </property> - <property> - <name>sizeHint</name> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> <widget> @@ -326,11 +283,7 @@ <name>name</name> - <cstring>PixmapLabel2_2</cstring> - </property> - <property stdset="1"> - <name>pixmap</name> - <pixmap>image1</pixmap> + <cstring>micLabel</cstring> </property> <property stdset="1"> - <name>scaledContents</name> - <bool>false</bool> + <name>text</name> + <string>Microphone</string> </property> @@ -338,16 +291,14 @@ <widget> - <class>QLabel</class> + <class>QSlider</class> <property stdset="1"> <name>name</name> - <cstring>TextLabel2_2</cstring> + <cstring>mic</cstring> </property> <property stdset="1"> - <name>text</name> - <string>Silent</string> + <name>maxValue</name> + <number>100</number> </property> - </widget> - <spacer> - <property> - <name>name</name> - <cstring>Spacer2_2</cstring> + <property stdset="1"> + <name>value</name> + <number>50</number> </property> @@ -355,19 +306,16 @@ <name>orientation</name> - <enum>Horizontal</enum> + <enum>Vertical</enum> </property> <property stdset="1"> - <name>sizeType</name> - <enum>Expanding</enum> + <name>tickmarks</name> + <enum>Right</enum> </property> - <property> - <name>sizeHint</name> - <size> - <width>20</width> - <height>20</height> - </size> + <property stdset="1"> + <name>tickInterval</name> + <number>5</number> </property> - </spacer> - </hbox> + </widget> + </vbox> </widget> - </vbox> + </hbox> </widget> @@ -377,5 +325,5 @@ <name>name</name> - <cstring>Layout8</cstring> + <cstring>Layout12</cstring> </property> - <vbox> + <hbox> <property stdset="1"> @@ -388,2 +336,23 @@ </property> + <spacer> + <property> + <name>name</name> + <cstring>Spacer3_2_3</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Horizontal</enum> + </property> + <property stdset="1"> + <name>sizeType</name> + <enum>Expanding</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> <widget> @@ -392,7 +361,11 @@ <name>name</name> - <cstring>micLabel</cstring> + <cstring>PixmapLabel2_2</cstring> </property> <property stdset="1"> - <name>text</name> - <string>Microphone</string> + <name>pixmap</name> + <pixmap>image1</pixmap> + </property> + <property stdset="1"> + <name>scaledContents</name> + <bool>false</bool> </property> @@ -400,14 +373,16 @@ <widget> - <class>QSlider</class> + <class>QLabel</class> <property stdset="1"> <name>name</name> - <cstring>mic</cstring> + <cstring>TextLabel2_2</cstring> </property> <property stdset="1"> - <name>maxValue</name> - <number>100</number> + <name>text</name> + <string>Silent</string> </property> - <property stdset="1"> - <name>value</name> - <number>50</number> + </widget> + <spacer> + <property> + <name>name</name> + <cstring>Spacer2_2</cstring> </property> @@ -415,18 +390,158 @@ <name>orientation</name> - <enum>Vertical</enum> + <enum>Horizontal</enum> </property> <property stdset="1"> - <name>tickmarks</name> - <enum>Right</enum> + <name>sizeType</name> + <enum>Expanding</enum> </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> + </widget> + <widget> + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout29</cstring> + </property> + <vbox> + <property stdset="1"> + <name>margin</name> + <number>0</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget> + <class>QGroupBox</class> + <property stdset="1"> + <name>name</name> + <cstring>GroupBox1</cstring> + </property> + <property stdset="1"> + <name>title</name> + <string>Record Defaults</string> + </property> + <grid> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget row="0" column="0" > + <class>QLayoutWidget</class> <property stdset="1"> - <name>tickInterval</name> - <number>5</number> + <name>name</name> + <cstring>Layout28</cstring> </property> + <vbox> + <property stdset="1"> + <name>margin</name> + <number>0</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget> + <class>QLabel</class> + <property stdset="1"> + <name>name</name> + <cstring>sampleRateLabel</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Rate (5k-44k)</string> + </property> + </widget> + <widget> + <class>QLineEdit</class> + <property stdset="1"> + <name>name</name> + <cstring>sampleRate</cstring> + </property> + </widget> + <widget> + <class>QCheckBox</class> + <property stdset="1"> + <name>name</name> + <cstring>stereoCheckBox</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Stereo</string> + </property> + </widget> + <widget> + <class>QCheckBox</class> + <property stdset="1"> + <name>name</name> + <cstring>sixteenBitCheckBox</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>16 bit</string> + </property> + </widget> + </vbox> </widget> - </vbox> + </grid> </widget> - </hbox> + <spacer> + <property> + <name>name</name> + <cstring>Spacer9</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Vertical</enum> + </property> + <property stdset="1"> + <name>sizeType</name> + <enum>Expanding</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </vbox> </widget> - </vbox> + <spacer> + <property> + <name>name</name> + <cstring>Spacer10</cstring> + </property> + <property stdset="1"> + <name>orientation</name> + <enum>Horizontal</enum> + </property> + <property stdset="1"> + <name>sizeType</name> + <enum>Expanding</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> </widget> |