Hi all!How to auto closing a alert dialog in qt webkit,such as this page:<html>
<head><title>test</title></head> <body>
<script>alert("alert")</script> <p>test<p> </body></html>
http://lists.trolltech.com/qt-interest/2003-01/msg00706.html said "Maybe you
can set a timer in the dialogs class, that after 5 seconds emits a signal which
is connected to a slot that closes the dialog. Example :connect(timer,
SLOT(timeout(), this, SLOT(accept()));
timer->start(5000, TRUE); "but how to reimplementation qdialog calss in
qtwebkit program?Is it possible to forbid display dialog?Sincerely yours, zhou
peng [email protected] 2011-04-28 _______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt