#include <QAction>
#include <QDebug>
#include <QIcon>
#include <QHBoxLayout>
#include <QToolButton>
#include <QTimer>
#include <QVBoxLayout>
#include <qwt_legend.h>
#include <qwt_plot.h>
#include <qwt_plot_curve.h>
#include <qwt_plot_zoomer.h>
#include <qwt_scale_widget.h>
#include <qwt_symbol.h>
#include "Plot/Plot.h"
#include "Plot/PlotDateScale.h"
#include "Plot/PlotDateScaleEngine.h"
#include "Plot/PlotDateTimeScale.h"
#include "Plot/PlotDateTimeScaleEngine.h"
#include "Plot/PlotSelector.h"
#include "Plot/PlotTracker.h"
#include "Plot/PlotWidget.h"
#include "Plot/PlotZoomer.h"
#include <QPainter>
#include <QFileDialog>