I have QWidget containing several child widget.

I only have track of the parent widget and not its childs.
I'd like to emulate a mouse click to a specific position.
So that one of the child widget gets the mouseClick event depending on cursor's position.

Is it possible to emulate that behaviour using postEvent or sendEvent ?

Thanks.