MuseScore Plugins  3.5
Plugins API for MuseScore
Public Slots | Public Member Functions | List of all members
MsProcess Class Reference

Start an external program. Available in QML as QProcess. More...

Inheritance diagram for MsProcess:
Inheritance graph
[legend]
Collaboration diagram for MsProcess:
Collaboration graph
[legend]

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)
 

Detailed Description

Start an external program. Available in QML as QProcess.

Using this will most probably result in the plugin to be platform dependant.

Since
MuseScore 3.2

The documentation for this class was generated from the following file: