Details
-
Bug
-
Status: Reported
-
Not Evaluated
-
Resolution: Unresolved
-
Qt Creator 7.0.0
-
None
Description
Remove... file in "File System" view prompts and then deletes the file.
On Windows Explorer the Delete operation is moving the file to Recycle Bin, where there an option to restore a deleted file.
Since Qt 5.15 there is QFile::moveToTrash() which could be used for this operation.
The Delete operation has the Del keyboard sequence, bypassing Recycle bin can be done by using Shift + Del.