org.kde.koala
public class KURLRequesterDlg extends KDialogBase
UNKNOWN: Simple dialog to enter a filename/url.
Constructor Summary | |
---|---|
protected | KURLRequesterDlg(Class dummy) |
KURLRequesterDlg(String url, QWidget parent, String name, boolean modal)
Constructs a KURLRequesterDlg. | |
KURLRequesterDlg(String url, QWidget parent, String name) | |
KURLRequesterDlg(String url, String text, QWidget parent, String name, boolean modal)
Constructs a KURLRequesterDlg. | |
KURLRequesterDlg(String url, String text, QWidget parent, String name) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
KFileDialog | fileDialog()
Returns a pointer to the file dialog used by the KURLRequester. |
protected void | finalize() Deletes the wrapped C++ instance |
static KURL | getURL(String url, QWidget parent, String caption)
Creates a modal dialog, executes it and returns the selected URL. |
static KURL | getURL(String url, QWidget parent) |
static KURL | getURL(String url) |
static KURL | getURL() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
KURL | selectedURL()
Returns the fully qualified filename. |
KURLRequester | urlRequester()
Returns a pointer to the KURLRequester. |
Parameters: url The url of the directory to start in. Use null to start in the current working directory, or the last directory where a file has been selected. parent The parent object of this widget. name The name of this widget. modal Specifies whether the dialog should be opened as modal or not.
UNKNOWN: Constructs a KURLRequesterDlg.
Parameters: url The url of the directory to start in. Use null to start in the current working directory, or the last directory where a file has been selected. text Text of the label parent The parent object of this widget. name The name of this widget. modal Specifies whether the dialog should be opened as modal or not.
UNKNOWN: Constructs a KURLRequesterDlg.
UNKNOWN: Returns a pointer to the file dialog used by the KURLRequester.
Parameters: url This specifies the initial path of the input line. parent The widget the dialog will be centered on initially. caption The caption to use for the dialog.
UNKNOWN: Creates a modal dialog, executes it and returns the selected URL.
UNKNOWN: Returns the fully qualified filename.
UNKNOWN: Returns a pointer to the KURLRequester.