Qt 6.11 is out! See what's new in the release
blog
Qt widget application not supported on Android?
Mobile and Embedded
2
Posts
1
Posters
614
Views
1
Watching
-
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. -
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.