Possible Duplicate:
running a qt application at startup
How can I run a qt program at startup so that the user won't see the desktop at all?
I am building my program in linux and I want to distribute it to linux users.
I want to add that code to my app, because the customers don't have any understanding about linux.
I found that QSettings
can do that, is it true? What about QService
? Can we use a simple code like this?
QSettings a;
A.setpath(IniFormat,SystemScope,/etc/xdg)