/****************************************************************************
** Form interface generated from reading ui file '.\rssclientdialogbase.ui'
**
** Created: Tue Jul 24 01:07:15 2001
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef RSSCLIENTDIALOGBASE_H
#define RSSCLIENTDIALOGBASE_H

#include <qvariant.h>
#include <qdialog.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QComboBox;
class QFrame;
class QLCDNumber;
class QLabel;
class QSlider;
class QTextView;

class RSSClientDialogBase : public QDialog
{ 
    Q_OBJECT

public:
    RSSClientDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~RSSClientDialogBase();

    QLabel* TextLabel4;
    QFrame* Frame6;
    QLabel* ClientType;
    QComboBox* ClientCombo;
    QFrame* Frame16;
    QLabel* TextLabel8;
    QComboBox* RunAmtCombo;
    QFrame* Frame7;
    QComboBox* EmulateCombo;
    QLabel* TextLabel5;
    QFrame* Frame11;
    QLabel* ConnectedToLabel;
    QLabel* TextLabel2;
    QLCDNumber* ThreadLCD;
    QSlider* ThreadSlider;
    QFrame* Frame3;
    QLabel* LogLevel;
    QComboBox* LogCombo;
    QTextView* TextView1;

protected:
    bool event( QEvent* );
};

#endif // RSSCLIENTDIALOGBASE_H

