[Qt-interest] paint one image over other continously

John McClurkin jwm at nei.nih.gov
Thu Sep 24 17:14:46 CEST 2009


Rahulkumar Tibdewal wrote:
> Hello All,
> 
>  
> 
> I am developing the application where server can monitor the client 
> desktop. I am sending the images continuously from client to server so 
> that server can see client desktop.
> 
> Images are sent whenever there is any change on client desktop. i.e. 
> only changing rectangle images are sent for performance reasons.
> 
>  
> 
> My Question is how can I paint continuously appearing images from client.
> 
> I want to paint one image over other to its proper location continuously 
> so that it appear and continuous visualization of desktop, I am not sure 
> how’s that possible.
> 
By calling update() on the server widget that displays the client 
desktop whenever a new image is received? Really, this question is too 
vague to allow people to help you.



More information about the Qt-interest-old mailing list