Is it possible to show cocoa controls over QCView?
I know its possible with NSOpenGLView but how about a QCView?
Because it seems that QCView always draws to the top level...
The QCView acts the same as a NSOpenGLView. The solution is to create
a child window ontop of the window that has the QCView, make it
transparent and with Cocoa controls.