Hi,

I'am developing a qt program that should be used by all users of a computer, but I want all the files generated by it stored in the administrator account, so that all users have access to the same files.
The problem is that accessing a folder in the administrator account from another users account requires a password !

My question is if its possible to give qt the password for the admin account ? Or maybe is there another way for saving files in one common location ?

thanks.