Excusing the actual folders used as an example, I want to achieve the following two widgets in Qt (the backend is similar to files, but not exactly filesystem files): folder-replace-dialog and copy-file-dialog
I know Qt can do the native save-file widget (using QFileDialog
static methods), but can it do the folder replace/file copy dialogs as well? Any suggestions?