Skip to content

Commit

Permalink
sy - debugging QtCharts
Browse files Browse the repository at this point in the history
  • Loading branch information
yisangriB committed Oct 3, 2024
1 parent 7f995a3 commit 24900f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions EVENTS/peerNGA/RecordSelectionPlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
#include <QLineSeries>
#include <QLogValueAxis>
#include <QChart>
#include <QtCharts/QChart>
#include <QtCharts/QChartView>
#include <QtCharts/QLineSeries>
#include <QtCharts/QScatterSeries>
#include <QtCharts/QVXYModelMapper>
#include <QtCharts/QLegendMarker>
//using namespace QtCharts;
#include <math.h>
#include <QValueAxis>
#include <QLogValueAxis>

class RecordSelectionPlot : public QWidget
{
Expand Down

0 comments on commit 24900f5

Please sign in to comment.