169 </tr><tr> |
169 </tr><tr> |
170 <td><a href="#Project.__getLocale">__getLocale</a></td> |
170 <td><a href="#Project.__getLocale">__getLocale</a></td> |
171 <td>Private method to extract the locale out of a file name.</td> |
171 <td>Private method to extract the locale out of a file name.</td> |
172 </tr><tr> |
172 </tr><tr> |
173 <td><a href="#Project.__getPythonExecutable">__getPythonExecutable</a></td> |
173 <td><a href="#Project.__getPythonExecutable">__getPythonExecutable</a></td> |
174 <td>Public method to build the Python command.</td> |
174 <td>Private method to build the Python command.</td> |
175 </tr><tr> |
175 </tr><tr> |
176 <td><a href="#Project.__getVirtualEnvironment">__getVirtualEnvironment</a></td> |
176 <td><a href="#Project.__getVirtualEnvironment">__getVirtualEnvironment</a></td> |
177 <td>Private method to get the path of the virtual environment.</td> |
177 <td>Private method to get the path of the virtual environment.</td> |
178 </tr><tr> |
178 </tr><tr> |
179 <td><a href="#Project.__initAuthorizationActions">__initAuthorizationActions</a></td> |
179 <td><a href="#Project.__initAuthorizationActions">__initAuthorizationActions</a></td> |
301 </tr><tr> |
301 </tr><tr> |
302 <td><a href="#Project.getMenuNames">getMenuNames</a></td> |
302 <td><a href="#Project.getMenuNames">getMenuNames</a></td> |
303 <td>Public method to get the names of all menus.</td> |
303 <td>Public method to get the names of all menus.</td> |
304 </tr><tr> |
304 </tr><tr> |
305 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
305 <td><a href="#Project.getProjectPath">getProjectPath</a></td> |
306 <td>Public method to get the path of the eric5 project.</td> |
306 <td>Public method to get the path of the eric6 project.</td> |
307 </tr><tr> |
307 </tr><tr> |
308 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td> |
308 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td> |
309 <td>Public method to get the list of recent applications.</td> |
309 <td>Public method to get the list of recent applications.</td> |
310 </tr><tr> |
310 </tr><tr> |
311 <td><a href="#Project.initActions">initActions</a></td> |
311 <td><a href="#Project.initActions">initActions</a></td> |
599 </dd> |
599 </dd> |
600 </dl><a NAME="Project.__getPythonExecutable" ID="Project.__getPythonExecutable"></a> |
600 </dl><a NAME="Project.__getPythonExecutable" ID="Project.__getPythonExecutable"></a> |
601 <h4>Project.__getPythonExecutable</h4> |
601 <h4>Project.__getPythonExecutable</h4> |
602 <b>__getPythonExecutable</b>(<i></i>) |
602 <b>__getPythonExecutable</b>(<i></i>) |
603 <p> |
603 <p> |
604 Public method to build the Python command. |
604 Private method to build the Python command. |
605 </p><dl> |
605 </p><dl> |
606 <dt>Returns:</dt> |
606 <dt>Returns:</dt> |
607 <dd> |
607 <dd> |
608 python command (string) |
608 python command (string) |
609 </dd> |
609 </dd> |
971 </dd> |
971 </dd> |
972 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
972 </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> |
973 <h4>Project.getProjectPath</h4> |
973 <h4>Project.getProjectPath</h4> |
974 <b>getProjectPath</b>(<i></i>) |
974 <b>getProjectPath</b>(<i></i>) |
975 <p> |
975 <p> |
976 Public method to get the path of the eric5 project. |
976 Public method to get the path of the eric6 project. |
977 </p><dl> |
977 </p><dl> |
978 <dt>Returns:</dt> |
978 <dt>Returns:</dt> |
979 <dd> |
979 <dd> |
980 path of the eric5 project (string) |
980 path of the eric6 project (string) |
981 </dd> |
981 </dd> |
982 </dl><a NAME="Project.getRecentApplications" ID="Project.getRecentApplications"></a> |
982 </dl><a NAME="Project.getRecentApplications" ID="Project.getRecentApplications"></a> |
983 <h4>Project.getRecentApplications</h4> |
983 <h4>Project.getRecentApplications</h4> |
984 <b>getRecentApplications</b>(<i></i>) |
984 <b>getRecentApplications</b>(<i></i>) |
985 <p> |
985 <p> |
1130 </table> |
1130 </table> |
1131 <h3>Methods</h3> |
1131 <h3>Methods</h3> |
1132 <table> |
1132 <table> |
1133 <tr> |
1133 <tr> |
1134 <td><a href="#QProcess.start">start</a></td> |
1134 <td><a href="#QProcess.start">start</a></td> |
1135 <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> |
1135 <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> |
1136 </tr> |
1136 </tr> |
1137 </table> |
1137 </table> |
1138 <h3>Static Methods</h3> |
1138 <h3>Static Methods</h3> |
1139 <table> |
1139 <table> |
1140 <tr> |
1140 <tr> |
1141 <td><a href="#QProcess.startDetached">startDetached</a></td> |
1141 <td><a href="#QProcess.startDetached">startDetached</a></td> |
1142 <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> |
1142 <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> |
1143 </tr> |
1143 </tr> |
1144 </table> |
1144 </table> |
1145 <a NAME="QProcess.start" ID="QProcess.start"></a> |
1145 <a NAME="QProcess.start" ID="QProcess.start"></a> |
1146 <h4>QProcess.start</h4> |
1146 <h4>QProcess.start</h4> |
1147 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) |
1147 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>) |
1148 <p> |
1148 <p> |
1149 Static method to start the given program (cmd) in a new process, if |
1149 Public method to start the given program (cmd) in a new process, if |
1150 none is already running, passing the command line arguments in args. |
1150 none is already running, passing the command line arguments in args. |
1151 </p><dl> |
1151 </p><dl> |
1152 <dt><i>cmd</i></dt> |
1152 <dt><i>cmd</i></dt> |
1153 <dd> |
1153 <dd> |
1154 start the given program cmd (string) |
1154 start the given program cmd (string) |
1161 </dd> |
1161 </dd> |
1162 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
1162 </dl><a NAME="QProcess.startDetached" ID="QProcess.startDetached"></a> |
1163 <h4>QProcess.startDetached (static)</h4> |
1163 <h4>QProcess.startDetached (static)</h4> |
1164 <b>startDetached</b>(<i>args=[], path=''</i>) |
1164 <b>startDetached</b>(<i>args=[], path=''</i>) |
1165 <p> |
1165 <p> |
1166 Static method to start the given program (cmd) in a new process, if |
1166 Public static method to start the given program (cmd) in a new process, |
1167 none is already running, passing the command line arguments in args. |
1167 if none is already running, passing the command line arguments in args. |
1168 </p><dl> |
1168 </p><dl> |
1169 <dt><i>cmd</i></dt> |
1169 <dt><i>cmd</i></dt> |
1170 <dd> |
1170 <dd> |
1171 start the given program cmd (string) |
1171 start the given program cmd (string) |
1172 </dd><dt><i>args=</i></dt> |
1172 </dd><dt><i>args=</i></dt> |