summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.h
blob: 20d1c2c7f1463268e76f68968fe1bcb3c5a71142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/****************************************************************************
** Form interface generated from reading ui file 'soundsettingsbase.ui'
**
** Created: Thu May 23 11:23:38 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>
#include <qmainwindow.h>

class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QCheckBox;
class QComboBox;
class QGroupBox;
class QLabel;
class QSlider;

class SoundSettingsBase : public QMainWindow
{ 
    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;
    QComboBox* keyComboBox;
    bool keyReset;
protected:
    QGridLayout* SoundSettingsBaseLayout;
    QVBoxLayout* GroupBox3Layout;
    QVBoxLayout* Layout10;
    QHBoxLayout* Layout16;
    QHBoxLayout* Layout13;
    QHBoxLayout* Layout12;
    QHBoxLayout* Layout17;
    QVBoxLayout* Layout12_2;
    QVBoxLayout* Layout11;
protected slots:
        
};

#endif // SOUNDSETTINGSBASE_H