I need to implement a \"Loading...\" window in my application but I do prefer to cover the whole QMainWindow with a dark transparent layer with a text above. Does anybody kn
If you are talking about using a separate layout/widget over your 'Main Window', you could just make the "Loading..." window modal either through the UI editor or in the constructor for your UI.