Qvtkwidget and qt creator
-
Hello all
I am a newbie to vtk with QT, I want to load the qvtkwidget on qt creator, is this doable, i load it successfully on qtdesiger but the plugins doesn't load on qt creator. Here are the steps I follow:
I install MCVS 2008
I install QT 4.7.2 MCSV version
I install cmake 2.8
I extract vtk 5.6
I run cmake, configure it for mcvs 2008 (not 64),
VTK_USE_QT on
BUILD_SHARED_LIBS on
configure and generate
compile ALLBUILD and INSTALL with release option in MCSV 2008
copied the QVTKWidget.dll and .lib files in the plugins\designer folder
installed qtcreator
copied the same 2 files in the plugins folder for qtcreatorthe widget appears in qtdesigner but not qtcreator
did anyone successfully loaded it in qtcreator, what do I have to do?
thanks
Johnson -
Maybe you should include your VTK library path to your .pro file.
I think you should read my post on Qt with VTK integration:
"http://hxr99.blogspot.com/2013/03/qt-vtk-install-vtk-with-qt-integration.html":http://hxr99.blogspot.com/2013/03/qt-vtk-install-vtk-with-qt-integration.html
"http://hxr99.blogspot.com/2013/03/qt-vtk-displaying-single-dicom-file.html":http://hxr99.blogspot.com/2013/03/qt-vtk-displaying-single-dicom-file.html