Porting desktop QWidgets application to Android
-
Reading http://doc.qt.io/qt-5/android-support.html, it seems like it is possible to port a desktop QWidgets application to Android. Is this really true? Finding it a little hard to believe. Are there any desktop QWidget-based applications I could have a look at?
-
Hi!
Is this really true?
Yes.
Finding it a little hard to believe.
Why? :-)
Are there any desktop QWidget-based applications I could have a look at?
Yes. E.g., see: Qt Widgets Examples.
-
Has anyone done this at all?
I've done some more research and was advised that porting a desktopnQWidgets-based app to Android is not something you want to do just yet. Failing to find any examples of anyone successfully doing so strengthens those suspicions.
-
Try this :)
http://www.jjoe64.com/2014/04/native-looking-android-app-with-qt.htmlhe uses widgets..