PDA

View Full Version : Adding Widgets (QLabel, Progressbar etc.) to statusbar



momesana
19th December 2006, 21:52
Hi,
is it possible to add Widgets such as QLabels, Progressbars etc. to the statusbar from within designer?

Thanx in advance
momesana

wysota
19th December 2006, 22:10
Hi,
is it possible to add Widgets such as QLabels, Progressbars etc. to the statusbar from within designer?

No, you can do that using hand written code only.

3dch
7th January 2007, 21:07
If you want to put several widgets into the statusbar you could try this:

- create a form (widget) in Qt Designer which contains all the widgets you want in the statusbar
- add this form to the statusbar by handwritten code at run time

This could make things a bit easier.
Ernst