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

changeset 58
6acbfbba1e9d
parent 57
e654970c913e
child 64
3b2da211e126
--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html	Tue Oct 29 22:30:48 2013 +0100
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html	Wed Oct 30 16:06:47 2013 +0100
@@ -684,22 +684,22 @@
 <table>
 <tr>
 <td><a href="#QProcess.start">start</a></td>
-<td>Starts the given program (cmd) in a new process, if none is already running, passing the command line arguments in argss.</td>
+<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>
 </tr>
 </table>
 <h3>Static Methods</h3>
 <table>
 <tr>
 <td><a href="#QProcess.startDetached">startDetached</a></td>
-<td>Starts the given program (cmd) in a new process, if none is already running, passing the command line arguments in argss.</td>
+<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>
 </tr>
 </table>
 <a NAME="QProcess.start" ID="QProcess.start"></a>
 <h4>QProcess.start</h4>
 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>)
 <p>
-        Starts the given program (cmd) in a new process, if none is already
-        running, passing the command line arguments in argss.
+        Public method to start the given program (cmd) in a new process, if
+        none is already running, passing the command line arguments in args.
 </p><dl>
 <dt><i>cmd</i></dt>
 <dd>
@@ -715,8 +715,8 @@
 <h4>QProcess.startDetached (static)</h4>
 <b>startDetached</b>(<i>args=[], path=''</i>)
 <p>
-        Starts the given program (cmd) in a new process, if none is already
-        running, passing the command line arguments in argss.
+        Static method to start the given program (cmd) in a new process, if
+        none is already running, passing the command line arguments in args.
 </p><dl>
 <dt><i>cmd</i></dt>
 <dd>

eric ide

mercurial