当前位置:   article > 正文

QLineunitVector New line does not have unit length 的解决_qline::unitvector: new line does not have unit len

qline::unitvector: new line does not have unit length

尝试用QChart的 setAnimationOptions(QChart::SeriesAnimations)出现了一个小问题,无论如何没有动画出现,查看QtCreator自己的输出发现。

原来好好的静态图突然出现了 QLineunitVector New line does not have unit length 的报错。

经过一番排除发现问题所在。

 

  1. ui->graphicsView->chart()->addSeries(series);
  2. series->append(Point);

虽然在静态图时没问题,但是设置动画之后就报前面提到错误

要调整为

 

  1. series->append(Point);
  2. ui->graphicsView->chart()->addSeries(series);

动画顺利出现。

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/89528
推荐阅读
相关标签
  

闽ICP备14008679号