QT button over SDL video on QT Widget

Hi All,

I created a QT app having a Widget containing SDL video. I managed to attach
the SDL video within the QT widget by settign the environment variables.
The video runs perfectly, but the prob I’m facing the SDL frame comes on top
of the QT widget and the Volume and Mute QButton gets hidden below the SDL
video.
How do I show the QT button on top of the SDL video ?

Any steps towards this would be helpful. Thanks in advance.

Regards,
Sagar

2009/9/22 Sagar Mody :

How do I show the QT button on top of the SDL video ?

I would say repaint the QT button whenever the SDL video window is repainted.
Use SDL_SYSWMEVENT