I am dealing with QGraphicsItem. Since it is not a subclass of QWidget there is no such setting.If you want to perform mouse TRACKING, there is a setting for that in the Widget class
Perhaps I am expressing it in the wrong way. More clearly step by step:
1) Left mouse button is pressed anywhere on the scene and hold pressed
2) Now the cursor goes through my QGraphicsItem object
3) Result: None of mouse events are detected
As Wysota said the scene is the mouse grabber; so that is an expected behaviour. But i am still curious if there is an alternative method to achieve my goal![]()
Bookmarks