Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74293

Qt Quick Web Runtime

    XMLWordPrintable

Details

    • WebAssembly

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sorvig Morten Sørvig
              sorvig Morten Sørvig
              Veli-Pekka Heinonen Veli-Pekka Heinonen
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes