下你所需,载你所想!
汇集开发技术源码资料

QCustomPlot性能测试

:11.655MB :1 :2022-10-07 13:22:38

部分简介

QCustomPlot性能测试如果开发者对于本文件有需要的可以参考。
LDrawSpectrum::LDrawSpectrum(QWidget *parent)
: QWidget(parent)
{
Qt::WindowFlags flags = Qt::Dialog;
flags |= Qt::WindowMinMaxButtonsHint;
flags |= Qt::WindowCloseButtonHint;
setWindowFlags(flags);
setWindowTitle("QCustomplot " strName);
m_customPlot = new LXCustomPlot();
m_customPlot->showTracer(true);
// add title layout element:
m_customPlot->plotLayout()->insertRow(0);
m_customPlot->plotLayout()->addElement(0, 0, new QCPTextElement(m_customPlot, strName " (10条动态曲线)", QFont("微软雅黑", 12, QFont::Bold)));

QCustomPlot性能测试

热门推荐

相关文章