Qt 6.8 High DPI
Unsolved
Mobile and Embedded
-
Sup!
So, I'm making an Android application, which looks fine on Windows, but different on an Android. I don't know how it would look on devices with different DPIs either. I've looked at the Qt 6.8 High-DPI and it says
Qt 5 behavior assumes that AA_EnableHighDpiScaling has been set (this flag is not needed on Qt 6).
and I don't see anything about Android on that page. So, if
AA_EnableHighDpiScaling
is set by default (assuming), why does the items not scale?