Hi all,
I need to store a setting related to the file in use; I know that with QSettings I can store the settings for my application, but in my case the setting is to be related to the file, so if I open file A I get the setting SA, if I open the file B I get the setting SB, etc... what is the best practice to do it in QT? Thank you in advance.