I don't think you can find a reliable solution to putting an overlay over an X11Embedded widget. Maybe you should use some other mechanism than XEmbed?
I don't think you can find a reliable solution to putting an overlay over an X11Embedded widget. Maybe you should use some other mechanism than XEmbed?
Why not keep the widget out of the QGridLayout so it has no parent, and then move it to where you want on the screen? You can use .move or .setGeometry
Bookmarks