PDA

View Full Version : QStatusBar



newermind
1st June 2009, 12:22
How to add seperator in QStatusBar?

vieraci
1st June 2009, 16:17
The QStatusBar is a single line bar, so you have to create your own and implement the signals and slots.

Lykurg
1st June 2009, 17:00
How to add seperator in QStatusBar?

You can add widgets to the status bar, so ad a "separator widget" to it.

faldzip
1st June 2009, 22:48
and "separator widget" is usually QFrame with horizontal (or vertical) line.