Details
-
Bug
-
Resolution: Done
-
P2: Important
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")