alpartis / sunrise

sample QtQuick application for my personal training and learning
MIT License
0 stars 0 forks source link

function for standard confirmation dialog #4

Closed alpartis closed 2 years ago

alpartis commented 2 years ago

There needs to be a "standard" yes/no confirmation dialog box associated with the PHONE LAUNCHER button in the initial Booty.qml screen.

When the user clicks on PHONE LAUNCHER button, present the user with a dialog box with the string "Are you sure you want to launch the phone". The user should have 2 choices: Yes and No. If Yes, then proceed with the action currently associated with pressing the PHONE LAUNCHER button. If No, dismiss the dialog box and do nothing.