You will have to queue messages and use QTimer or QStatusBar::messageChanged() to change them.Originally Posted by filmfreak
Just put everything in one string.2) Be able to display multiple items at once, including integers. For example, I'd like to be able to display the word "In", followed by the value of an integer variable, followed by the word "Out", followed by the value of another integer variable.
Also check out QStatusBar::addWidget() method.
Bookmarks