/****************************************************************************
** Form implementation generated from reading ui file '.\rsscommanderdialogbase.ui'
**
** Created: Tue Nov 13 03:04:35 2001
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#include "rsscommanderdialogbase.h"

#include <qpushbutton.h>
#include <qtextview.h>
#include <qlayout.h>
#include <qvariant.h>
#include <qtooltip.h>
#include <qwhatsthis.h>

/* 
 *  Constructs a RSSCommanderDialogBase which is a child of 'parent', with the 
 *  name 'name' and widget flags set to 'f' 
 *
 *  The dialog will by default be modeless, unless you set 'modal' to
 *  TRUE to construct a modal dialog.
 */
RSSCommanderDialogBase::RSSCommanderDialogBase( QWidget* parent,  const char* name, bool modal, WFlags fl )
    : QDialog( parent, name, modal, fl )
{
    if ( !name )
	setName( "RSSCommanderDialogBase" );
    resize( 383, 443 ); 
    setProperty( "caption", tr( "RSSCommander" ) );
    setProperty( "sizeGripEnabled", QVariant( TRUE, 0 ) );

    StopAutoButton = new QPushButton( this, "StopAutoButton" );
    StopAutoButton->setGeometry( QRect( 140, 120, 81, 21 ) ); 
    StopAutoButton->setProperty( "text", tr( "stop" ) );

    RestartAutoButton = new QPushButton( this, "RestartAutoButton" );
    RestartAutoButton->setGeometry( QRect( 140, 60, 81, 21 ) ); 
    RestartAutoButton->setProperty( "text", tr( "restart" ) );

    StartAutoButton = new QPushButton( this, "StartAutoButton" );
    StartAutoButton->setGeometry( QRect( 140, 30, 80, 21 ) ); 
    StartAutoButton->setProperty( "text", tr( "start" ) );

    StartBroadButton = new QPushButton( this, "StartBroadButton" );
    StartBroadButton->setGeometry( QRect( 20, 30, 90, 21 ) ); 
    StartBroadButton->setProperty( "text", tr( "Look for Clients" ) );

    StopBroadButton = new QPushButton( this, "StopBroadButton" );
    StopBroadButton->setGeometry( QRect( 20, 60, 91, 21 ) ); 
    StopBroadButton->setProperty( "text", tr( "Stop Looking" ) );

    ClientReplyView = new QTextView( this, "ClientReplyView" );
    ClientReplyView->setGeometry( QRect( 230, 30, 140, 130 ) ); 

    ServerStatusView = new QTextView( this, "ServerStatusView" );
    ServerStatusView->setGeometry( QRect( 20, 180, 351, 220 ) ); 

    ClearWindowButton = new QPushButton( this, "ClearWindowButton" );
    ClearWindowButton->setGeometry( QRect( 270, 410, 101, 21 ) ); 
    ClearWindowButton->setProperty( "text", tr( "Clear Window" ) );
}

/*  
 *  Destroys the object and frees any allocated resources
 */
RSSCommanderDialogBase::~RSSCommanderDialogBase()
{
    // no need to delete child widgets, Qt does it all for us
}


