[vtkusers] Is there a tutorial to create GUI on Qt to vtk?

David Doria daviddoria at gmail.com
Thu Aug 16 10:59:50 EDT 2012


On Thu, Aug 16, 2012 at 10:55 AM, 32sthide <32sthide at gmail.com> wrote:
> Thanks, i wnat to add some buttons and a slider to control a figure,
> something like /vtk/GUI/Python/imagePlaneWidget.py example in c++ and i
> think i have to use qt creator to make that interface, right?

You can use Qt Designer, which will produce a .ui file. Most of the
examples include how to work with the .ui file in the CMakeLists.txt
file.

David



More information about the vtkusers mailing list