[Interest] "Object destroyed during incubation"

Nuno Santos nunosantos at imaginando.pt
Wed May 31 17:21:21 CEST 2017


Hi,

I was long waiting for Qt 5.9 to have a fix for the following bug:

https://bugreports.qt.io/browse/QTBUG-50992 <https://bugreports.qt.io/browse/QTBUG-50992>

Today I have installed the latest version of Qt 5.9 and the problem remains. I was using this in the way below before this bug showed up on Qt 5.7.1

SplashView {
    id: splash
    width: window.width
    height: window.height
    onReady: loader.source = Qt.resolvedUrl("MainView.qml")
}

Loader {
    id: loader
    anchors.fill: parent
    asynchronous: true
    visible: status == Loader.Ready
    onLoaded: {
        splash.visible = false
        splash.destroy()

        controller.loaded=true
    }
}

I still can’t use this….

Any ideas?

Regards,

Nuno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170531/192edf05/attachment.html>


More information about the Interest mailing list