Uploaded image for project: 'Qt Project Website'
  1. Qt Project Website
  2. QTWEBSITE-346

Enum "summaries" contain incorrect enum values

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • None
    • qt-project.org

    Description

      There are issues with enum values in the summary of each enum (with summary I mean the way enums are shown before you click on it and see all the values etc.)

      • Numbers from enum values are missing (cf. http://developer.qt.nokia.com/doc/qt-4.8/qimage.html , all the Format values miss the number of bits of the format, leading to "Format_RGB" repeated several times instead of Format_RGB32, Format_RGB16, etc.)
      • Enum values with hexadecimal int value have a trailing "x" (cf. http://developer.qt.nokia.com/doc/qt-4.8/qt.html - the Alignment enum reports "AlignLeft x", "AlignRight x", etc.
      • Enum values that are equal to a combination of other values show that combination ("AlignVertical_Mask AlignTop | AlignBottom | AlignVCenter")

      Attachments

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

        Activity

          People

            mariusg mariusg (Inactive)
            peppe Giuseppe D'Angelo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes