QProperty Animation with Mousemove events inQtWidgets
Unsolved
Mobile and Embedded
-
HI,
I'm working on some animations. So I'm getting some issue on this. I need to animate the whole window or screen or application with qpropertyanimation. When the user drag the screen through mousemove event, screen has to drag with respective of mouse positions. If Mouse position is middle of the screen then at that time If he release the mouse, so screen has to draw continuously. These all functions need to do by using mouse move events. here the problm is i'm unable to animate the screen with respective mouse positions.Thank You.