| 1030 | } |
| 1031 | |
| 1032 | void TOPPViewBase::showStatusMessage(const string& msg, OpenMS::UInt time) |
| 1033 | { |
| 1034 | if (time == 0) |
| 1035 | { |
| 1036 | message_label_->setText(msg.c_str()); |
| 1037 | statusBar()->update(); |
| 1038 | } |
| 1039 | else |
| 1040 | { |
| 1041 | statusBar()->showMessage(msg.c_str(), time); |
| 1042 | } |
| 1043 | } |
| 1044 | |
| 1045 | void TOPPViewBase::showCursorStatus(const String& x, const String& y) |
| 1046 | { |