I'm having a hard time figuring out how to best deal with transparencies using QPainter (PyQt 4.7 on Mac OSX) I'm getting noisy artifacts in transparent areas of my icon which is painted using a custom QIconEngine class http://pastebin.com/ES55EeQj
I'm trying to follow the advice in these articles where I explicitly set the pixelFormat in a pixmap and then fill it with transparency, however I can't get rid of the artifacts. http://techbase.kde.org/Development/Tutorials/Graphics/Performance http://www.informit.com/articles/article.aspx?p=1174421&seqNum=3 Any help would be greatly appreciated. -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
