[vtkusers] VTK/Examples/Cxx/Qt/BorderWidget
Anders Wallin
anders.e.e.wallin at gmail.com
Mon Sep 27 10:58:16 EDT 2010
This example suffers from the same problem:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/SideBySideRenderWindows
SimpleView.cxx:7:28: error: vtkQtTableView.h: No such file or directory
it seems to work fine however when commenting out the #include in question.
AW
>> SimpleView.cxx:11:28: error: vtkQtTableView.h: No such file or directory
> Anders,
> There were a lot of unused includes in that example. I removed them. I also
> changed the dual renderers to a single renderer. This was not adding
> anything useful to the example - it's point is to demonstrate that the
> widget must be a member of the class so it does not go out of scope (and
> hence mysteriously not be displayed).
> The Qt examples are not tested by our nightly dashboard as the rest of the
> examples are. Maybe Bill can comment on adding this functionality?
> Let me know if you have any other problems,
> David
More information about the vtkusers
mailing list