Thiago Macieira <thiago <at> kde.org> writes:
> We need to provide a function that gives this information at runtime. Then > you > choose which plugin to load. This would be great, I am not sure if this should be string based (but then I have to think about eclipse breaking because Oracle changed the vendor name from Sun to Oracle). > > QPixmap is directly implemented by the Lighthouse backend. It should be the > most efficient surface for drawing by that backend. > > But just as we have QPixmap::fromX11Pixmap, we can think of specialised API > for specialised needs. Case-by-case basis, I guess. Okay, one ugly part is that I would like to avoid having a toImage() on this kind of QPixmap, I just want to be able to be able to pass it to QPainter::drawPixmap. So maybe something like QOpaquePixmap... that is... I don't really know where this is heading. I will work on it starting from the 3rd week of august. _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
