[vtkusers] QVTKWidget in QT GUI freezes other QWidgets
Elvis Stansvik
elvis.stansvik at orexplore.com
Tue Oct 17 02:36:35 EDT 2017
Den 13 okt. 2017 12:08 em skrev "bartolomei-luca at virgilio.it" <
bartolomei-luca at virgilio.it>:
Hello everyone!
I have a problem with the QT GUI I am creating. Basically, I have an
interactive QWidget, a QVTKWidget and a "Quit" button.
When I launch my app, I can interact with the QWidget without any problem
(I have a 3D interactive scene, where I can zoom and rotate).
However, as soon as the QVTKWidget becomes "active" (i.e. some function in
my code start using it or if I click on it), both the QWidget and the
QVTKWidget freeze. The app keeps on working, since the "Quit" button works
as it should.
If I have a GUI with either the QWidget or the QVTKWidget (only one of
them) everything works fine. The problem is if I try to include both of
them at the same time.
Do you have any idea why this happens?
I don't have any immediate ideas. It would really help to see a small
example where the problem occurs.
Does it work if you put two of your QWidgets in the application. I mean, if
you remove the QVTKWidget and put another one of your QWidget where it was?
Elvis
Thanks a lot for you help.
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/
opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at:
http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20171017/df001c5a/attachment.html>
More information about the vtkusers
mailing list