- 
    Suggestion 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.5.0, 5.5.1
- 
    None
- 
    MAC OSX 10.10.5 
 XCode 6.4
 iOS 8.4
 iPhone 4
- 
        
- 
        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.
- is required for
- 
                    QTBUG-48845 Issues to be fixed before Qt 5.6.0 RC -         
- Closed
 
-