Help Qt Widgets for creating Accessories Bar on my device

Posted by Surjya Narayana Padhi on Stack Overflow See other posts from Stack Overflow or by Surjya Narayana Padhi
Published on 2010-04-14T02:50:24Z Indexed on 2010/04/14 2:53 UTC
Read the original article Hit count: 407

Filed under:
|

Hi Geeks,

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.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qwidget