This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Commands + Settings/Languages/Javascript/QML.md

7 lines
522 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

https://qml.guide/getting-started-with-qml/
**QML**, or Qt Markup Language, is a declarative language used to simplify the development with its neatly organized grammatical structure. **QML** **is** used to build QtQuick, to assist in building complex user interfaces. It's an easy to learn Javascript-based declarative markup and allows the quick creation and deployment of GUIs.
Follow the above link to learn how to deploy a QML based GUI.
It is built in [qt.io](https://doc.qt.io/qt-6/qtquick-deployment.html)