I discovery a way to build mpg4 video from image.... on linux...
Now my question how i can grab Mouse to. ++
To build a video screen presentation from a programm... on action...
Qt Code:
To copy to clipboard, switch view to plain text mode
I discovery a way to build mpg4 video from image.... on linux...
Now my question how i can grab Mouse to. ++
To build a video screen presentation from a programm... on action...
Qt Code:
To copy to clipboard, switch view to plain text mode
In general you can't. When I implemented my videograbber I just painter the cursor on the frame myself![]()
Ok ... moveEvent(QMouseEvent *e) not work ... wenn i start a traceroute screenimage from a start QSystemTrayIcon *mTray; comand ..... or if widged is hide(); .... why?
all other listed event i can grab e->pos();
Qt Code:
To copy to clipboard, switch view to plain text mode
I don't understand what you mean, but if you want to receive mouse move events even if the button is not pressed, you need to enable mouse tracking on the widget you wish to track.
In my grabber I just used QCursor::pos.
Bookmarks