Stop mouse event propagation to child widgets in QScrollArea
Unsolved
General and Desktop
-
Hello folks,
I am struggling with a situation, where I don't want mouse click events to be passed to its child events
while it is scrolling.
I tried event filter method, but not getting the idea about how to code, since I am new to qt
can anybody give some sample eg. or code -
@Viki_Dev you may want to look again at event system documentation, and in particular to event filters section, and also look at this article.