00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'leftdialog.ui' 00003 ** 00004 ** Created: Thu Dec 29 20:53:33 2005 00005 ** by: The User Interface Compiler ($Id: leftdialog_8h-source.html,v 1.2 2006/12/17 03:51:14 nemosoft Exp $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef AUDIOCONTROLS_H 00011 #define AUDIOCONTROLS_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QLabel; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 class QComboBox; 00025 class QCheckBox; 00026 class QPushButton; 00027 00028 class CAuControls : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 CAuControls( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~CAuControls(); 00035 00036 QGroupBox* GroupBox1; 00037 QLabel* TextLabel3; 00038 QButtonGroup* BitDepthButtonGroup; 00039 QRadioButton* BitDepth8RadioButton; 00040 QRadioButton* BitDepth16RadioButton; 00041 QComboBox* SampleRateComboBox; 00042 QLabel* TextLabel2; 00043 QComboBox* ChannelsComboBox; 00044 QLabel* TextLabel1; 00045 QCheckBox* VolumeBarsCheckBox; 00046 QCheckBox* FFTCheckBox; 00047 QPushButton* MixerButton; 00048 QPushButton* MixerResetButton; 00049 00050 protected: 00051 QVBoxLayout* AudioControlsLayout; 00052 QSpacerItem* Spacer2; 00053 QGridLayout* GroupBox1Layout; 00054 QHBoxLayout* BitDepthButtonGroupLayout; 00055 QHBoxLayout* Layout4; 00056 QSpacerItem* Spacer1; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // AUDIOCONTROLS_H