Source: sqlguipart/login.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
** Form interface generated from reading ui file 'login.ui'
**
** Created: Fri Apr 20 14:30:44 2001
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef LOGIN_BOX_H
#define LOGIN_BOX_H

#include 

#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 


class Login_box : public QDialog
{ 
    Q_OBJECT

public:

    ~Login_box();
    Login_box( QWidget* parent,  const char* name, bool modal, WFlags fl );
    Login_box( QWidget* parent,  const char* name, bool modal, WFlags fl , QString h, QString u);
    QString server()   { return host->text(); }
    QString username() { return user->text(); }
    QString password() { return passwd->text(); }

 signals:
    void loginRequest( QString host, QString user, QString pass);
    void successfullLogin();

public slots:
 void slotClear();
 void slotLogin();
 void slotSetServer( QString server );
 void slotSetUser( QString user );

 
protected:
    QLineEdit* host;
    QLineEdit* user;
    QLineEdit* passwd;

};

#endif // LOGIN_BOX_H

Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53.