236 </tr><tr> |
236 </tr><tr> |
237 <td><a href="#UserInterface.__assistant">__assistant</a></td> |
237 <td><a href="#UserInterface.__assistant">__assistant</a></td> |
238 <td>Private slot to start the Qt-Assistant executable.</td> |
238 <td>Private slot to start the Qt-Assistant executable.</td> |
239 </tr><tr> |
239 </tr><tr> |
240 <td><a href="#UserInterface.__assistant4">__assistant4</a></td> |
240 <td><a href="#UserInterface.__assistant4">__assistant4</a></td> |
241 <td>Private slot to start the Qt-Assistant 4 executable.</td> |
241 <td>Private slot to start the Qt-Assistant 4/5 executable.</td> |
242 </tr><tr> |
242 </tr><tr> |
243 <td><a href="#UserInterface.__checkActions">__checkActions</a></td> |
243 <td><a href="#UserInterface.__checkActions">__checkActions</a></td> |
244 <td>Private slot to check some actions for their enable/disable status.</td> |
244 <td>Private slot to check some actions for their enable/disable status.</td> |
245 </tr><tr> |
245 </tr><tr> |
246 <td><a href="#UserInterface.__chmViewer">__chmViewer</a></td> |
246 <td><a href="#UserInterface.__chmViewer">__chmViewer</a></td> |
299 </tr><tr> |
299 </tr><tr> |
300 <td><a href="#UserInterface.__designer">__designer</a></td> |
300 <td><a href="#UserInterface.__designer">__designer</a></td> |
301 <td>Private slot to start the Qt-Designer executable.</td> |
301 <td>Private slot to start the Qt-Designer executable.</td> |
302 </tr><tr> |
302 </tr><tr> |
303 <td><a href="#UserInterface.__designer4">__designer4</a></td> |
303 <td><a href="#UserInterface.__designer4">__designer4</a></td> |
304 <td>Private slot to start the Qt-Designer 4 executable.</td> |
304 <td>Private slot to start the Qt-Designer 4/5 executable.</td> |
305 </tr><tr> |
305 </tr><tr> |
306 <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td> |
306 <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td> |
307 <td>Private slot to show a pixmap in a dialog.</td> |
307 <td>Private slot to show a pixmap in a dialog.</td> |
308 </tr><tr> |
308 </tr><tr> |
309 <td><a href="#UserInterface.__editorOpened">__editorOpened</a></td> |
309 <td><a href="#UserInterface.__editorOpened">__editorOpened</a></td> |
377 </tr><tr> |
377 </tr><tr> |
378 <td><a href="#UserInterface.__linguist">__linguist</a></td> |
378 <td><a href="#UserInterface.__linguist">__linguist</a></td> |
379 <td>Private slot to start the Qt-Linguist executable.</td> |
379 <td>Private slot to start the Qt-Linguist executable.</td> |
380 </tr><tr> |
380 </tr><tr> |
381 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> |
381 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> |
382 <td>Private slot to start the Qt-Linguist 4 executable.</td> |
382 <td>Private slot to start the Qt-Linguist 4/5 executable.</td> |
383 </tr><tr> |
383 </tr><tr> |
384 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> |
384 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> |
385 <td>Private slot to load a session from disk.</td> |
385 <td>Private slot to load a session from disk.</td> |
386 </tr><tr> |
386 </tr><tr> |
387 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> |
387 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> |
999 <h4>UserInterface.__assistant</h4> |
999 <h4>UserInterface.__assistant</h4> |
1000 <b>__assistant</b>(<i>home=None, version=0</i>) |
1000 <b>__assistant</b>(<i>home=None, version=0</i>) |
1001 <p> |
1001 <p> |
1002 Private slot to start the Qt-Assistant executable. |
1002 Private slot to start the Qt-Assistant executable. |
1003 </p><dl> |
1003 </p><dl> |
1004 <dt><i>home</i></dt> |
1004 <dt><i>home</i> (str)</dt> |
1005 <dd> |
1005 <dd> |
1006 full pathname of a file to display (string) |
1006 full pathname of a file to display |
1007 </dd><dt><i>version</i></dt> |
1007 </dd><dt><i>version</i> (int)</dt> |
1008 <dd> |
1008 <dd> |
1009 indication for the requested version (Qt 4) (integer) |
1009 indication for the requested version (4 = Qt 4/5) |
1010 </dd> |
1010 </dd> |
1011 </dl><a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a> |
1011 </dl><a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a> |
1012 <h4>UserInterface.__assistant4</h4> |
1012 <h4>UserInterface.__assistant4</h4> |
1013 <b>__assistant4</b>(<i></i>) |
1013 <b>__assistant4</b>(<i></i>) |
1014 <p> |
1014 <p> |
1015 Private slot to start the Qt-Assistant 4 executable. |
1015 Private slot to start the Qt-Assistant 4/5 executable. |
1016 </p><a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a> |
1016 </p><a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a> |
1017 <h4>UserInterface.__checkActions</h4> |
1017 <h4>UserInterface.__checkActions</h4> |
1018 <b>__checkActions</b>(<i>editor</i>) |
1018 <b>__checkActions</b>(<i>editor</i>) |
1019 <p> |
1019 <p> |
1020 Private slot to check some actions for their enable/disable status. |
1020 Private slot to check some actions for their enable/disable status. |
1157 <h4>UserInterface.__designer</h4> |
1157 <h4>UserInterface.__designer</h4> |
1158 <b>__designer</b>(<i>fn=None, version=0</i>) |
1158 <b>__designer</b>(<i>fn=None, version=0</i>) |
1159 <p> |
1159 <p> |
1160 Private slot to start the Qt-Designer executable. |
1160 Private slot to start the Qt-Designer executable. |
1161 </p><dl> |
1161 </p><dl> |
1162 <dt><i>fn</i></dt> |
1162 <dt><i>fn</i> (str)</dt> |
1163 <dd> |
1163 <dd> |
1164 filename of the form to be opened |
1164 filename of the form to be opened |
1165 </dd><dt><i>version</i></dt> |
1165 </dd><dt><i>version</i> (int)</dt> |
1166 <dd> |
1166 <dd> |
1167 indication for the requested version (Qt 4) (integer) |
1167 indication for the requested version (4 = Qt 4/5) |
1168 </dd> |
1168 </dd> |
1169 </dl><a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a> |
1169 </dl><a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a> |
1170 <h4>UserInterface.__designer4</h4> |
1170 <h4>UserInterface.__designer4</h4> |
1171 <b>__designer4</b>(<i></i>) |
1171 <b>__designer4</b>(<i></i>) |
1172 <p> |
1172 <p> |
1173 Private slot to start the Qt-Designer 4 executable. |
1173 Private slot to start the Qt-Designer 4/5 executable. |
1174 </p><a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a> |
1174 </p><a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a> |
1175 <h4>UserInterface.__editPixmap</h4> |
1175 <h4>UserInterface.__editPixmap</h4> |
1176 <b>__editPixmap</b>(<i>fn=""</i>) |
1176 <b>__editPixmap</b>(<i>fn=""</i>) |
1177 <p> |
1177 <p> |
1178 Private slot to show a pixmap in a dialog. |
1178 Private slot to show a pixmap in a dialog. |
1333 <h4>UserInterface.__linguist</h4> |
1333 <h4>UserInterface.__linguist</h4> |
1334 <b>__linguist</b>(<i>fn=None, version=0</i>) |
1334 <b>__linguist</b>(<i>fn=None, version=0</i>) |
1335 <p> |
1335 <p> |
1336 Private slot to start the Qt-Linguist executable. |
1336 Private slot to start the Qt-Linguist executable. |
1337 </p><dl> |
1337 </p><dl> |
1338 <dt><i>fn</i></dt> |
1338 <dt><i>fn</i> (str)</dt> |
1339 <dd> |
1339 <dd> |
1340 filename of the translation file to be opened |
1340 filename of the translation file to be opened |
1341 </dd><dt><i>version</i></dt> |
1341 </dd><dt><i>version</i> (int)</dt> |
1342 <dd> |
1342 <dd> |
1343 indication for the requested version (Qt 4) (integer) |
1343 indication for the requested version (4 = Qt 4/5) |
1344 </dd> |
1344 </dd> |
1345 </dl><a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a> |
1345 </dl><a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a> |
1346 <h4>UserInterface.__linguist4</h4> |
1346 <h4>UserInterface.__linguist4</h4> |
1347 <b>__linguist4</b>(<i>fn=None</i>) |
1347 <b>__linguist4</b>(<i>fn=None</i>) |
1348 <p> |
1348 <p> |
1349 Private slot to start the Qt-Linguist 4 executable. |
1349 Private slot to start the Qt-Linguist 4/5 executable. |
1350 </p><dl> |
1350 </p><dl> |
1351 <dt><i>fn</i></dt> |
1351 <dt><i>fn</i></dt> |
1352 <dd> |
1352 <dd> |
1353 filename of the translation file to be opened |
1353 filename of the translation file to be opened |
1354 </dd> |
1354 </dd> |
2384 </dd> |
2384 </dd> |
2385 </dl><a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> |
2385 </dl><a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> |
2386 <h4>UserInterface.getOriginalPathString</h4> |
2386 <h4>UserInterface.getOriginalPathString</h4> |
2387 <b>getOriginalPathString</b>(<i></i>) |
2387 <b>getOriginalPathString</b>(<i></i>) |
2388 <p> |
2388 <p> |
2389 Public method to get the original PATH environment variable (i.e. |
2389 Public method to get the original PATH environment variable |
2390 before modifications by eric6 and PyQt5) |
2390 (i.e. before modifications by eric6 and PyQt5). |
2391 </p><dl> |
2391 </p><dl> |
2392 <dt>Returns:</dt> |
2392 <dt>Returns:</dt> |
2393 <dd> |
2393 <dd> |
2394 original PATH environment variable |
2394 original PATH environment variable |
2395 </dd> |
2395 </dd> |