01-22-2013 04:32 AM
How do we get the result of what the user choose? I am able to show the dialog but I have no idea how to capture what the user choose.
dialog = new SystemDialog("Yes","No",this);
dialog->setTitle(title);
dialog->setBody(message);
dialog->show();
Thank you!!!
Solved! Go to Solution.
01-22-2013 04:40 AM
01-22-2013 05:10 AM
Thank you!!!!!!!!!