Skip to content
Snippets Groups Projects
Commit 44d672dc authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

first implementation of legend

parent 7b6c8bf3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#include <quplotcurve.h>
#include <qutimescaledraw.h>
#include <qwt_symbol.h>
#include <qwt_legend.h>
#include <qwt_date_scale_engine.h>
#include <cupluginloader.h>
......@@ -42,6 +43,7 @@ I0MMonPlot::I0MMonPlot(QWidget *parent, CumbiaPool *cup, const CuControlsFactory
setXAxisAutoscaleEnabled(false);
setYAxisAutoscaleEnabled(false);
insertLegend( new QwtLegend() );
}
I0MMonPlot::~I0MMonPlot() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment