If you want to make your settings portable between different OSes, you can use .ini files (QSettings::IniFormat) or even register you own format with QSettings::registerFormat(), but this has nothing to do with passing data between objects inside your application.Originally Posted by patrik08
Bookmarks