PDA

View Full Version : QMessageBox does not stop control flow



Mixpicles
15th July 2011, 17:27
Hello,

i wish to display a QMessegebox within code.
Depending on the user input a bool is set.

I wish for the system to wait toll the user decides.

How do I implement this and is the qmessagebox the tool of choice.


Best Regards

viulskiez
15th July 2011, 17:36
What you have done? Can you show the code?

stampede
15th July 2011, 17:37
Yes, it can be done with message box, check the second example in documentation (http://doc.qt.nokia.com/latest/qmessagebox.html#details).