PDA

View Full Version : QGLWidgets + QAXWidget



Pablo
22nd January 2010, 15:03
Hello everybody,

I need to integrate a third party program with Qt. My objetive is to provide a rich user interface to this program.

This third party give me his application inside a QAxWidget (I dont't have control over this and i can't ask for other type of widget). This application has his own OpenGL context and is rendering some 3D terrain maps.

I tried to make a QGraphicsView passing like argument this QAxwidget casted to a QGLWidget, and Qt is drawing well the scene inside of QAxwidget, but when i add to the scene my own widgets, these are rendered behind the QAxWidget.

I want that my own widgets will be rendered over the third party widget, and with some transparency.

Is possible to do that? Someone can give me some help or clue ?.

Thanks.