Screen Resolution
Unsolved
General and Desktop
-
I developed an application. The problem is my application should run in different desktop. But it was not completely visible to the screens resolution (800x600,1024x768).so for that I want to change the screen resolution to see the complete GUI(1280x1024,1600x1200,1920x1440) .Is there a fixed resolution. Is there any function in QT to auto resize the GUI? Thanks in Advance!!!
-
-
Hi and welcome to devnet,
Please check the Layout Management chapter in Qt's documentation.