<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Igor,<div class=""><br class=""></div><div class="">I think you could listen to application state changed signal on the app entity and when you receive a pause, you could call app->quit().</div><div class=""><br class=""></div><div class=""><a href="http://doc.qt.io/qt-5/qguiapplication.html#applicationStateChanged" class="">http://doc.qt.io/qt-5/qguiapplication.html#applicationStateChanged</a></div><div class=""><br class=""></div><div class="">This is possibly the most straightforward way.</div><div class=""><br class=""></div><div class="">Regards,</div><div class=""><br class=""></div><div class="">Nuno</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 26 Jan 2015, at 06:24, Igor Mironchik <<a href="mailto:igor.mironchik@gmail.com" class="">igor.mironchik@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">Hi.<br class=""><br class="">How to completely shutdown Qt app on Adnroid when "Home" button pressed?<br class=""><br class="">I want to say when user presses "Home" button app will continue to work in  <br class="">background, i.e. the app shown in the list of apps when long touch "Home"  <br class="">button.<br class=""><br class="">How to prevent it and completely shutdown Qt app?<br class=""><br class="">Is it possible?<br class=""><br class="">-- <br class="">Best Regards,<br class="">Igor Mironchik.<br class="">_______________________________________________<br class="">Interest mailing list<br class=""><a href="mailto:Interest@qt-project.org" class="">Interest@qt-project.org</a><br class="">http://lists.qt-project.org/mailman/listinfo/interest<br class=""></div></blockquote></div><br class=""></div></body></html>