1#ifndef HistogramWidget_h 
    2#define HistogramWidget_h 
    9#include <QStackedWidget> 
   12#include <QDoubleValidator> 
   15#include <qwt_plot_curve.h> 
   16#include <qwt_legend.h> 
   18#include "HistogramItem.h" 
   40      HistogramWidget(
const QString title, 
const QColor histColor = Qt::gray, 
const QColor stretchColor = Qt::darkGray);
 
 
Container of a cube histogram.
This is the (qwt) plot item for a histogram.
This is free and unencumbered software released into the public domain.