MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / setStatusBarText

Method setStatusBarText

src/gui/main_window.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void MainWindow::setStatusBarText(const QString& text)
520{
521 status_label->setText(text);
522 status_label->setToolTip(text);
523}
524
525void MainWindow::showStatusBarMessage(const QString& text, int timeout)
526{

Callers 2

setToolMethod · 0.45
setOverrideToolMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected