You can modify the CSS of the status bar item like this:
statusBar()->setStyleSheet("QStatusBar::item { border-right: 0px }");
This has solved the issue for me and I do not have any borders. Not sure how this will work with mutliple labels in the status bar.