I have this:
status=new QStatusBar(statusBar());
status->resize(MainWindow::size().width(), 10);
status->showMessage("Welcome!", 10);
status->show();
It does not show the message. However, it does show a tiny grip resizer. Why does it not display the message?