You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, June 2nd 2004, 2:26pm

QXEmbed - How to put a Xlib window into QWidget

Hi,
I have a application, wrote in C with Xlib (i have the source).
I want to use the window created by this application to run under a QWidget to embed in my current applicaiton.

the window which I want to use was created my
movie = XCreateSimpleWindow (dpy, frame, 0,0 width, height,0, whitepixel, backpixel);

Thanks

2

Sunday, October 10th 2004, 6:41pm

RE: QXEmbed - How to put a Xlib window into QWidget

Does this still work in QT 3.2.3? I noticed that QXEmbed is not mentioned in the QT Assitant documents and it gives me an error when attempting to include "qxembed.h" in my application. Perhaps Trolltech replaced it ( QXEmbed class ) with something else?
"To code or not to code, that is the question"