No, don't use that in Qt.
Use that in your C application (if you have the source of the C application)
If you run your C program from a dos command line, do you get all output?
Well, you can always give root access to your program permanently, if you don't want to request it whilst running:
chown root your_app
chmod a+xs your_app
Bookmarks