Qt android Question
Mobile and Embedded
11
Posts
4
Posters
2.0k
Views
1
Watching
-
All Qt apps can be compiled for Android. You need to set up a Kit for Android and then just add it to your project (see Qt Creator Settings->Build & Run section).
-
"Step by step Qt on Android tutorial":http://www.youtube.com/watch?v=yhdi6JONtQo&index=28&list=PLizsthdRd0YyV6zOEFYog77IAPV85f7w2
-
Use showMaximized() or showFullscreen() on your top-level widget/ window.
-
What do you mean by "I don't see that"? The size is still wrong? Or there are some errors being reported?
-
ermm which one is the top-level widget?
-
The one you call "show" on in your main() function, most probably.