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

iOS QQuickWidget Assert

XMLWordPrintable

    • iOS/tvOS/watchOS
    • 10134cf8a9e0c89a016e1d31fd70377f174ab693

      ASSERT: "!d->offscreenWindow->handle()" in file qquickwidget.cpp, line 817

      Code:

      QtQuickWidget in a QGroupBox with source to qml file:

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      import QtWebView 1.1
      import QtQuick.Layouts 1.1
      
      Rectangle {
          width: 2000
          height: 2000
          WebView {
              objectName: "webView"
              anchors.fill: parent
              id: webView
              url: "http://www.qt.io
          }
      }
      

      Works perfect on Android etc.

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

            tpochep Timur Pocheptsov
            dominik_fehr Dominik Fehr
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes