Then after that
use
Qt Code:
To copy to clipboard, switch view to plain text mode
Renames the file currently specified by fileName() to newName. Returns true if successful; otherwise returns false.
If a file with the name newName already exists, rename() returns false (i.e., QFile will not overwrite it).
The file is closed before it is renamed.
Bookmarks