TwiceAsNice
2019-02-18
|
#include <QWidget>
#include <QtDesigner/QDesignerExportWidget>
#include <Nice/Qt/BridgeItem.h>
#include <qwt_plot.h>
#include <qwt_plot_curve.h>
#include <qwt_plot_grid.h>
#include <qwt_scale_draw.h>
#include <qwt_plot_marker.h>
#include <qwt_legend.h>
#include <qwt_symbol.h>
#include <qwt_legend_item.h>
Classes | |
class | OscilloscopeDisplay |
A qwt widget to display an oscilloscope curve (array of points) More... | |