开发者

Embedding QT application in Eclipse/RCP framework

开发者 https://www.devze.com 2022-12-29 00:12 出处:网络
I\'m trying to embed my working QT application in Eclipse RCP framework(might not sound wise but i need to do this). I\'m using QT 4.5 (not yet explored what QTJambi is all about and has to offer)

I'm trying to embed my working QT application in Eclipse RCP framework(might not sound wise but i need to do this). I'm using QT 4.5 (not yet explored what QTJambi is all about and has to offer)

I convert my existing application as a dll and load it through eclipse application. Things dont work as they should as the QTApplication loop sits listening for events, and there is a good mismatch of events. Certain UI objects dont get the events. If I comment my Qppliaction::exec(), then the behaviour in QT app changes.

Is there a way to achieve what I'm t开发者_如何学Gorying to achieve??

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消