class KLineEditDlg

Dialog for user to enter a single line of text. More...

Definition#include <klineeditdlg.h>
InheritsKDialogBase
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Public Static Methods

Protected Members


Detailed Description

Dialog for user to enter a single line of text.

 KLineEditDlg ( const QString& _text, const QString& _value, QWidget *parent )

Create a dialog that asks for a single line of text. _value is the initial value of the line. _text appears as label on top of the entry box.

Parameters:

KLineEditDlg ()

[virtual]

QString  text ()

Returns: the value the user entered

QString  getText (const QString &_text, const QString& _value, bool *ok, QWidget *parent )

[static]

Static convenience function to get a textual input from the user.

Parameters:

void  slotClear ()

[slot]

Clears the edit widget

QLineEdit * edit

[protected]

The line edit widget