![]() |
MuseScore Plugins
3.2.3
Plugins API for MuseScore
|
Start an external program. Available in QML as QProcess.
More...


Public Slots | |
| Q_INVOKABLE void | start (const QString &program) |
| Q_INVOKABLE bool | waitForFinished (int msecs=30000) |
| Q_INVOKABLE QByteArray | readAllStandardOutput () |
Public Member Functions | |
| MsProcess (QObject *parent=0) | |
Start an external program. Available in QML as QProcess.
Using this will most probably result in the plugin to be platform dependant.