[Qt-interest] How to: Display a pop up notice.
Raja Rokkam
rokkamraja at gmail.com
Mon Feb 15 07:45:35 CET 2010
Hi Imran,
You can derive from QWidget and create your own MessgaeBox
which is quite easy. You will have to create a event loop and handle all the
events
evtLoop = new QEventLoop();
return evtLoop->exec( QEventLoop::AllEvents );
-Raja.
On Mon, Feb 15, 2010 at 12:04 PM, Mohammed Imran B
<imran.ar20487 at gmail.com>wrote:
> Hi,
>
> I want to display a pop up notice like QmessageBox that doesn't have any
> buttons to accept the inputs.
>
> Thanks and regards,
>
> Imran.
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100215/a7e95355/attachment.html
More information about the Qt-interest-old
mailing list