[SOLVED] [Moved] Close Application
-
qApp->exit()
-
Your question is rather general. Did you use "Qt Creator":http://doc.qt.nokia.com/qtcreator-2.3/creator-getting-started.html to generate a project using one of it's wizards?
What is FW in your dictionary?
-
You need to inlude this
@#include <QApplication>@
and call "qApp":http://doc.qt.nokia.com/latest/qapplication.html#qApp -> "quit()":http://doc.qt.nokia.com/latest/qcoreapplication.html#quit