[vtkusers] Problem with checkerWidget in VTK+QT
Jothy
jothybasu at gmail.com
Tue Aug 10 11:34:05 EDT 2010
Good point guys!
Now its working.Just to keep it in the list archives for somebody else
Here is what I did
Added checkerwidget member in header file
private:
Ui::Widget *ui;
vtkCheckerboardWidget* checkerWidget;
and
this->checkerWidget =vtkCheckerboardWidget::New();in the source file
Correct if I am wrong. I am just started to learn c++.
Thanks,
Jothy
On Tue, Aug 10, 2010 at 4:25 PM, David Doria
<daviddoria+vtk at gmail.com<daviddoria%2Bvtk at gmail.com>
> wrote:
> On Tue, Aug 10, 2010 at 11:22 AM, Eric E. Monson <emonson at cs.duke.edu>
> wrote:
> > Yup, I think David is right. I was able to get the widget and handles to
> stay around by making the widget a member variable of the window (Qt) class.
> >
> > -Eric
>
> Here is an example of what we are talking about:
>
> http://www.vtk.org/Wiki/VTK/Examples/Qt/BorderWidget
>
> David
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100810/076664ba/attachment.htm>
More information about the vtkusers
mailing list