Qt: Is QML designed for Android?

Hello. I recently started learning QML because of its interface capabilities. I want to write application programs for Windows, but someone told me that QML is designed for mobile applications. Here's the question: is QML really designed for Android, or is it possible to write Windows applications on it?

 0
Author: TwinQML, 2017-05-22

1 answers

Yes, QML is designed for both Android and all other platforms.

As for Android, here is a general section of the documentation on this topic:

QML android

Here are some examples:

Examples

 0
Author: bronstein87, 2017-05-22 17:13:23