Home > Mobile >  QGraphicsWidget for mouse events
QGraphicsWidget for mouse events

Time:05-20

I added in scene1 a QGraphicsWidget, inside the QGraphicsWidget added a scene2, now found my mouse operation scene2 receiving less than, wheel events, etc., should be intercepted is the event, but can't find where to remove the intercept

CodePudding user response:

Each layer is added mousepressevent events, see where is blocked
  •  Tags:  
  • Qt
  • Related