Documentation/Source/eric6.UI.UserInterface.html

changeset 5362
e9b8797923da
parent 5108
f5cb9cb98e6a
child 5371
01c4c059142b
equal deleted inserted replaced
5361:147c43e684c0 5362:e9b8797923da
295 <td>Private slot to handle the start of a debugging session.</td> 295 <td>Private slot to handle the start of a debugging session.</td>
296 </tr><tr> 296 </tr><tr>
297 <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td> 297 <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td>
298 <td>Private slot to show a dialog to uninstall a plugin.</td> 298 <td>Private slot to show a dialog to uninstall a plugin.</td>
299 </tr><tr> 299 </tr><tr>
300 <td><a href="#UserInterface.__deleteCrashSession">__deleteCrashSession</a></td>
301 <td>Private slot to delete the crash session file.</td>
302 </tr><tr>
300 <td><a href="#UserInterface.__designer">__designer</a></td> 303 <td><a href="#UserInterface.__designer">__designer</a></td>
301 <td>Private slot to start the Qt-Designer executable.</td> 304 <td>Private slot to start the Qt-Designer executable.</td>
302 </tr><tr> 305 </tr><tr>
303 <td><a href="#UserInterface.__designer4">__designer4</a></td> 306 <td><a href="#UserInterface.__designer4">__designer4</a></td>
304 <td>Private slot to start the Qt-Designer 4 executable.</td> 307 <td>Private slot to start the Qt-Designer 4 executable.</td>
379 <td>Private slot to start the Qt-Linguist executable.</td> 382 <td>Private slot to start the Qt-Linguist executable.</td>
380 </tr><tr> 383 </tr><tr>
381 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> 384 <td><a href="#UserInterface.__linguist4">__linguist4</a></td>
382 <td>Private slot to start the Qt-Linguist 4 executable.</td> 385 <td>Private slot to start the Qt-Linguist 4 executable.</td>
383 </tr><tr> 386 </tr><tr>
387 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td>
388 <td>Private slot to load a session from disk.</td>
389 </tr><tr>
384 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> 390 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td>
385 <td>Private slot to handle the change of the master password.</td> 391 <td>Private slot to handle the change of the master password.</td>
386 </tr><tr> 392 </tr><tr>
387 <td><a href="#UserInterface.__newProject">__newProject</a></td> 393 <td><a href="#UserInterface.__newProject">__newProject</a></td>
388 <td>Private slot to handle the NewProject signal.</td> 394 <td>Private slot to handle the NewProject signal.</td>
427 <td>Private slot to handle the projectOpened signal.</td> 433 <td>Private slot to handle the projectOpened signal.</td>
428 </tr><tr> 434 </tr><tr>
429 <td><a href="#UserInterface.__quit">__quit</a></td> 435 <td><a href="#UserInterface.__quit">__quit</a></td>
430 <td>Private method to quit the application.</td> 436 <td>Private method to quit the application.</td>
431 </tr><tr> 437 </tr><tr>
438 <td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td>
439 <td>Private method to check for and read a crash session.</td>
440 </tr><tr>
432 <td><a href="#UserInterface.__readSession">__readSession</a></td> 441 <td><a href="#UserInterface.__readSession">__readSession</a></td>
433 <td>Private slot to read in the session file (.e5s or .e4s).</td> 442 <td>Private slot to read in the session file (.e5s or .e4s).</td>
434 </tr><tr> 443 </tr><tr>
435 <td><a href="#UserInterface.__readTasks">__readTasks</a></td> 444 <td><a href="#UserInterface.__readTasks">__readTasks</a></td>
436 <td>Private slot to read in the tasks file (.e6t).</td> 445 <td>Private slot to read in the tasks file (.e6t).</td>
448 <td>Private method to restart the application.</td> 457 <td>Private method to restart the application.</td>
449 </tr><tr> 458 </tr><tr>
450 <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td> 459 <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td>
451 <td>Private slot to save the window geometries of the active profile.</td> 460 <td>Private slot to save the window geometries of the active profile.</td>
452 </tr><tr> 461 </tr><tr>
462 <td><a href="#UserInterface.__saveSessionToFile">__saveSessionToFile</a></td>
463 <td>Private slot to save a session to disk.</td>
464 </tr><tr>
453 <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td> 465 <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td>
454 <td>Private slot to activate the edit view profile.</td> 466 <td>Private slot to activate the edit view profile.</td>
455 </tr><tr> 467 </tr><tr>
456 <td><a href="#UserInterface.__setWindowCaption">__setWindowCaption</a></td> 468 <td><a href="#UserInterface.__setWindowCaption">__setWindowCaption</a></td>
457 <td>Private method to set the caption of the Main Window.</td> 469 <td>Private method to set the caption of the Main Window.</td>
648 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> 660 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td>
649 <td>Private slot to start the eric6 web browser.</td> 661 <td>Private slot to start the eric6 web browser.</td>
650 </tr><tr> 662 </tr><tr>
651 <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td> 663 <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td>
652 <td>Private slot called in to enter Whats This mode.</td> 664 <td>Private slot called in to enter Whats This mode.</td>
665 </tr><tr>
666 <td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td>
667 <td>Private slot to write a crash session file.</td>
653 </tr><tr> 668 </tr><tr>
654 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> 669 <td><a href="#UserInterface.__writeSession">__writeSession</a></td>
655 <td>Private slot to write the session data to an XML file (.e5s).</td> 670 <td>Private slot to write the session data to an XML file (.e5s).</td>
656 </tr><tr> 671 </tr><tr>
657 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> 672 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td>
1104 </p><a NAME="UserInterface.__deinstallPlugin" ID="UserInterface.__deinstallPlugin"></a> 1119 </p><a NAME="UserInterface.__deinstallPlugin" ID="UserInterface.__deinstallPlugin"></a>
1105 <h4>UserInterface.__deinstallPlugin</h4> 1120 <h4>UserInterface.__deinstallPlugin</h4>
1106 <b>__deinstallPlugin</b>(<i></i>) 1121 <b>__deinstallPlugin</b>(<i></i>)
1107 <p> 1122 <p>
1108 Private slot to show a dialog to uninstall a plugin. 1123 Private slot to show a dialog to uninstall a plugin.
1124 </p><a NAME="UserInterface.__deleteCrashSession" ID="UserInterface.__deleteCrashSession"></a>
1125 <h4>UserInterface.__deleteCrashSession</h4>
1126 <b>__deleteCrashSession</b>(<i></i>)
1127 <p>
1128 Private slot to delete the crash session file.
1109 </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a> 1129 </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a>
1110 <h4>UserInterface.__designer</h4> 1130 <h4>UserInterface.__designer</h4>
1111 <b>__designer</b>(<i>fn=None, version=0</i>) 1131 <b>__designer</b>(<i>fn=None, version=0</i>)
1112 <p> 1132 <p>
1113 Private slot to start the Qt-Designer executable. 1133 Private slot to start the Qt-Designer executable.
1302 </p><dl> 1322 </p><dl>
1303 <dt><i>fn</i></dt> 1323 <dt><i>fn</i></dt>
1304 <dd> 1324 <dd>
1305 filename of the translation file to be opened 1325 filename of the translation file to be opened
1306 </dd> 1326 </dd>
1307 </dl><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> 1327 </dl><a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a>
1328 <h4>UserInterface.__loadSessionFromFile</h4>
1329 <b>__loadSessionFromFile</b>(<i></i>)
1330 <p>
1331 Private slot to load a session from disk.
1332 </p><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a>
1308 <h4>UserInterface.__masterPasswordChanged</h4> 1333 <h4>UserInterface.__masterPasswordChanged</h4>
1309 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) 1334 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
1310 <p> 1335 <p>
1311 Private slot to handle the change of the master password. 1336 Private slot to handle the change of the master password.
1312 </p><dl> 1337 </p><dl>
1418 </p><a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a> 1443 </p><a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a>
1419 <h4>UserInterface.__quit</h4> 1444 <h4>UserInterface.__quit</h4>
1420 <b>__quit</b>(<i></i>) 1445 <b>__quit</b>(<i></i>)
1421 <p> 1446 <p>
1422 Private method to quit the application. 1447 Private method to quit the application.
1423 </p><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> 1448 </p><a NAME="UserInterface.__readCrashSession" ID="UserInterface.__readCrashSession"></a>
1449 <h4>UserInterface.__readCrashSession</h4>
1450 <b>__readCrashSession</b>(<i></i>)
1451 <p>
1452 Private method to check for and read a crash session.
1453 </p><dl>
1454 <dt>Returns:</dt>
1455 <dd>
1456 flag indicating a crash session file was found and read
1457 </dd>
1458 </dl><dl>
1459 <dt>Return Type:</dt>
1460 <dd>
1461 bool
1462 </dd>
1463 </dl><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a>
1424 <h4>UserInterface.__readSession</h4> 1464 <h4>UserInterface.__readSession</h4>
1425 <b>__readSession</b>(<i></i>) 1465 <b>__readSession</b>(<i>filename=""</i>)
1426 <p> 1466 <p>
1427 Private slot to read in the session file (.e5s or .e4s). 1467 Private slot to read in the session file (.e5s or .e4s).
1428 </p><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> 1468 </p><dl>
1469 <dt><i>filename</i> (str)</dt>
1470 <dd>
1471 name of a session file to read
1472 </dd>
1473 </dl><dl>
1474 <dt>Returns:</dt>
1475 <dd>
1476 flag indicating success
1477 </dd>
1478 </dl><dl>
1479 <dt>Return Type:</dt>
1480 <dd>
1481 bool
1482 </dd>
1483 </dl><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a>
1429 <h4>UserInterface.__readTasks</h4> 1484 <h4>UserInterface.__readTasks</h4>
1430 <b>__readTasks</b>(<i></i>) 1485 <b>__readTasks</b>(<i></i>)
1431 <p> 1486 <p>
1432 Private slot to read in the tasks file (.e6t). 1487 Private slot to read in the tasks file (.e6t).
1433 </p><a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a> 1488 </p><a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a>
1459 <dt><i>save</i></dt> 1514 <dt><i>save</i></dt>
1460 <dd> 1515 <dd>
1461 flag indicating that the current profile should 1516 flag indicating that the current profile should
1462 be saved (boolean) 1517 be saved (boolean)
1463 </dd> 1518 </dd>
1464 </dl><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a> 1519 </dl><a NAME="UserInterface.__saveSessionToFile" ID="UserInterface.__saveSessionToFile"></a>
1520 <h4>UserInterface.__saveSessionToFile</h4>
1521 <b>__saveSessionToFile</b>(<i></i>)
1522 <p>
1523 Private slot to save a session to disk.
1524 </p><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a>
1465 <h4>UserInterface.__setEditProfile</h4> 1525 <h4>UserInterface.__setEditProfile</h4>
1466 <b>__setEditProfile</b>(<i>save=True</i>) 1526 <b>__setEditProfile</b>(<i>save=True</i>)
1467 <p> 1527 <p>
1468 Private slot to activate the edit view profile. 1528 Private slot to activate the edit view profile.
1469 </p><dl> 1529 </p><dl>
1934 </dl><a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a> 1994 </dl><a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a>
1935 <h4>UserInterface.__whatsThis</h4> 1995 <h4>UserInterface.__whatsThis</h4>
1936 <b>__whatsThis</b>(<i></i>) 1996 <b>__whatsThis</b>(<i></i>)
1937 <p> 1997 <p>
1938 Private slot called in to enter Whats This mode. 1998 Private slot called in to enter Whats This mode.
1999 </p><a NAME="UserInterface.__writeCrashSession" ID="UserInterface.__writeCrashSession"></a>
2000 <h4>UserInterface.__writeCrashSession</h4>
2001 <b>__writeCrashSession</b>(<i></i>)
2002 <p>
2003 Private slot to write a crash session file.
1939 </p><a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a> 2004 </p><a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a>
1940 <h4>UserInterface.__writeSession</h4> 2005 <h4>UserInterface.__writeSession</h4>
1941 <b>__writeSession</b>(<i></i>) 2006 <b>__writeSession</b>(<i>filename="", crashSession=False</i>)
1942 <p> 2007 <p>
1943 Private slot to write the session data to an XML file (.e5s). 2008 Private slot to write the session data to an XML file (.e5s).
1944 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> 2009 </p><dl>
2010 <dt><i>filename</i> (str)</dt>
2011 <dd>
2012 name of a session file to write
2013 </dd><dt><i>crashSession</i> (bool)</dt>
2014 <dd>
2015 flag indicating to write a crash session file
2016 </dd>
2017 </dl><dl>
2018 <dt>Returns:</dt>
2019 <dd>
2020 flag indicating success
2021 </dd>
2022 </dl><dl>
2023 <dt>Return Type:</dt>
2024 <dd>
2025 bool
2026 </dd>
2027 </dl><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a>
1945 <h4>UserInterface.__writeTasks</h4> 2028 <h4>UserInterface.__writeTasks</h4>
1946 <b>__writeTasks</b>(<i></i>) 2029 <b>__writeTasks</b>(<i></i>)
1947 <p> 2030 <p>
1948 Private slot to write the tasks data to an XML file (.e6t). 2031 Private slot to write the tasks data to an XML file (.e6t).
1949 </p><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a> 2032 </p><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>

eric ide

mercurial