-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QVTKWidget.h头文件的问题想请教您 #8
Comments
什么问题?
At 2019-05-16 22:34:23, "YanCao12138" <[email protected]> wrote:
在您的CloudViewer-master\CloudViewer-master\GeneratedFiles\ui_cloudviewer.h头文件中发现了include了这个"QVTKWidget.h"头文件,但没发现具体文件,想请教您具体是什么原因。
最近在vs2013上使用Qt,ui界面上加了一个QVTKWidget控件后,ui对应的.h文件多了一项#include "QVTKWidget.h",注销后编译报错并且还会自动生成,不知道您可不可以指导一下。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
就是在Qt界面添加QVTKWidget控件后,ui_cloudviewer.h头文件中自动包含"QVTKWidget.h"头文件,vs里显示无此头文件,所以想请教您有没有遇到这样的问题 |
1.在你的VTK安装目录下找找有没有这个头文件,查看是否是路径的问题; |
好的,谢谢您能解答。我没有配置VTK,因为我看qt与pcl结合的一般都没有配置vtk,也猜测了会不会是这个原因导致的。 |
@YanCao12138 你好,QVTKWidget.h 头文件是由 vtk 库提供的。但我观察到,PCL 在 3rdParty 中提供的 vtk 并不完整,其中就没有与 QT 相关的头文件以及二进制文件,事实上如果仅使用 PCL 提供的 vtk,在 Qt Designer 中也不会出现 QVTKWidget 控件,而这是 CloudViewer 所必需的。 |
|
据我所知,默认安装的 Qt Designer 中并未提供 QVTKWidget 控件(即下图所示控件) |
是的,我在配置Qt的时候,从一个博客上下载了两个“.dll“文件放进了"F:\Qt\Qt5.7.0\5.7\msvc2013_64\plugins\designer"文件下,一个是"QVTKWidgetPlugin.dll",一个QVTKWidgetPlugin的Object File Library 文件。 |
看上面的讨论已经很充分了吧,vtk还是要自己编译一下才会有QVTKWidge.h的文件 |
The text was updated successfully, but these errors were encountered: