Is there a recomended way of saving my application’s settings (like user selections, window size, postion etc.) in a file (ini or any other format) using Qt?
Is there a recomended way of saving my application’s settings (like user selections, window
Share
If you’re trying to store settings for your own application in a config file, I’ve used QSettings like this before:
And exmaple configs/config.ini file: