From kde-core-devel Mon Aug 06 15:39:21 2007 From: Mosfet Date: Mon, 06 Aug 2007 15:39:21 +0000 To: kde-core-devel Subject: Re: Reflecting a QPixmap ? Message-Id: <200708061039.21717.daniel.duley () verizon ! net> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118641410517885 I figured I'd add a little to this since I'm working on similiar stuff right now. Your all right, rotation will convert to an image no matter if you use QImage or K(Pixmap/Image)Effect. You can use XRenderTransform, here is a good example, although it's old and for Qt3: http://ktown.kde.org/~fredrik/composite_howto.html It focuses on Composite and toplevel windows but shows a lot of relevant stuff. But that sure would be messy way to rotate something :P You might have a better time using QGraphicsView and QGraphicsItem, which I am just beginning to explore and learn the wonders of :)