class KURLRequesterDlg

Simple dialog to enter a filename/url. More...

Definition#include <kurlrequesterdlg.h>
InheritsKDialogBase (kdeui)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods

Protected Slots

Protected Members


Detailed Description

Dialog in which a user can enter a filename or url. It is a dialog encapsulating KURLRequester. The API is derived from KFileDialog.

 KURLRequesterDlg ( const QString& urlName, QWidget *parent, const char *name, bool modal = true )

Constructs a KURLRequesterDlg

Parameters:

KURLRequesterDlg ()

Destructs the dialog

KURL  selectedURL ()

[const]

Retrieve the fully qualified filename.

KURL  getURL (const QString& url = QString::null, QWidget *parent= 0, const QString& caption = QString::null)

[static]

Create a modal dialog and return the selected URL.

Parameters:

void  slotClear ()

[protected slot]

KURLCompletion * urlCompletion_

[protected]

KURLRequester * urlRequester_

[protected]