applicationlauncher.qmltypes 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. import QtQuick.tooling 1.2
  2. // This file describes the plugin-supplied types contained in the library.
  3. // It is used for QML tooling purposes only.
  4. //
  5. // This file was auto-generated by:
  6. // 'qmlplugindump -nonrelocatable ApplicationLauncher 1.0'
  7. Module {
  8. dependencies: ["QtQuick 2.7"]
  9. Component {
  10. name: "ApplicationLaunch"
  11. prototype: "QObject"
  12. exports: ["ApplicationLauncher/ApplicationLaunch 1.0"]
  13. exportMetaObjectRevisions: [0]
  14. Property { name: "appName"; type: "string" }
  15. Property { name: "arguments"; type: "string" }
  16. Property { name: "stdERR"; type: "string" }
  17. Property { name: "stdOUT"; type: "string" }
  18. Property { name: "outFName"; type: "string" }
  19. Property { name: "exitCode"; type: "int"; isReadonly: true }
  20. Property { name: "exitStatus"; type: "int"; isReadonly: true }
  21. Property { name: "exitError"; type: "int"; isReadonly: true }
  22. Signal { name: "appFinished" }
  23. Signal { name: "appStarted" }
  24. Signal { name: "appError" }
  25. Method { name: "launchScript" }
  26. }
  27. Component {
  28. name: "ApplicationLauncher"
  29. defaultProperty: "data"
  30. prototype: "QQuickItem"
  31. exports: ["ApplicationLauncher/ApplicationLauncher 1.0"]
  32. exportMetaObjectRevisions: [0]
  33. }
  34. }