Hi ,

I am creating a QFile in my Qt program . I am using this file to read and write some text . I want to give permission for this file so that it cannot be edited (readonly) outside program . Can anyone tell me how can I do this?

Thanks