Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
The Qt Quick Web Runtime is a binary distribution of Qt Quick which makes it possible to create user interfaces using QML and Qt Quick in a web development setting.
The runtime can be used without having a C++ compiler or emscripten installed, and can be distributed using common web dev package managers such as bower or npm/yarn.
The initial (minimal) release will provide a static build of QtQuick (with all relevant modules), as well as a basic javascript API for displaying QML-based UI.
Source code location: https://git.qt.io/mosorvig/qtquickwebruntime
API example:
var qtQuick = new QtQuick(); qtQuick.setSourceCode(qmlcode); qtQuick.setContainer(document.querySelector("#qtcontent")); qtQuick.load();
Attachments
Issue Links
- mentioned in
-
Page Loading...