Hi, I'm trying to pass a reference to the main application window to an invokable method in Quick. Something like this:
ApplicationWindow {
id: mainWindow
visible: true
width: 1280
height: 720
....
}
Component.onCompleted: {
initialize(mainWindow);
}
}
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
