15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_INFOWIDGETS_DISTRIBUTIONWIDGET_H 
   16 #define BORNAGAIN_GUI_COREGUI_VIEWS_INFOWIDGETS_DISTRIBUTIONWIDGET_H 
   19 #include <qcustomplot.h> 
   53     void setPlotRange(
const QPair<double, double>& xRange, 
const QPair<double, double>& yRange);
 
   54     void plotBars(
const QVector<double>& xbars, 
const QVector<double>& ybars);
 
   55     void plotFunction(
const QVector<double>& xFunc, 
const QVector<double>& ybars);
 
   57                           const QColor& color = Qt::blue);
 
Limits for a real fit parameter.
The WarningSign controls appearance of WarningSignWidget on top of parent widget.