Login

Tag Archives: QPainter

Making a QPixmap transparent the Right Way

The Problem The classic situation that this problem can occur is when one wants to create a QPixmap with a transparent background and then draws on only some of the available pixels. This process is akin to creating a transparent GIF. Well there is a wrong way and a right way. I discovered this because [...]

Posted in Qt Code | Also tagged , , | Leave a comment