I'm a little rusty with QT, but I had to use it for projects before.
I was wondering if I can create a popup, a small window with height / width disabled so that the user cannot expand it. It should also lock the screen until it clicks a button in this window.
I could do it all in a separate class, but I was interested. Are there any built-in QT classes that have a small popup that I could just change? I mean, creating a class just for reporting an error seems a bit wasteful to me. I try to keep the project small.
But if a class is required to do this, that's fine. The only problem is that I donβt know how to lock the application windows so that you need to do one thing before you can return to the main application.
I am not asking someone to print all this code for me, just give me a link or something else. I was looking for him, but I could not find him. Greetings.
c ++ user-interface qt
Gabe
source share