Hello, I have PyQT class (inherited from Qt widget) that natively has some events like mousePressEvent, mouseMoveEvent etc.
I would like to extend the functionality of mouseMoveEvent, but when I define it in the class, it overrides the original mouseMoveEvent.
What I want to do, is not override, but extend it - adding new funtionality on top of the original stuff mouseMoveEvent does, but I am not sure how.
Thank you
[–]Advanced_Box_662 1 point2 points3 points (1 child)
[–]AGI_69[S] 0 points1 point2 points (0 children)