class KDirSelectDialog |
|
|
A pretty dialog for a KDirSelect control for selecting directories.
Author Michael Jarrett See also KFileDialog |
|
The constructor. Creates a dialog to select a directory (url). Internal use the static selectDirectory function startDir - the directory, initially shown localOnly - unused. You can only select paths below the startDir parent - the parent for the dialog, usually 0L |
|
|
|
Creates a KDirSelectDialog, and returns the result. startDir - the directory, initially shown The tree will display this directory and subdirectories of it. localOnly - unused. You can only select paths below the startDir parent - the parent widget to use for the dialog, or 0 to create a parent-less dialog caption - the caption to use for the dialog, or QString() for the default caption Returns The URL selected, or an empty URL if the user canceled or no URL was selected. |
|
|
|
Returns The path for the root node |
|
Returns the currently-selected URL, or a blank URL if none is selected. Returns The currently-selected URL, if one was selected. |
|