PDA

View Full Version : Integrating X window application in QT Widgets



augusbas
10th July 2010, 08:11
Hi,

I have a native application (X application ) which draws a Radar View drawing or plotting.

Now i need to integrate the same x application with my QT - Graphics View or any widget.

Somebody can guide me on integrating X application ( which uses Display, Widget , XtDisplay variables) in QT. Otherwise if any examples is there please attach it. Thanks in advance.

Regards,
Augus.

tbscope
10th July 2010, 08:25
Try
QX11EmbedContainer
or
QX11EmbedWidget

augusbas
10th July 2010, 08:52
Hi,

Could you please provide me an example of x Window created using X11 library and added in Qt using QX11EmbedWidget