123456789101112131415161718192021222324252627282930313233343536 |
- 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 ApplicationLauncher 1.0'
- Module {
- dependencies: ["QtQuick 2.7"]
- Component {
- name: "Application"
- prototype: "QObject"
- exports: ["Application 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 1.0"]
- exportMetaObjectRevisions: [0]
- }
- }
|