Jump to content

Qt Plugin suggestions


photo

Recommended Posts

firstly more of a bug report. The plugin has to work when one of the Qt windows is focused and unigine is engine.app.update() set to zero;

 

Secondly the Qt plugin should intergrate more into Unigine as far as window management is concerned at the very least I would like The Qt Windows to stay above the main Unigine Window.

 

The easiest approach would probably be the Mac Photoshop approach. This would involve using the Qt::Tool and possibly Qt::WindowStaysOnTopHint if the window doesn't have a parent. When neither the Unigine Window or the Qt Windows are in focus then the Qt Windows should be hidden.example

 

Other approaches would be to create a Qt Unigine Widget. Which I understand needs to override painting commands so that unigine can do this.

 

On Linux the Unigine XWindow could be reparented effectively making it part of a qt app using QX11EmbedContainer.

On Windows Com/ActiveX components can be used as widgets using QAxContainer

Link to comment
×
×
  • Create New...