From: Keith, T. <ke...@um...> - 2005-07-22 18:38:00
|
Actually, it looks like simply NOT calling pm_.fill() [which is the same = as pm_.fill(Qt:;white)] at all should and does work for both Qt3 and = Qt4. Why is pm_.fill() there? The non-text pixels are defined by the = mask to be transparent and the text pixels are defined by the mask to be = opaque and are painted explicitly on the pixmap ... but I agree that the = behavior of QPixmap::fill() wrt to the mask has changed between Qt3 and = Qt4 ... |