Our application is based on Qt4.8.4 on windows 7 64-bit. We would like to go for windows app certification.
One of the requirements for certification is that the application should start with standard user privileges and then application can elevate itself to admin level whenever required.
Using manifest file and windows API's we can achieve that.

Is there any Qt way of handling such scenarios on windows 7?

In windows terms, say, the application starts up with "asInvoker" privilege and then elevate it to "requireAdministrator" privilege whenever required and then go lower again when done.

Thanks in Advance.