www.pudn.com > wav_mp3_recorder.rar > mediarecorderbase.h


/****************************************************************************
** Form interface generated from reading ui file 'mediarecorderbase.ui'
**
** Created: Sat Aug 4 20:30:13 2007
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef MEDIARECORDERBASE_H
#define MEDIARECORDERBASE_H

#include 
#include 
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QComboBox;
class QGroupBox;
class QLabel;
class QPushButton;
class TimeProgressBar;
class Waveform;
class QRadioButton;
class QButtonGroup;

class MediaRecorderBase : public QWidget
{ 
    Q_OBJECT

public:
    MediaRecorderBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~MediaRecorderBase();

    TimeProgressBar* progress;
    QPushButton* recordButton;
    QPushButton* replayButton;
    Waveform* waveform;;
    QRadioButton* WaveButton;
    QRadioButton* Mp3Button;
    QButtonGroup* Group;


protected:
    QGridLayout* MediaRecorderBaseLayout;
    QHBoxLayout* Layout5;
    QHBoxLayout*  GroupLayout;

};

#endif // MEDIARECORDERBASE_H