标签: python python-3.x pyqt pyqt5
This question处理QGraphicsItemGroup的子级事件。建议的解决方案使用setHandlesChildEvents,在PyQt5中不可用。还有另一种方法可以达到相同的效果吗?我知道有setFiltersChildEvents,但是我不确定该方法是否等效,因为它确实可以传播例如mousePressEvent。
QGraphicsItemGroup
setHandlesChildEvents
setFiltersChildEvents
mousePressEvent