UI / HMI for Android, Linux and Windows Programm
-
Hi,
I want to start with a new application in Qt. This programm should be run on Android, Linux and Windows. Which UI / HMI should I be use? A system which use QtQuick / QML or QtWidget. What is the best way for a platform independent application?
Thank you for your help
BR
martin -
In the Qt documentation there are and there's a full online book about it.
-
Hi,
It's going to depend on what your application will do. Note that widgets are not optimized for mobile devices so it will likely make sense to look at Qt Quick.
Also, nothing stops you from having different GUI depending on the OS. If you keep your business logic and UI cleanly separated it will be simpler.
-
Both can be used with the caveat I mention for widgets.
-
In the Qt documentation there are and there's a full online book about it.