Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1065

QUuid does not have a natvis in Qt5 or Qt6

    XMLWordPrintable

Details

    • f7b68bf6e3 (qt-labs/vstools/dev)

    Description

      The Qt5 and Qt6 natvis do not support QUuid, so projects only see the data 1,2,3 and 4 members.

      For Qt5, I have started using the following in my projects.
      Please add this to the Qt5 and Qt6 natvis if appropriate.

      <Type Name="QUuid">
       <DisplayString>{{{data1,Xb}-{data2,Xb}-{data3,Xb}-{(data4[0]),nvoXb}{(data4[1]),nvoXb}-{(data4[2]),nvoXb}{(data4[3]),nvoXb}{(data4[4]),nvoXb}{(data4[5]),nvoXb}{(data4[6]),nvoXb}{(data4[7]),nvoXb}}}</DisplayString>
       </Type>

      Attachments

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

        Activity

          People

            heimrich Karsten Heimrich
            rthompson Richard Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes