未定义对QWt3d :: GridPlot :: GridPlot的引用(QWidget *,QGLWidget const *)

时间:2018-11-23 07:49:46

标签: qt

在构造函数中,我只是写了这些行

using namespace QWt3d;
using namespace std;

QWt3d::GridPlot* widget;
widget=new GridPlot(ui->widget);

widget->coordinates()->setLineSmooth(1);
widget->enableMouse(1);

获取未定义指向QWt3d::extegl::enablemouse的错误 错误。

如何解决这个问题。我只想使用qt5.4版本绘制3d。

0 个答案:

没有答案