Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

CreateUserDialog Class Reference

Lets you create a new user. More...

#include <create_user_dialog.h>

Inheritance diagram for CreateUserDialog::

List of all members.

Public Methods

 CreateUserDialog (QWidget *parent=0, char const *name=0)

Protected Methods

virtual void slotOk ()

Private Attributes

KLineEdit * m_server
KLineEdit * m_proxy
KRestrictedLine * m_proxy_port
KRestrictedLine * m_nickname
KLineEdit * m_name
KLineEdit * m_email
KLineEdit * m_passwd1
KLineEdit * m_passwd2

Detailed Description

Lets you create a new user.

Author:
Ralf Schmelter (ralfs@pc2a.chemie.uni-dortmund.de).
Version:
0.1


Constructor & Destructor Documentation

CreateUserDialog::CreateUserDialog QWidget * parent = 0,
char const * name = 0
 

Creates the dialog.

Parameters:
parent   The parent of the dialog.
name   The internal name of the dialog.


Member Function Documentation

virtual void CreateUserDialog::slotOk [protected, virtual]
 

Ok was clicked.


Member Data Documentation

KLineEdit* CreateUserDialog::m_email [private]
 

The email address.

KLineEdit* CreateUserDialog::m_name [private]
 

The name.

KRestrictedLine* CreateUserDialog::m_nickname [private]
 

The nickname.

KLineEdit* CreateUserDialog::m_passwd1 [private]
 

The first passwd.

KLineEdit* CreateUserDialog::m_passwd2 [private]
 

The second passwd.

KLineEdit* CreateUserDialog::m_proxy [private]
 

The proxy.

KRestrictedLine* CreateUserDialog::m_proxy_port [private]
 

The proxy port.

KLineEdit* CreateUserDialog::m_server [private]
 

The highscore server.


The documentation for this class was generated from the following file:
Generated at Sun Jan 6 18:49:10 2002 for EasySok by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001