Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, is there any way to get mouseReleaseEvent() to work when ItemIsMovable flag is set to false? The event is completely ignored unless I change ItemIsMovable to true again.
Hi And you have QGraphicsItem::ItemIsSelectable on ?
@mrjj No, it is false. (even though, when I make ItemIsMovable true, I also make ItemIsSelected true)
Hi Ok try with that on and see if it then get the mouse events.
@mrjj Yes, it worked. Thank you!