How to add seperator in QStatusBar?
Printable View
How to add seperator in QStatusBar?
The QStatusBar is a single line bar, so you have to create your own and implement the signals and slots.
and "separator widget" is usually QFrame with horizontal (or vertical) line.