[vtkusers] help with vtk and qt

Clinton Stimpson clinton at elemtech.com
Mon Nov 7 10:35:29 EST 2005


QVTKWidget is actively being used.
There are a few examples in VTK/Examples/GUI/Qt.
Two key concepts are:
1. Add your renderers to the vtkRenderWindow that the QVTKWidget has, or 
you can give it a vtkRenderWindow of your own
2. Use the interactor that comes with QVTKWidget to handle Qt events.

Clint

>Date: Sun, 6 Nov 2005 16:33:31 +0100
>From: Ketan Maheshwari <ketancmaheshwari at gmail.com>
>Subject: [vtkusers] help with vtk and qt
>To: vtkusers at vtk.org
>
>Dear All,
>Hi! I am working on VTK since last month.
>now i want to make the vtk programs interactive using qt.
>I know that qvtkwidget class is available but no idea about the development
>and usage cycle.
>can someone briefly give steps to make a vtk object visible on a qt gui
>widget.
>i am using vtk version 5.1 and qt version 4
>regards,
>--
>Ketan C Maheshwari
>



More information about the vtkusers mailing list