431 <tr> |
431 <tr> |
432 <td><a href="#UserInterface.__exportShortcuts">__exportShortcuts</a></td> |
432 <td><a href="#UserInterface.__exportShortcuts">__exportShortcuts</a></td> |
433 <td>Private slot to export the keyboard shortcuts.</td> |
433 <td>Private slot to export the keyboard shortcuts.</td> |
434 </tr> |
434 </tr> |
435 <tr> |
435 <tr> |
|
436 <td><a href="#UserInterface.__exportTheme">__exportTheme</a></td> |
|
437 <td>Private slot to export the current theme to a file.</td> |
|
438 </tr> |
|
439 <tr> |
436 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td> |
440 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td> |
437 <td>Private method to get the geometry of a floating windows.</td> |
441 <td>Private method to get the geometry of a floating windows.</td> |
438 </tr> |
442 </tr> |
439 <tr> |
443 <tr> |
440 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td> |
444 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td> |
449 <td>Private slot to import preferences.</td> |
453 <td>Private slot to import preferences.</td> |
450 </tr> |
454 </tr> |
451 <tr> |
455 <tr> |
452 <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td> |
456 <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td> |
453 <td>Private slot to import the keyboard shortcuts.</td> |
457 <td>Private slot to import the keyboard shortcuts.</td> |
|
458 </tr> |
|
459 <tr> |
|
460 <td><a href="#UserInterface.__importTheme">__importTheme</a></td> |
|
461 <td>Private slot to import a previously exported theme.</td> |
454 </tr> |
462 </tr> |
455 <tr> |
463 <tr> |
456 <td><a href="#UserInterface.__initActions">__initActions</a></td> |
464 <td><a href="#UserInterface.__initActions">__initActions</a></td> |
457 <td>Private method to define the user interface actions.</td> |
465 <td>Private method to define the user interface actions.</td> |
458 </tr> |
466 </tr> |
1722 <b>__exportShortcuts</b>(<i></i>) |
1730 <b>__exportShortcuts</b>(<i></i>) |
1723 |
1731 |
1724 <p> |
1732 <p> |
1725 Private slot to export the keyboard shortcuts. |
1733 Private slot to export the keyboard shortcuts. |
1726 </p> |
1734 </p> |
|
1735 <a NAME="UserInterface.__exportTheme" ID="UserInterface.__exportTheme"></a> |
|
1736 <h4>UserInterface.__exportTheme</h4> |
|
1737 <b>__exportTheme</b>(<i></i>) |
|
1738 |
|
1739 <p> |
|
1740 Private slot to export the current theme to a file. |
|
1741 </p> |
1727 <a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a> |
1742 <a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a> |
1728 <h4>UserInterface.__getFloatingGeometry</h4> |
1743 <h4>UserInterface.__getFloatingGeometry</h4> |
1729 <b>__getFloatingGeometry</b>(<i>w</i>) |
1744 <b>__getFloatingGeometry</b>(<i>w</i>) |
1730 |
1745 |
1731 <p> |
1746 <p> |
1775 <h4>UserInterface.__importShortcuts</h4> |
1790 <h4>UserInterface.__importShortcuts</h4> |
1776 <b>__importShortcuts</b>(<i></i>) |
1791 <b>__importShortcuts</b>(<i></i>) |
1777 |
1792 |
1778 <p> |
1793 <p> |
1779 Private slot to import the keyboard shortcuts. |
1794 Private slot to import the keyboard shortcuts. |
|
1795 </p> |
|
1796 <a NAME="UserInterface.__importTheme" ID="UserInterface.__importTheme"></a> |
|
1797 <h4>UserInterface.__importTheme</h4> |
|
1798 <b>__importTheme</b>(<i></i>) |
|
1799 |
|
1800 <p> |
|
1801 Private slot to import a previously exported theme. |
1780 </p> |
1802 </p> |
1781 <a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a> |
1803 <a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a> |
1782 <h4>UserInterface.__initActions</h4> |
1804 <h4>UserInterface.__initActions</h4> |
1783 <b>__initActions</b>(<i></i>) |
1805 <b>__initActions</b>(<i></i>) |
1784 |
1806 |