Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.6.1
-
None
Description
In Qt 3 there was a method to specify a raw value to be used when painting with a QColor which is described here:
http://doc.trolltech.com/3.3/qcolor.html#QColor-4
This could be used to specify an index value directly anytime this QColor was specified. In Qt 4 this no longer exists, and this can be troublesome to work around using the Qt 4 painting API. This should be mentioned in the notes regarding porting from Qt 3 to Qt 4.