|
vor 7 Jahren | |
---|---|---|
example | vor 7 Jahren | |
.gitignore | vor 8 Jahren | |
README.md | vor 7 Jahren | |
application.cpp | vor 7 Jahren | |
application.h | vor 7 Jahren | |
applicationlauncher.cpp | vor 8 Jahren | |
applicationlauncher.h | vor 8 Jahren | |
applicationlauncher.pro | vor 7 Jahren | |
applicationlauncher.qmltypes | vor 7 Jahren | |
applicationlauncher_plugin.cpp | vor 7 Jahren | |
applicationlauncher_plugin.h | vor 8 Jahren | |
qmldir | vor 7 Jahren |
App Launcher plugin for QT Qml
import ApplicationLauncher 1.0
.....
ApplicationLaunch {
id: testScripts
appName: "cat"
arguments: "/etc/passwd"
onAppFinished: {
console.debug("AppFinished :");
console.debug("appError : " + exitError + " appStatus : " + exitStatus + " appCode " + exitCode );
console.debug("stdERR :" + stdERR);
console.debug("stdOUT :" + stdOUT);
}
onAppStarted: {
console.debug("appStarted :");
console.debug("appError : " + exitError + " appStatus : " + exitStatus + " appCode " + exitCode );
}
onAppError: {
console.debug("appError : " + exitError + " appStatus : " + exitStatus + " appCode " + exitCode );
}
}
......
Properties
Events
Methods