Qt 6.11 is out! See what's new in the release
blog
[SOLVED]what signal to capture in order to sync filename
General and Desktop
2
Posts
2
Posters
1.9k
Views
1
Watching
-
May be this signal can help you
@void QFileSystemModel::fileRenamed ( const QString & path, const QString & oldName, const QString & newName ) [signal]
@bq. This signal is emitted whenever a file with the oldName is successfully renamed to newName. The file is located in in the directory path.