summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.h
authorllornkcor <llornkcor>2002-05-23 02:36:05 (UTC)
committer llornkcor <llornkcor>2002-05-23 02:36:05 (UTC)
commit375cce9ad697f99d54f3e1c60c6d197b535ed04e (patch) (side-by-side diff)
tree299200dba1ca7ebf626e57585c5a7e8ca0c82492 /noncore/settings/sound/soundsettingsbase.h
parentd295491048567c8424643b983a21dc503857d91a (diff)
downloadopie-375cce9ad697f99d54f3e1c60c6d197b535ed04e.zip
opie-375cce9ad697f99d54f3e1c60c6d197b535ed04e.tar.gz
opie-375cce9ad697f99d54f3e1c60c6d197b535ed04e.tar.bz2
moved screen, key, and alarm sound settings to volumeapplet, changed config to new place, changed from ui
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.h63
1 files changed, 63 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.h b/noncore/settings/sound/soundsettingsbase.h
new file mode 100644
index 0000000..8ad80f6
--- a/dev/null
+++ b/noncore/settings/sound/soundsettingsbase.h
@@ -0,0 +1,63 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'soundsettingsbase.ui'
+**
+** Created: Sun May 19 12:11:23 2002
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef SOUNDSETTINGSBASE_H
+#define SOUNDSETTINGSBASE_H
+
+#include <qvariant.h>
+#include <qdialog.h>
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QCheckBox;
+class QComboBox;
+class QGroupBox;
+class QLabel;
+class QSlider;
+
+class SoundSettingsBase : public QDialog
+{
+ Q_OBJECT
+
+public:
+ SoundSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ~SoundSettingsBase();
+
+ QGroupBox* GroupBox3;
+ QLabel* PixmapLabel1_2;
+ QLabel* TextLabel1_2;
+ QLabel* volLabel;
+ QLabel* micLabel;
+ QSlider* volume;
+ QSlider* mic;
+ QLabel* PixmapLabel2_2;
+ QLabel* TextLabel2_2;
+ QGroupBox* GroupBox1;
+ QLabel* sampleRateLabel;
+ QComboBox* sampleRate;
+ QCheckBox* stereoCheckBox;
+ QCheckBox* sixteenBitCheckBox;
+ QCheckBox* AlertCheckBox;
+ QLabel* TextLabel1;
+ QComboBox* LocationComboBox;
+/* QCheckBox* touchsound; */
+/* QCheckBox* keysound; */
+
+protected:
+ QGridLayout* SoundSettingsBaseLayout;
+ QVBoxLayout* GroupBox3Layout;
+ QVBoxLayout* Layout10;
+ QHBoxLayout* Layout16;
+ QHBoxLayout* Layout13;
+ QHBoxLayout* Layout12;
+ QHBoxLayout* Layout17;
+ QVBoxLayout* Layout12_2;
+ QVBoxLayout* Layout11;
+};
+
+#endif // SOUNDSETTINGSBASE_H