Re: [PyQt] Strange error when using QGraphicsPixmapItem in a

2007-03-13 Thread Phil Thompson
On Monday 12 March 2007 1:39 pm, V. Armando Sole, [EMAIL PROTECTED] wrote: > Hello, > > I get a strange error when using QGraphicsView in the way shown below. > > The error is: > > QObject::startTimer: QTimer can only be used with threads started with > QThread > > What it leaves me perplex is tha

[PyQt] Strange error when using QGraphicsPixmapItem in a

2007-03-12 Thread V. Armando Sole
Hello, I get a strange error when using QGraphicsView in the way shown below. The error is: QObject::startTimer: QTimer can only be used with threads started with QThread What it leaves me perplex is that the error does not appear if the getPixmap function is not defined. As you may notice,