View Single Post
  #2  
Old 07-28-2011, 09:45 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
I haven't personally tried, but I would guess that it should be possible. The concept should be the same as wxPython.

You will need to create a blank PyQT window and pass its window handle to viz.go, along with the viz.EMBEDDED flag. After that, you will just need to make sure you update the Vizard graphics loop periodically using the viz.frame() command.
Reply With Quote