Pergunta

It seems that no matter what hierarchy I use, a QCView is always drawn on top. Is there a way to display a subview on top of a QCView?

Foi útil?

Solução

QCView compositing is quirky. Try enabling Core Animation for your NSView hierarchy, and displaying the composition using QCCompositionLayer instead.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top