Qt-interest Archive, August 2006
need a qWarningDialog that doesn't halt the execution
Message 1 in thread
Hello everyone,
i am searching through Qt API but i can not seem to find a QMessageDialogBox
or something alike that does not halt the execution...
ie when a qtimer reads values from the memory and one of the is out of
limits i want a window to pop up and notify the user.. but the reading of
the memory will proceed..
in programming terms i want the execution to not stop when it reaches
myWarningWidget->exec() and wait for the dialog to exit.
How is it possible to do that?
thank you for your help
nass
Message 2 in thread
>
> ie when a qtimer reads values from the memory and one of the is out
> of limits i want a window to pop up and notify the user.. but the
> reading of the memory will proceed..
> in programming terms i want the execution to not stop when it
> reaches myWarningWidget->exec() and wait for the dialog to exit.
> How is it possible to do that?
> thank you for your help
> nass
Certainly. Read the docs for the dialog widgets and look for
"modeless".
http://doc.trolltech.com/4.1/qdialog.html
--
[ signature omitted ]