I have maximized application created by QT. My screen resolution is 1920x1080 and MainWindow set geometry is 1920x1080 too. But this have problem when I run my application on other resolution like 1366x728, buttons, images placed out of screen resolution.
How to create scalable app in Qt? for support multi screen resolutions. (Only Windows).