From be1e3c74adde36bc213eb484acdd7d266057e089 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 16 Mar 2017 15:33:42 +0000 Subject: [PATCH] Try filled circles instead of line for the measured phase plot. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7609 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- PhaseEqualizationDialog.cpp | 2 ++ wsjtx.pro | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PhaseEqualizationDialog.cpp b/PhaseEqualizationDialog.cpp index bc2983d30..21c8f7644 100644 --- a/PhaseEqualizationDialog.cpp +++ b/PhaseEqualizationDialog.cpp @@ -524,6 +524,8 @@ void PhaseEqualizationDialog::impl::plot_phase () if (phase_file) { + plot_.graph(0)->setLineStyle(QCPGraph::lsNone); + plot_.graph(0)->setScatterStyle(QCPScatterStyle(QCPScatterStyle::ssDisc, 4)); plot_.graph (0)->setVisible (true); plot_.graph (0)->addToLegend (); diff --git a/wsjtx.pro b/wsjtx.pro index e2159ae29..28eafa353 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -66,7 +66,7 @@ SOURCES += \ main.cpp decodedtext.cpp wsprnet.cpp messageaveraging.cpp \ echoplot.cpp echograph.cpp fastgraph.cpp fastplot.cpp Modes.cpp \ WSPRBandHopping.cpp MessageAggregator.cpp SampleDownloader.cpp qt_helpers.cpp\ - MultiSettings.cpp + MultiSettings.cpp PhaseEqualizationDialog.cpp HEADERS += qt_helpers.hpp \ pimpl_h.hpp pimpl_impl.hpp \ @@ -81,7 +81,7 @@ HEADERS += qt_helpers.hpp \ Configuration.hpp wsprnet.h signalmeter.h meterwidget.h \ logbook/logbook.h logbook/countrydat.h logbook/countriesworked.h logbook/adif.h \ messageaveraging.h echoplot.h echograph.h fastgraph.h fastplot.h Modes.hpp WSPRBandHopping.hpp \ - WsprTxScheduler.h SampleDownloader.hpp MultiSettings.hpp + WsprTxScheduler.h SampleDownloader.hpp MultiSettings.hpp PhaseEqualizationDialog.hpp INCLUDEPATH += qmake_only