Monday, June 11, 2007

TODO tags in Qt 3.8.x

I recently tried to rescale a QPixmap containing a PNG with alpha values via resize(). Do you think it worked? No it didn't:
QPixmap::resize: TODO: resize alpha data
I tried to overlay a battery icon with a fully transparent image just containing a blue bar which I tried to resize according to the percent of battery power left. Ha! Now I have to crop the image to the bar and place it directly in the image... damn.

No comments: