...use opengl because qcustomplot_use_opengl was not defined...
针对你提出的问题“qcustomplot can't use opengl because qcustomplot_use_opengl was not defined”,以下是详细的解答步骤: 检查项目配置文件: 你需要检查你的项目配置文件(如.pro文件),确保已经定义了QCUSTOMPLOT_USE_OPENGL宏。这个宏告诉QCustomPlot在编译时启用OpenGL支持。 在你