--Axeljaeger 13:13, 16 June 2009 (EEST)
Message-Box is generally used to give information / warning to the user at special times. The article mainly presents the way to create a MessageBox and receiving input from user in Qt. It uses the QMessageBox API.
The article provides the code-snippets and image implementation for the application. The code is well-explained. The working of various functions is described properly. The article contains screen-shots for our ease.
The article can be useful to beginners as well as intermediate developers.
--Deepikagohil 11:15, 13 September 2009 (UTC)
Article shows how to show message box and click event of the message box. In this application we can set an image at the top left side of the bar. At some time in application like selecting service provider, access point setting message box is very useful.
[--Fasttrack 17:25, 18 September 2009 (UTC)]
Level: Intermediate
Good use of QMessageBox class.
As we know that message box can be used any where in our application.The Author shows a small example but explains each and every methods of QMessageBox Class with example and screen shots.So it is nice thing to explain all the thing.
It's a step by step explanation from author of this article.
--Vkmunjpara 12:45, 20 September 2009 (UTC)