I design a GUI using Qt (5.12.4) on Widows 10, QtCreator and QtDesigner. In this one I add a lot of layers to do something which resize according to the size of the window.
But I was asking to add an image on top of this GUI on the middle. This can't be done without redoing all my layers, so is it possible to add an element (here an image) somewhere on the GUI without include it on one of my layers?
Thank you in advance for your help. Best regards