简体   繁体   English

Qwt缺失包括

[英]Qwt missing includes

When typing the following line: 键入以下行时:

QwtPointSeriesData* myData = new QwtPointSeriesData;

It says to me that identifier is undefined. 它告诉我标识符未定义。 But I have typed the following includes in which, it was mentioned that it cannot open those opens pource files. 但是我键入了以下内容,其中提到无法打开那些打开的文件。

#include <qwt_plot_curve.h>
#include "qwt_series_data.h"

Any ideas how to solve and find out how to get them? 有什么想法如何解决并找出如何获得它们吗?

要回答我的问题:看来我的QWT版本太旧了!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM