I have tried
QSettings lReg("HKEY_CURRENT_USER\\Software\\...\\x",QSettin g::NativeFormat);
...
This doesn't correct my problem.
I have tried
QSettings lReg("HKEY_CURRENT_USER\\Software\\...\\x",QSettin g::NativeFormat);
...
This doesn't correct my problem.
It seems, it's a bug in Qt. Please see task #100648 on TackTracker:
http://trolltech.com/developer/task-...ntry&id=100648
This bug was scheduled for 4.2.0, but it doesn't work for me too on Qt 4.4.3. I think, you should write a bug report about yuor issue
This is oficial answer form Trolltech:
QSettings does not fully support reading and writing of the registry
type REG_BINARY. There is a suggestion in task tracker regarding this
issue. This task has ID:108395.
Bookmarks