Insofar as a Qt program is a C++ program, you can easily execute any system command you want, including things like "shutdown," simply using the normal C facilities to do so, e.g. @system ("/sbin/shutdown -h now");@ or @exceclp ("telinit","0");@ etc.
Please I find the commands that shut down the Angstrom linux board and also option for the standby mode of this board...
After standby mode how to come back it is also question...
Please help me out...