Skip to content

Instantly share code, notes, and snippets.

@Satark
Last active August 29, 2015 14:08
Show Gist options
  • Save Satark/99a47018b5b0604db737 to your computer and use it in GitHub Desktop.
Save Satark/99a47018b5b0604db737 to your computer and use it in GitHub Desktop.
QwtArrayPlotItem::QwtArrayPlotItem(const QwtText &title):
QwtPlotItem(title),
m_dt(1.0),
m_size(0),
m_data(0),
m_plotColor(Qt::red)
{
setItemAttribute(QwtPlotItem::AutoScale, true);
setRenderHint(QwtPlotItem::RenderAntialiased,true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment