11#ifndef HISTOGRAM_DISPLAY_FORM_H 
   12#define HISTOGRAM_DISPLAY_FORM_H 
   53    void newData(
const QEvent*) 
override;
 
   56    QIntValidator* d_int_validator;
 
   58    double d_startFrequency;
 
   59    double d_stopFrequency;
 
   68    QAction* d_semilogxmenu;
 
   69    QAction* d_semilogymenu;
 
   72    QAction* d_autoscalex_act;
 
   73    bool d_autoscalex_state;
 
 
QWidget for displaying time domain plots.
Definition HistogramDisplayPlot.h:24