| 938 | } |
| 939 | |
| 940 | void TOPPASBase::showStatusMessage(const string& msg, OpenMS::UInt time) |
| 941 | { |
| 942 | if (time == 0) |
| 943 | { |
| 944 | message_label_->setText(msg.c_str()); |
| 945 | statusBar()->update(); |
| 946 | } |
| 947 | else |
| 948 | { |
| 949 | statusBar()->showMessage(msg.c_str(), time); |
| 950 | } |
| 951 | QApplication::processEvents(); |
| 952 | } |
| 953 | |
| 954 | void TOPPASBase::showCursorStatus(double /*x*/, double /*y*/) |
| 955 | { |