QToolBars allow separators between tool buttons by calling the method QToolBar::addSeparator().

The QStatusBar is a container for other widgets that you can use to break up the space. You add the widgets with QStatusBar::addWidget() or QStatusBar::addPermanentWidget(). The layout of the status bar automatically places empty space between widgets.

The tool bar and status bar are not related to each other.