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

changeset 58
6acbfbba1e9d
parent 57
e654970c913e
child 64
3b2da211e126
equal deleted inserted replaced
57:e654970c913e 58:6acbfbba1e9d
682 </table> 682 </table>
683 <h3>Methods</h3> 683 <h3>Methods</h3>
684 <table> 684 <table>
685 <tr> 685 <tr>
686 <td><a href="#QProcess.start">start</a></td> 686 <td><a href="#QProcess.start">start</a></td>
687 <td>Starts the given program (cmd) in a new process, if none is already running, passing the command line arguments in argss.</td> 687 <td>Public method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td>
688 </tr> 688 </tr>
689 </table> 689 </table>
690 <h3>Static Methods</h3> 690 <h3>Static Methods</h3>
691 <table> 691 <table>
692 <tr> 692 <tr>
693 <td><a href="#QProcess.startDetached">startDetached</a></td> 693 <td><a href="#QProcess.startDetached">startDetached</a></td>
694 <td>Starts the given program (cmd) in a new process, if none is already running, passing the command line arguments in argss.</td> 694 <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>
695 </tr> 695 </tr>
696 </table> 696 </table>
697 <a NAME="QProcess.start" ID="QProcess.start"></a> 697 <a NAME="QProcess.start" ID="QProcess.start"></a>
698 <h4>QProcess.start</h4> 698 <h4>QProcess.start</h4>
699 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) 699 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>)
700 <p> 700 <p>
701 Starts the given program (cmd) in a new process, if none is already 701 Public method to start the given program (cmd) in a new process, if
702 running, passing the command line arguments in argss. 702 none is already running, passing the command line arguments in args.
703 </p><dl> 703 </p><dl>
704 <dt><i>cmd</i></dt> 704 <dt><i>cmd</i></dt>
705 <dd> 705 <dd>
706 start the given program cmd (string) 706 start the given program cmd (string)
707 </dd><dt><i>args=</i></dt> 707 </dd><dt><i>args=</i></dt>
713 </dd> 713 </dd>
714 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> 714 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a>
715 <h4>QProcess.startDetached (static)</h4> 715 <h4>QProcess.startDetached (static)</h4>
716 <b>startDetached</b>(<i>args=[], path=''</i>) 716 <b>startDetached</b>(<i>args=[], path=''</i>)
717 <p> 717 <p>
718 Starts the given program (cmd) in a new process, if none is already 718 Static method to start the given program (cmd) in a new process, if
719 running, passing the command line arguments in argss. 719 none is already running, passing the command line arguments in args.
720 </p><dl> 720 </p><dl>
721 <dt><i>cmd</i></dt> 721 <dt><i>cmd</i></dt>
722 <dd> 722 <dd>
723 start the given program cmd (string) 723 start the given program cmd (string)
724 </dd><dt><i>args=</i></dt> 724 </dd><dt><i>args=</i></dt>

eric ide

mercurial