[vtkusers] opening QVTKWidget in Qt

Prathamesh Kulkarni prathameshmkulkarni at gmail.com
Wed Jun 30 15:11:38 EDT 2010


I am able to do that too, however I cannot promote a QWidget to
QVTKWidget in Qt Creator in any way. Therefore I am not able to build
my own GUI application using QVTKWidget.

On Wed, Jun 30, 2010 at 1:57 PM, John Drescher <drescherjm at gmail.com> wrote:
> On Wed, Jun 30, 2010 at 2:50 PM, Prathamesh Kulkarni
> <prathameshmkulkarni at gmail.com> wrote:
>> Al I am getting in a debud build of vtk is the following:
>>
>> in the directory C:\VTK\bin\GUISupport\Qt\QVTKWidgetPlugin.dir\Debug:
>>
>> moc_Q4VTKWidgetPlugin
>> mt.dep
>> Q4VTLWidgetPlugin
>> Q4VTLWidgetPlugin.embed.manifest
>> Q4VTLWidgetPlugin.intermidiate.manifest
>>
>> However, none of these is helping me, in any way to have a QVTKWidget
>> in my .ui file. I get the same error :  Cannot open include file
>> QVTKWidget.h: no such file or directory. :(
>>
>
> This works in my projects with the standard
>
> FIND_PACKAGE( VTK REQUIRED )
> INCLUDE( ${VTK_USE_FILE} )
>
> in my CMakeLists.txt file for my application.
>
> John
>



More information about the vtkusers mailing list