Can't get a widget to appear over Houdini

   1703   0   0
User Avatar
Member
1 posts
Joined: Oct. 2014
Offline
Hi

I'm launching a widget from a 3D application (Houdini) and the only way I can reliably get the widget to remain on top is to. [zleceniabudowlane24h.pl]..

setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)

…however, it then remains on top regardless. At times I can instead set the Qt.Window flag and get the desired behavior, ie the widget appears on top but can then be raised or lowered…but I cannot get this behavior consistently.

The widget is not a child of the Houdini application, It's running as a standalone; consequently, I don't expect raise() setActiveWindow(), etc to have an effect.

Thoughts?

Thanks
  • Quick Links