Jump to content

[SOLVED] How to use Interface in Qt?


photo

Recommended Posts

Hi~

 

We have some problems with Interface plugin in Qt.

 

We making an editor by Qt. I put the Unigine render window in a QWidget.We found the new function"Interface" in the last SDK.

 

We need this function,so we used "-extern_plugin Interface " first,but it is did not work.

 

So,We just put the Interface's code in the Unigine Engine's code,and we manually initialization the Interface class.

 

And,the InterfaceWindow just work now,but It can NOT get the mouse and keyboard's message.

 

the Interface Windows's can NOT click,drag,press and so on.. But the Unigine's QWidget work normally.

 

So, How to use it?

 

Thank you~

Link to comment
  • 3 weeks later...

Support of Qt was dropped due to the fact that it is too slow for real-times applications. Instead, Interface plugin can now be used to create external Unigine widgets, which are rendered way more faster.

Link to comment
×
×
  • Create New...