Hi, 2009/8/19 Matthias Pospiech <matthias.pospiech at gmx.de>: > If I want to use QSettings in its native OS way, I can never get the > value after I saved it: > I believe you need to call QSettings::sync() after setting a value to save data to disk. Cheers,