How do you receive a file from a user and automatically save it to a designated folder
Solved
General and Desktop
-
Hi and welcome to devnet,
Use QFileDialog::getOpenFileName to get the file and then use QFile::copy to copy it to the destination you want.