PDA

View Full Version : How to set QMacCocoaViewContainer to display behind any widget.?



syclopse
7th August 2011, 12:39
Hi,

Can somebody help me How to set QMacCocoaViewContainer to display behind any widget without hiding that widget.?

suppose that widget is QPushButton, than QPushButton should display and in background QMacCocoaviewContainer should be displayed without hiding the QPushButton.

In my case I am facing the problem that QMacCocoaViewContainer is hiding the QPushButton behind it. that's why QPushButton is not Visible when program is running.

Can somebody help me how to solve this issue.?