ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html

changeset 96
8ecf7b5a134a
parent 83
b09e6a328c3d
child 104
4cd211a73b3e
equal deleted inserted replaced
95:e1033dff0bd8 96:8ecf7b5a134a
1380 <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> 1380 <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>
1381 </tr> 1381 </tr>
1382 </table> 1382 </table>
1383 <a NAME="QProcess.start" ID="QProcess.start"></a> 1383 <a NAME="QProcess.start" ID="QProcess.start"></a>
1384 <h4>QProcess.start</h4> 1384 <h4>QProcess.start</h4>
1385 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) 1385 <b>start</b>(<i>cmd, args=None, mode=QProcessPyQt.ReadWrite</i>)
1386 <p> 1386 <p>
1387 Public method to start the given program (cmd) in a new process, if 1387 Public method to start the given program (cmd) in a new process, if
1388 none is already running, passing the command line arguments in args. 1388 none is already running, passing the command line arguments in args.
1389 </p><dl> 1389 </p><dl>
1390 <dt><i>cmd</i></dt> 1390 <dt><i>cmd</i></dt>
1397 <dd> 1397 <dd>
1398 access mode (QIODevice.OpenMode) 1398 access mode (QIODevice.OpenMode)
1399 </dd> 1399 </dd>
1400 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> 1400 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a>
1401 <h4>QProcess.startDetached (static)</h4> 1401 <h4>QProcess.startDetached (static)</h4>
1402 <b>startDetached</b>(<i>args=[], path=''</i>) 1402 <b>startDetached</b>(<i>args=None, path=''</i>)
1403 <p> 1403 <p>
1404 Public static method to start the given program (cmd) in a new process, 1404 Public static method to start the given program (cmd) in a new process,
1405 if none is already running, passing the command line arguments in args. 1405 if none is already running, passing the command line arguments in args.
1406 </p><dl> 1406 </p><dl>
1407 <dt><i>cmd</i></dt> 1407 <dt><i>cmd</i></dt>

eric ide

mercurial