import QtQuick.tooling 1.2 // This file describes the plugin-supplied types contained in the library. // It is used for QML tooling purposes only. // // This file was auto-generated by: // 'qmlplugindump -nonrelocatable ApplicationLauncher 1.0' Module { dependencies: ["QtQuick 2.7"] Component { name: "ApplicationLaunch" prototype: "QObject" exports: ["ApplicationLauncher/ApplicationLaunch 1.0"] exportMetaObjectRevisions: [0] Property { name: "appName"; type: "string" } Property { name: "arguments"; type: "string" } Property { name: "stdERR"; type: "string" } Property { name: "stdOUT"; type: "string" } Property { name: "outFName"; type: "string" } Property { name: "exitCode"; type: "int"; isReadonly: true } Property { name: "exitStatus"; type: "int"; isReadonly: true } Property { name: "exitError"; type: "int"; isReadonly: true } Signal { name: "appFinished" } Signal { name: "appStarted" } Signal { name: "appError" } Method { name: "launchScript" } } Component { name: "ApplicationLauncher" defaultProperty: "data" prototype: "QQuickItem" exports: ["ApplicationLauncher/ApplicationLauncher 1.0"] exportMetaObjectRevisions: [0] } }