Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I am currently using Desktop Qt 5.10.1 MSVC2013 Kit and I found out that QSettings using .ini file is not working. Any solution or workaround you can recommend?
Hi and welcome to the forums Do you have some test code to play with ?
Found the issue. QDir::separator() gives me '\' it should be '/' for QSettings to understand. :)
Ah, yep separator() gives native directory separator. Well good found then and please mark as solved