Hello All,

I'm trying to place a widget on top of QAbstractScrollArea but make this widget non-moveable when user moves scroll-bars. I've tried to make in a child widget of QAbstractScrollArea inself and viewport and I've tried to call raise() for my widget - in all cases it appears only for a moment when creating window and then gets covered by viewport. I've event tried to use setViewportMargins() - the same effect.

Are there any suggestions ?
Thanks in advance !