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

Read REG_BINARY from registry using QSettings.

XMLWordPrintable

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes