Search code examples
qtrootprivileges

get root privileges to my Qt App


My Qt app mounts ntfs shares to local directory.

I am using sudo appname but I want user to enter root password when application prompts.

How can I prompt for password and get root privileges for my Qt App ?


Solution

  • This is something that's done by system software, not GUI toolkits. You can use PolicyKit