Results 1 to 7 of 7

Thread: QSetting and writing REG_BINARY to registry

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2007
    Posts
    35
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Re: QSetting and writing REG_BINARY to registry

    I have tried

    QSettings lReg("HKEY_CURRENT_USER\\Software\\...\\x",QSettin g::NativeFormat);
    ...

    This doesn't correct my problem.

  2. #2
    Join Date
    Oct 2008
    Posts
    70
    Thanks
    1
    Thanked 9 Times in 9 Posts

    Default Re: QSetting and writing REG_BINARY to registry

    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

  3. #3
    Join Date
    Oct 2008
    Posts
    70
    Thanks
    1
    Thanked 9 Times in 9 Posts

    Default Re: QSetting and writing REG_BINARY to registry

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.