Hi all,

I am passing the window id of my QLabel to a 3rd party library, this library will put the graphics data into Qlabel

After once this is done, i need to draw circles on top of the graphics displayed in QLabel

I could able to create a image and draw circles and able to set the pixmap of Qlabel, but it always goes below the graphics displayed on Qlabel..

How do i overcome this problem..