Qt widget application not supported on Android?
-
When I'm trying to deploy Qt widget application to a target Android 4.4 phone, the GUI looks like strange. All the controls are squeezed severely. They're hard to recognize at all.
But if I deploy Qt Quick Control application, the GUI shows correctly.
I'm developing using Windows 7 host PC. -
@Yuan-Zhiqiang
I found the root cause.
I have to create a layout as the top-level thing in the central widget when designing with QtCreator.