00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'soundsettingsbase.ui' 00003 ** 00004 ** Created: Thu May 23 11:23:38 2002 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef SOUNDSETTINGSBASE_H 00010 #define SOUNDSETTINGSBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 //#include <qmainwindow.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QCheckBox; 00020 class QComboBox; 00021 class QGroupBox; 00022 class QLabel; 00023 class QSlider; 00024 00025 class SoundSettingsBase : public QDialog 00026 //class SoundSettingsBase : public QMainWindow 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 SoundSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~SoundSettingsBase(); 00033 00034 QLabel* PixmapLabel1_2; 00035 QLabel* TextLabel1_2; 00036 QLabel *keyLabel; 00037 /* QLabel* volLabel; */ 00038 /* QLabel* micLabel; */ 00039 /* QSlider* volume; */ 00040 /* QSlider* mic; */ 00041 /* QLabel* PixmapLabel2_2; */ 00042 /* QLabel* TextLabel2_2; */ 00043 /* QGroupBox* GroupBox1; */ 00044 QLabel* sampleRateLabel; 00045 QComboBox* sampleRate; 00046 QCheckBox* stereoCheckBox; 00047 QCheckBox* sixteenBitCheckBox; 00048 QCheckBox* AlertCheckBox; 00049 QLabel* TextLabel1; 00050 QComboBox* LocationComboBox; 00051 QComboBox* keyComboBox; 00052 QComboBox* timeLimitComboBox; 00053 QCheckBox *restartCheckBox; 00054 QCheckBox *adpcmCheckBox; 00055 00056 bool keyReset; 00057 protected: 00058 QGridLayout* SoundSettingsBaseLayout; 00059 protected slots: 00060 00061 }; 00062 00063 #endif // SOUNDSETTINGSBASE_H
1.4.2