PDA

View Full Version : Is it possible to anchor an external window program to a qtwidget/qtwindow



ralph_pt
10th September 2010, 15:01
Hello foks,

Is it possible to anchor an external window program to a qtwidget/qtwindow?

I would like to "embeb" Gnuplot on my aplication window, is that possible?

my program is platform dependent so there is no problem if the solutions here presented are OS based.

cumps,
And Thks in advance

Lykurg
10th September 2010, 15:09
I never have really done it, but if you are on X11 you could have a look at QX11EmbedWidget/QX11EmbedContainer.

ralph_pt
10th September 2010, 15:12
thks for your answer, i'll take a look

i post something after that.

cumps *

qtpyqt
10th September 2010, 23:19
yep,
http://doc.trolltech.com/latest/qx11embedcontainer.html
works like a charm for me:cool:

yfcz
4th December 2010, 01:52
Hello,

I've similar question as creator of this topic.

I would like to "embeb" another Java application on my application window (Windows), is that possible?

Thanks in advance