Hi,
I need to know how to fix Qt UI on 1024768 screen resolution. The UI gets cut if I use on 1024768
It works fine on max size of screen which windows recommends. (1366*768)
hi
if you go into UI and select Mainwindow, you can see the default size.
If its bigger than 1024x768 then you can
1: just make it smaller there.
2: detect screen res and call resize for mainwindow if needed