I have my qt application and now I want to integrate it in eclipse, this i want to achieve, but i didn't get any way, to do.![]()
I have my qt application and now I want to integrate it in eclipse, this i want to achieve, but i didn't get any way, to do.![]()
QX11EmbedContainer is for the the other way around, embedding an X11 window inside a Qt application.
What you need is a way to embed the X11 window of your Qt application into another X11 application.
You'll need to check the libraries used to write Eclipse, SWT if I remember correctly, how it handles X11Embed.
Cheers,
_
Yeah, I also thought about SWT, but there also dependencies![]()
Another thing is QX11EmbedContainer is not supported more QT5.X onwards. So for that any alternatives? AS something what i found is createWindowContainer(myWindow).
Is that a right way to get same feature in Qt5.x? Sorry , May be it will like inadequate question but, i just started about learning Qt.
Thanks![]()
Bookmarks