Sunday 25 October 2009

Simple Screenshot App using #Qt - Effort about 2 hrs

Screenshot app #Qt #C++:This is a tiny screenshot app which I created to take png screenshots in 1-sec intervals using Qt.

This requires you to have Qt library installed on your computer. App + Source can be downloaded here.
The best way to learn is to try stuff.
Tried using Mouse event capture but got stuck, so thats one of the things which I am going to do next wrt this project.