ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html

changeset 106
2086bda4a893
parent 95
2b0933087db9
child 114
4de6dbce4dd6
equal deleted inserted replaced
105:2a2faf098101 106:2086bda4a893
765 <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> 765 <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>
766 </tr> 766 </tr>
767 </table> 767 </table>
768 <a NAME="QProcess.start" ID="QProcess.start"></a> 768 <a NAME="QProcess.start" ID="QProcess.start"></a>
769 <h4>QProcess.start</h4> 769 <h4>QProcess.start</h4>
770 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) 770 <b>start</b>(<i>cmd, args=None, mode=QProcessPyQt.ReadWrite</i>)
771 <p> 771 <p>
772 Public method to start the given program (cmd) in a new process, if 772 Public method to start the given program (cmd) in a new process, if
773 none is already running, passing the command line arguments in args. 773 none is already running, passing the command line arguments in args.
774 </p><dl> 774 </p><dl>
775 <dt><i>cmd</i></dt> 775 <dt><i>cmd</i></dt>
782 <dd> 782 <dd>
783 access mode (QIODevice.OpenMode) 783 access mode (QIODevice.OpenMode)
784 </dd> 784 </dd>
785 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> 785 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a>
786 <h4>QProcess.startDetached (static)</h4> 786 <h4>QProcess.startDetached (static)</h4>
787 <b>startDetached</b>(<i>args=[], path=''</i>) 787 <b>startDetached</b>(<i>args=None, path=''</i>)
788 <p> 788 <p>
789 Public static method to start the given program (cmd) in a new process, 789 Public static method to start the given program (cmd) in a new process,
790 if none is already running, passing the command line arguments in args. 790 if none is already running, passing the command line arguments in args.
791 </p><dl> 791 </p><dl>
792 <dt><i>cmd</i></dt> 792 <dt><i>cmd</i></dt>

eric ide

mercurial