For a handheld device I want to put a vertical Bar which will contain widgets that show the battery status of device, network connectivity status, Date and Time etc. For this Bar I have chosen a GroupBox and for the widgets inside that (lets say batter status) I am planning to use QPushButton. Is it correct I am doing or there is some special widgets for this purpose?
Please suggest.
That would work, but is it the best answer? That really depends on you UI design. Qt's widgets are extremely flexible and there are many ways to do any one function. Couple of points -
Hope this helps.