1. Nov 17, 2015
    • Kai Koehne's avatar
      Add 'markdowneditor' example · a6ae4526
      Kai Koehne authored
      
      This example shows the use of QWebEngineView in a hybrid application,
      and how one can leverage JavaScript libraries to provide functionality
      with minimal effort.
      
      QWebEngineView is used to preview a MarkDown document. The text is
      exposed to the view through QWebChannel. An off-the-self js library
      converts it to HTML.
      
      Change-Id: I24c38106da3ec18975c71c16f7f7a58e93142f9e
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
      a6ae4526
  2. Sep 03, 2015
  3. Aug 12, 2014
  4. Aug 01, 2014
  5. May 19, 2014
  6. Apr 08, 2014
    • Jocelyn Turcotte's avatar
      Render the widgets view using the scene graph into a QOpenGLWidget · 96425960
      Jocelyn Turcotte authored
      
      This means that widgets application now need to setup the GL context
      sharing as well. QWebEngineWidgets::initialize() must be called,
      which has the same effect as QWebEngine::initialize().
      The QtWebEngineWidgets now depends on the QtWebEngine module to make
      this happen.
      
      Since QOpenGLWidget is only available in Qt 5.3, this patch also
      disables the webenginewidgets module completely when building using
      Qt 5.2.
      
      Change-Id: I0e99a779d1eb080f2ccf5a338ff0763ad64e6eba
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      96425960
  7. Mar 19, 2014
  8. Nov 12, 2013
  9. Aug 20, 2013
  10. Aug 19, 2013
  11. Jul 31, 2013
    • Pierre Rossi's avatar
      Split out the Widgets and QtQuick integration · 67d042d0
      Pierre Rossi authored
      
      This is the first step to making proper Qt Modules out of QtWebEngine.
      The Widgets integration becomes a proper C++ Qt Module while we make
      the QtQuick side a QML plugin for now (could probably be promoted if
      the need arises).
      
      Code-wise, this means the introduction of a WebContentsAdapterClient
      interface that is subclassed by the private implementation of our API
      classes for delegation of things that are UI specific. Functionality
      from WebContents and the like is exposed via the WebContentsAdapter.
      
      Change-Id: I4ca3395b9fe8502a24e36002cfd5af44067bb6e8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      67d042d0
  12. Jun 17, 2013