# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-06-25 05:19:52 # Node ID 4c9ac8ac34289ed50aa46edc766b2b9c6a3e38c6 # Parent 634ead433f2b8d156e1ad448e432de46dabf18f5 tooltip for sps label diff --git a/mainwindow.cpp b/mainwindow.cpp --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -147,6 +147,7 @@ MainWindow::MainWindow(QWidget *parent) // Init sps (sample per second) counter sampleCount = 0; spsLabel.setText("0sps"); + spsLabel.setToolTip("samples per second (total of all channels)"); ui->statusBar->addPermanentWidget(&spsLabel); spsTimer.start(SPS_UPDATE_TIMEOUT * 1000); QObject::connect(&spsTimer, &QTimer::timeout,