Skip to content
  • Qt.createQmlObject bug?

    Solved General and Desktop qt.createqmlobj bug
    3
    0 Votes
    3 Posts
    1k Views
    A
    @Wieland said: Qt.createQmlObject('import QtQuick 2.6; Rectangle {color: "red"; width: 100; height: 100; function nix(){ var arr=["function","two"]; console.log(arr)} Component.onCompleted:nix() }', mainWindow, "dynamicSnippet1"); Good to hear, must be solved then. Thanks!