Hi all,
I am using Qt to write an image viewer where the user can create notes/annotations about the image and bookmark interesting points of view. I was thinking of saving these notes/bookmarks in QStandardPaths::DataLocation, but it seems like that might be used more for user settings and configurations. Would QStandardPaths::CacheLocation be more appropriate?
Thank you from a Qt newbie :)
↧