Hi,
How do I bypass the cancel call (red button) that whenever it is pressed it will not close the application?
Thanks,
raffy
Hi,
How do I bypass the cancel call (red button) that whenever it is pressed it will not close the application?
Thanks,
raffy
Not sure, you can check with the key handling in qml.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Hi, thanks for the reply!
Yeah I tried that already but still after leaving this blank
Keys.onCancelPressed: {
}
Whenever I press the cancel key the application is still terminated..