21 #ifndef KURLREQUESTERDIALOG_H
22 #define KURLREQUESTERDIALOG_H
24 #include <kdialogbase.h>
55 const char *name,
bool modal =
true );
70 TQWidget *parent,
const char *name,
bool modal=
true );
79 KURL selectedURL()
const;
88 static KURL getURL(
const TQString& url = TQString::null,
89 TQWidget *parent= 0,
const TQString& caption = TQString::null);
102 void slotTextChanged(
const TQString &);
104 void initDialog(
const TQString &text,
const TQString &url);
107 class KURLRequesterDlgPrivate;
108 KURLRequesterDlgPrivate *d;
Provides a user (and developer) friendly way to select files and directories.
Dialog in which a user can enter a filename or url.
This class is a widget showing a lineedit and a button, which invokes a filedialog.