|
|
|
QString |
[static]
This method creates a modal file dialog and returns the selected filename or an empty string if none was chosen. Note that with this method the user must select an existing filename.
Parameters:
dir | This specifies the path the dialog will start in. |
filter | This is a space seperated list of shell globs. |
parent | The widget the dialog will be centered on initially. |
name | The name of the dialog widget. |
QString |
[static]
This method creates a modal file dialog and returns the selected filename or an empty string if none was chosen. Note that with this method the user need not select an existing filename.
Parameters:
dir | This specifies the path the dialog will start in. |
filter | This is a space seperated list of shell globs. |
parent | The widget the dialog will be centered on initially. |
name | The name of the dialog widget. |
QString |
[static]
This function is similar to getOpenFileName() but allows the user to select a local file or a remote file.
QString |
[static]
This function is similar to getSaveFileName() but allows the user to select a local file or a remote file.
KFileInfoContents * |
[protected virtual]
Reimplemented from KFileBaseDialog.
bool |
[protected virtual]
Reimplemented from KFileBaseDialog.
Generated by: prospector@porky.devel.redhat.com on Tue Aug 15 09:55:42 2000, using kdoc 2.0a36. |