User talk:Brock: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
QVTKRenderWindowInteractor in python. | |||
I have successfully used it in my python codes to get a VTK render window | I have successfully used it in my python codes to get a VTK render window | ||
embeded in a Qt GUI. I have made a small deposit with 2 small basics examples at: http://dods.ipsl.jussieu.fr/brocksce/vtkqt/ | embeded in a Qt GUI. I have made a small deposit with 2 small basics examples at: http://dods.ipsl.jussieu.fr/brocksce/vtkqt/ | ||
Note that I still have a message "Fatal Python error: PyEval_RestoreThread: NULL tstate" when I quit the application. | Note that I still have a message "Fatal Python error: PyEval_RestoreThread: NULL tstate" when I quit the application. | ||
If you work in python, you may also found interessing the pyqt tutorial: | If you work in python, you may also found interessing the pyqt tutorial: | ||
http://www.python.org/moin/JonathanGardnerPyQtTutorial | http://www.python.org/moin/JonathanGardnerPyQtTutorial | ||
Hope that can help | Hope that can help | ||
22/02/2005 Patrick | |||
---- |
Latest revision as of 16:08, 22 February 2005
QVTKRenderWindowInteractor in python.
I have successfully used it in my python codes to get a VTK render window embeded in a Qt GUI. I have made a small deposit with 2 small basics examples at: http://dods.ipsl.jussieu.fr/brocksce/vtkqt/
Note that I still have a message "Fatal Python error: PyEval_RestoreThread: NULL tstate" when I quit the application.
If you work in python, you may also found interessing the pyqt tutorial: http://www.python.org/moin/JonathanGardnerPyQtTutorial Hope that can help
22/02/2005 Patrick