Working on wide graph displays.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2609 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-09-29 13:02:19 +00:00
parent c7d9c1a8ab
commit 5670bc4709
8 changed files with 42 additions and 131 deletions
+1 -6
View File
@@ -1,7 +1,7 @@
#include "widegraph.h"
#include "ui_widegraph.h"
#define NSMAX 15750
#define NSMAX 10000
WideGraph::WideGraph(QWidget *parent) :
QDialog(parent),
@@ -283,11 +283,6 @@ void WideGraph::initIQplus()
{
}
void WideGraph::on_cbSpec2d_toggled(bool b)
{
ui->widePlot->set2Dspec(b);
}
double WideGraph::fGreen()
{
return ui->widePlot->fGreen();