I have game , I use layout for diffent screen resolution device. so far so good. but If use a layout , not use overlapping widget
for example my game screen shoot this , and all widget place from layout.
superslot_R5jjKD95cG.jpg

if I wantto show money flush animation movie .gif full screen (over game screen, trasnparent widget) I have to add new hidden wigdet in centralwidget. but this widget join in layout and goto screen right side and corrupt its size.
I want it to look like the picture below (if I remove all layouts and set my game single screen resolition this work)

Y5yRmcW8Qb.jpg

xx117f6tao.jpg

how to do that in layouts.

In summary, I want a widget independent of "layout". absolute position widget in layout.