OK, it turned out to be straightforward to propagate the event.
def mousePressEvent(self, e):
self.leftpressed = e.button() == Qt.LeftButton
super(Table, self).mousePressEvent(e)
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
