|
|
|
Construct a "rename" dialog
The following parameters bring optionnal information about src
and dest
Parameters:
parent | parent widget (often 0) |
caption | the caption for the dialog box |
src | the url to the file/dir we're trying to copy, as it's part of the text message |
dest | the path to destination file/dir, i.e. the one that already exists |
mode | parameters for the dialog (which buttons to show...), @see RenameDlg_Mode |
sizeSrc | size of source file |
sizeDest | size of destination file |
ctimeSrc | creation time of source file |
ctimeDest | creation time of destination file |
mtimeSrc | modification time of source file |
mtimeDest | modification time of destination file |
modal | set to true for a modal dialog |
QString |
Returns: the new destination path valid only if RENAME was chosen
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |