If your filesystem supports it, you can use QFileInfo::lastModified() to check for last modification date and compare it against the time when you saved the file last. But in general this is not reliable. Usually you use QFileSystemWatcher to monitor for modifications.
Bookmarks