Qt 6.11 is out! See what's new in the release
blog
Qt 5.15.0 QSettings values not reloaded
-
Did you also try with the Qt version provided by your distribution ?
-
This is just to determine whether this one works correctly which your code.
-
Everything works correctly with my code EXCEPT this one thing. You mentioned earlier it could be an issue with the way QSettings caches values. Is there a way to flush and reload the values?
@ad5xj said in Qt 5.15.0 QSettings values not reloaded:
Is there a way to flush and reload the values?
Documentation is your friend...
-
Did you try to check the status of your QSettings ?
-
Please provide a minimal, compilable example to reproduce the problem. There is no report about such an issue in the bugtracker until now.