Hi Friends,<div><br></div><div>@BogDan, @Ray, @Gurus-->> does next release have plan for android back button handling ?</div><div><br></div><div>@All: How do you people do back button handling ?</div><div><br></div><div>
<br></div><div>How to handle below use cases more elegantly ?</div><div><br></div><div>1. When the main-menu is open-->> how to make the back button cause menu loss of focus/closure ?</div><div><br></div><div>2. When a dialog (eg: about box) is open... how to make back button cause close dialog ?</div>
<div><br></div><div>3. When mainwindow is in focus... back-button should optionally quit app... but with a close-event or something... not abruptly.</div><div><br></div><div>Approaches: (any comments... on what you people have done ???)</div>
<div><br></div><div><div>(A) Messy approach (which I plan to do) is to come up with a complicated system of keypressEvent handlers--- and pass back button as something else from QtActivity.java... etc... however, has somebody come with a more elegant solution ?</div>
</div><div><br></div><div><div>(B) Logically, a cleaner approach would be to emit signal.... for back-button... and various widgets, controls etc... bind slots to that signal....</div><div>Also, menu ; about box; file-open dialog etc... we should provide a way for windows to treat back button as some kind of cancel event... and handle it appropriately...</div>
<div><br></div></div><div>What say friends ?</div><div><br></div><div>Regards,</div><div><br></div><div>Nalin</div>