Re: [PyQt] Bug with QWidget masks in QGraphicsScene?

2010-06-11 Thread Jeremy
mouse click event .. def myMouseEvent(event): #if event is in region: event.ignore() Regards, Matteo -Original Message- From: pyqt-boun...@riverbankcomputing.com [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of Jeremy Sent: 11 June 2010 19:47 To: pyqt@riverbankc

Re: [PyQt] Bug with QWidget masks in QGraphicsScene?

2010-06-11 Thread Matteo Boscolo
pyqt@riverbankcomputing.com Subject: [PyQt] Bug with QWidget masks in QGraphicsScene? Hello, I have a question (which may stem from either a bug in PyQt, Qt, or just my understanding of how Qt is supposed to work). In particular, according to the Qt documentation (http://doc.trolltech.com/4.6/qwidget.html#se

[PyQt] Bug with QWidget masks in QGraphicsScene?

2010-06-11 Thread Jeremy
Hello, I have a question (which may stem from either a bug in PyQt, Qt, or just my understanding of how Qt is supposed to work). In particular, according to the Qt documentation (http://doc.trolltech.com/4.6/qwidget.html#setMask) masked widgets are only supposed to receive mouse events on the

[PyQt] Bug with QWidget masks in QGraphicsScene?

2010-03-15 Thread jgillula+pyqt
Hello, I have a question (which may stem from either a bug in PyQt, Qt, or just my understanding of how Qt is supposed to work). In particular, according to the Qt documentation (http://doc.trolltech.com/4.6/qwidget.html#setMask) masked widgets are only supposed to receive mouse events on th