[PyQt] Re: dragging a QGraphicsSvgItem

2009-03-18 Thread Wolfgang Rohdewald
On Mittwoch, 18. März 2009, Matt Smith wrote: > I use a graphics scene and I never have to explicitly paint anything. > It seems like you could create a pixmap item when you load the svg then > you wouldn't have to render it again later. My view scales the svg images matching to the available spac

[PyQt] Re: dragging a QGraphicsSvgItem

2009-03-18 Thread Matt Smith
On Wed, 2009-03-18 at 09:15 +, pyqt-requ...@riverbankcomputing.com wrote: > From: Wolfgang Rohdewald > Subject: [PyQt] dragging a QGraphicsSvgItem > To: pyqt@riverbankcomputing.com > Message-ID: <200903180430.09934.wolfg...@rohdewald.de> > Content-Type: text/plain; charset="us-ascii" > > Whi