Hi, try to set LayoutDirection to RightToLeft:
Qt Code:
statusBar ()->setLayoutDirection (Qt::RightToLeft);To copy to clipboard, switch view to plain text mode
Ginsengelf
addition: you could also add a spacer widget and a label with your text.
Bookmarks