Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我通过 Cmake 创建一个 qt gui vtk 应用程序时,我使用 vs 2017 运行它。它出现警告。任何可以告诉我如何取消这个警告?非常感谢。在此处输入图像描述
您应该改用 QVTKOpenGLWidget。
如果绝对需要,您可以通过设置 cmake 变量来禁用弃用警告:
VTK_LEGACY_SILENT:ON