Mercurial > hg > tony
comparison src/MainWindow.cpp @ 347:c9affb380e35
better? wording of new analysis menu entry
author | matthiasm |
---|---|
date | Mon, 16 Jun 2014 12:30:15 +0100 |
parents | 65907d91f328 |
children | c66ec7f40acb |
comparison
equal
deleted
inserted
replaced
346:65907d91f328 | 347:c9affb380e35 |
---|---|
850 action->setCheckable(true); | 850 action->setCheckable(true); |
851 action->setChecked(precise); | 851 action->setChecked(precise); |
852 connect(action, SIGNAL(triggered()), this, SLOT(precisionAnalysisToggled())); | 852 connect(action, SIGNAL(triggered()), this, SLOT(precisionAnalysisToggled())); |
853 menu->addAction(action); | 853 menu->addAction(action); |
854 | 854 |
855 action = new QAction(tr("&Suppress Detection at Low Amplitude"), this); | 855 action = new QAction(tr("&Penalise Pitches at Low Amplitudes"), this); |
856 action->setStatusTip(tr("Reduce the likelihood of detecting a pitch when the signal has low amplitude.")); | 856 action->setStatusTip(tr("Reduce the likelihood of detecting a pitch when the signal has low amplitude.")); |
857 action->setCheckable(true); | 857 action->setCheckable(true); |
858 action->setChecked(lowamp); | 858 action->setChecked(lowamp); |
859 connect(action, SIGNAL(triggered()), this, SLOT(lowampAnalysisToggled())); | 859 connect(action, SIGNAL(triggered()), this, SLOT(lowampAnalysisToggled())); |
860 menu->addAction(action); | 860 menu->addAction(action); |