Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-98

Read REG_BINARY from registry using QSettings.

    XMLWordPrintable

Details

    Description

      It could be an enhancement to QSettings to support more registry types which are correctly mapped in the QVariant. Qt should map REG_BINARY to QByteArray and REG_MULTI_SZ to a QStringList.

      We can't fix this until Qt 5, because REG_BINARY is currently read by QSettings as a utf-16 encoded QString. REG_MULTI_SZ is read as a list of QStrings. Changing this would break existing applications.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stormols Marius Storm-Olsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes