Connecting two QWidget with QMouseEvents
-
I want to connect two QWidget with QMouseEvents.
"Widget B" is underneath "Widget A", and no mouse event occurs.
I want the mouse events that I did in "Widget A" to behave the same way in "Widget B".
Is there any way to do this?@w-tkm You can send events you get in WidgetA to WidgetB, see https://doc.qt.io/qt-5/eventsandfilters.html#sending-events
-
@w-tkm You can send events you get in WidgetA to WidgetB, see https://doc.qt.io/qt-5/eventsandfilters.html#sending-events