Hi All,

I am creating a windows application which has lot of widgets(controls) and the user wants to be able to zoom in particular area of GUI so that he can see the controls clearly and operate in that view. Does Qt provide anything with which I can achieve this functionality.
This would be similar to what Mac provides when we (ctrl+mouse) scroll but I want this functionality on Windows xp.
I am using Qt 4.6.0

Thanks