721 </table> |
721 </table> |
722 <h3>Static Methods</h3> |
722 <h3>Static Methods</h3> |
723 <table> |
723 <table> |
724 <tr> |
724 <tr> |
725 <td><a href="#QProcess.startDetached">startDetached</a></td> |
725 <td><a href="#QProcess.startDetached">startDetached</a></td> |
726 <td>Static method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td> |
726 <td>Public static method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td> |
727 </tr> |
727 </tr> |
728 </table> |
728 </table> |
729 <a NAME="QProcess.start" ID="QProcess.start"></a> |
729 <a NAME="QProcess.start" ID="QProcess.start"></a> |
730 <h4>QProcess.start</h4> |
730 <h4>QProcess.start</h4> |
731 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) |
731 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) |
745 </dd> |
745 </dd> |
746 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
746 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
747 <h4>QProcess.startDetached (static)</h4> |
747 <h4>QProcess.startDetached (static)</h4> |
748 <b>startDetached</b>(<i>args=[], path=''</i>) |
748 <b>startDetached</b>(<i>args=[], path=''</i>) |
749 <p> |
749 <p> |
750 Static method to start the given program (cmd) in a new process, if |
750 Public static method to start the given program (cmd) in a new process, |
751 none is already running, passing the command line arguments in args. |
751 if none is already running, passing the command line arguments in args. |
752 </p><dl> |
752 </p><dl> |
753 <dt><i>cmd</i></dt> |
753 <dt><i>cmd</i></dt> |
754 <dd> |
754 <dd> |
755 start the given program cmd (string) |
755 start the given program cmd (string) |
756 </dd><dt><i>args=</i></dt> |
756 </dd><dt><i>args=</i></dt> |