src/eric7/Documentation/Source/eric7.Tools.TrayStarter.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.Tools.TrayStarter.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Tools.TrayStarter.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Tools.TrayStarter</h1>
-
 <p>
 Module implementing a starter for the system tray.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#TrayStarter">TrayStarter</a></td>
 <td>Class implementing a starter for the system tray.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="TrayStarter" ID="TrayStarter"></a>
 <h2>TrayStarter</h2>
-
 <p>
     Class implementing a starter for the system tray.
 </p>
+
 <h3>Derived from</h3>
 QSystemTrayIcon
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#TrayStarter.__init__">TrayStarter</a></td>
 <td>Constructor</td>
@@ -211,19 +208,20 @@
 <td>Public slot to handle a change of preferences.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a>
 <h4>TrayStarter (Constructor)</h4>
 <b>TrayStarter</b>(<i>settingsDir</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>settingsDir</i> (str)</dt>
@@ -234,17 +232,17 @@
 <a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a>
 <h4>TrayStarter.__about</h4>
 <b>__about</b>(<i></i>)
-
 <p>
         Private slot to handle the About dialog.
 </p>
+
 <a NAME="TrayStarter.__activated" ID="TrayStarter.__activated"></a>
 <h4>TrayStarter.__activated</h4>
 <b>__activated</b>(<i>reason</i>)
-
 <p>
         Private slot to handle the activated signal.
 </p>
+
 <dl>
 
 <dt><i>reason</i> (QSystemTrayIcon.ActivationReason)</dt>
@@ -255,32 +253,32 @@
 <a NAME="TrayStarter.__loadRecentFiles" ID="TrayStarter.__loadRecentFiles"></a>
 <h4>TrayStarter.__loadRecentFiles</h4>
 <b>__loadRecentFiles</b>(<i></i>)
-
 <p>
         Private method to load the recently opened filenames.
 </p>
+
 <a NAME="TrayStarter.__loadRecentMultiProjects" ID="TrayStarter.__loadRecentMultiProjects"></a>
 <h4>TrayStarter.__loadRecentMultiProjects</h4>
 <b>__loadRecentMultiProjects</b>(<i></i>)
-
 <p>
         Private method to load the recently opened multi project filenames.
 </p>
+
 <a NAME="TrayStarter.__loadRecentProjects" ID="TrayStarter.__loadRecentProjects"></a>
 <h4>TrayStarter.__loadRecentProjects</h4>
 <b>__loadRecentProjects</b>(<i></i>)
-
 <p>
         Private method to load the recently opened project filenames.
 </p>
+
 <a NAME="TrayStarter.__openRecent" ID="TrayStarter.__openRecent"></a>
 <h4>TrayStarter.__openRecent</h4>
 <b>__openRecent</b>(<i>act</i>)
-
 <p>
         Private method to open a project or file from the list of recently
         opened projects or files.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -291,136 +289,136 @@
 <a NAME="TrayStarter.__showContextMenu" ID="TrayStarter.__showContextMenu"></a>
 <h4>TrayStarter.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i></i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <a NAME="TrayStarter.__showPreferences" ID="TrayStarter.__showPreferences"></a>
 <h4>TrayStarter.__showPreferences</h4>
 <b>__showPreferences</b>(<i></i>)
-
 <p>
         Private slot to set the preferences.
 </p>
+
 <a NAME="TrayStarter.__showRecentFilesMenu" ID="TrayStarter.__showRecentFilesMenu"></a>
 <h4>TrayStarter.__showRecentFilesMenu</h4>
 <b>__showRecentFilesMenu</b>(<i></i>)
-
 <p>
         Private method to set up the recent files menu.
 </p>
+
 <a NAME="TrayStarter.__showRecentMultiProjectsMenu" ID="TrayStarter.__showRecentMultiProjectsMenu"></a>
 <h4>TrayStarter.__showRecentMultiProjectsMenu</h4>
 <b>__showRecentMultiProjectsMenu</b>(<i></i>)
-
 <p>
         Private method to set up the recent multi projects menu.
 </p>
+
 <a NAME="TrayStarter.__showRecentProjectsMenu" ID="TrayStarter.__showRecentProjectsMenu"></a>
 <h4>TrayStarter.__showRecentProjectsMenu</h4>
 <b>__showRecentProjectsMenu</b>(<i></i>)
-
 <p>
         Private method to set up the recent projects menu.
 </p>
+
 <a NAME="TrayStarter.__showVersions" ID="TrayStarter.__showVersions"></a>
 <h4>TrayStarter.__showVersions</h4>
 <b>__showVersions</b>(<i></i>)
-
 <p>
         Private slot to handle the Versions dialog.
 </p>
+
 <a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a>
 <h4>TrayStarter.__startCompare</h4>
 <b>__startCompare</b>(<i></i>)
-
 <p>
         Private slot to start the eric compare dialog.
 </p>
+
 <a NAME="TrayStarter.__startDiff" ID="TrayStarter.__startDiff"></a>
 <h4>TrayStarter.__startDiff</h4>
 <b>__startDiff</b>(<i></i>)
-
 <p>
         Private slot to start the eric diff dialog.
 </p>
+
 <a NAME="TrayStarter.__startEric" ID="TrayStarter.__startEric"></a>
 <h4>TrayStarter.__startEric</h4>
 <b>__startEric</b>(<i></i>)
-
 <p>
         Private slot to start the eric IDE.
 </p>
+
 <a NAME="TrayStarter.__startHexEditor" ID="TrayStarter.__startHexEditor"></a>
 <h4>TrayStarter.__startHexEditor</h4>
 <b>__startHexEditor</b>(<i></i>)
-
 <p>
         Private slot to start the eric hex editor dialog.
 </p>
+
 <a NAME="TrayStarter.__startIconEditor" ID="TrayStarter.__startIconEditor"></a>
 <h4>TrayStarter.__startIconEditor</h4>
 <b>__startIconEditor</b>(<i></i>)
-
 <p>
         Private slot to start the eric icon editor dialog.
 </p>
+
 <a NAME="TrayStarter.__startMiniEditor" ID="TrayStarter.__startMiniEditor"></a>
 <h4>TrayStarter.__startMiniEditor</h4>
 <b>__startMiniEditor</b>(<i></i>)
-
 <p>
         Private slot to start the eric Mini Editor.
 </p>
+
 <a NAME="TrayStarter.__startPdfViewer" ID="TrayStarter.__startPdfViewer"></a>
 <h4>TrayStarter.__startPdfViewer</h4>
 <b>__startPdfViewer</b>(<i></i>)
-
 <p>
         Private slot to start the eric PDF Viewer window.
 </p>
+
 <a NAME="TrayStarter.__startPip" ID="TrayStarter.__startPip"></a>
 <h4>TrayStarter.__startPip</h4>
 <b>__startPip</b>(<i></i>)
-
 <p>
         Private slot to start the eric package manager (PyPI) window.
 </p>
+
 <a NAME="TrayStarter.__startPluginInstall" ID="TrayStarter.__startPluginInstall"></a>
 <h4>TrayStarter.__startPluginInstall</h4>
 <b>__startPluginInstall</b>(<i></i>)
-
 <p>
         Private slot to start the eric plugin installation dialog.
 </p>
+
 <a NAME="TrayStarter.__startPluginRepository" ID="TrayStarter.__startPluginRepository"></a>
 <h4>TrayStarter.__startPluginRepository</h4>
 <b>__startPluginRepository</b>(<i></i>)
-
 <p>
         Private slot to start the eric plugin repository dialog.
 </p>
+
 <a NAME="TrayStarter.__startPluginUninstall" ID="TrayStarter.__startPluginUninstall"></a>
 <h4>TrayStarter.__startPluginUninstall</h4>
 <b>__startPluginUninstall</b>(<i></i>)
-
 <p>
         Private slot to start the eric plugin uninstallation dialog.
 </p>
+
 <a NAME="TrayStarter.__startPreferences" ID="TrayStarter.__startPreferences"></a>
 <h4>TrayStarter.__startPreferences</h4>
 <b>__startPreferences</b>(<i></i>)
-
 <p>
         Private slot to start the eric configuration dialog.
 </p>
+
 <a NAME="TrayStarter.__startProc" ID="TrayStarter.__startProc"></a>
 <h4>TrayStarter.__startProc</h4>
 <b>__startProc</b>(<i>applName, *applArgs</i>)
-
 <p>
         Private method to start an eric application.
 </p>
+
 <dl>
 
 <dt><i>applName</i> (str)</dt>
@@ -435,94 +433,94 @@
 <a NAME="TrayStarter.__startPyRe" ID="TrayStarter.__startPyRe"></a>
 <h4>TrayStarter.__startPyRe</h4>
 <b>__startPyRe</b>(<i></i>)
-
 <p>
         Private slot to start the eric Python re editor dialog.
 </p>
+
 <a NAME="TrayStarter.__startQRegularExpression" ID="TrayStarter.__startQRegularExpression"></a>
 <h4>TrayStarter.__startQRegularExpression</h4>
 <b>__startQRegularExpression</b>(<i></i>)
-
 <p>
         Private slot to start the eric QRegularExpression editor dialog.
 </p>
+
 <a NAME="TrayStarter.__startShell" ID="TrayStarter.__startShell"></a>
 <h4>TrayStarter.__startShell</h4>
 <b>__startShell</b>(<i></i>)
-
 <p>
         Private slot to start the eric Shell window.
 </p>
+
 <a NAME="TrayStarter.__startSnapshot" ID="TrayStarter.__startSnapshot"></a>
 <h4>TrayStarter.__startSnapshot</h4>
 <b>__startSnapshot</b>(<i></i>)
-
 <p>
         Private slot to start the eric snapshot dialog.
 </p>
+
 <a NAME="TrayStarter.__startSqlBrowser" ID="TrayStarter.__startSqlBrowser"></a>
 <h4>TrayStarter.__startSqlBrowser</h4>
 <b>__startSqlBrowser</b>(<i></i>)
-
 <p>
         Private slot to start the eric sql browser dialog.
 </p>
+
 <a NAME="TrayStarter.__startTRPreviewer" ID="TrayStarter.__startTRPreviewer"></a>
 <h4>TrayStarter.__startTRPreviewer</h4>
 <b>__startTRPreviewer</b>(<i></i>)
-
 <p>
         Private slot to start the eric translations previewer.
 </p>
+
 <a NAME="TrayStarter.__startTesting" ID="TrayStarter.__startTesting"></a>
 <h4>TrayStarter.__startTesting</h4>
 <b>__startTesting</b>(<i></i>)
-
 <p>
         Private slot to start the eric testing dialog.
 </p>
+
 <a NAME="TrayStarter.__startUIPreviewer" ID="TrayStarter.__startUIPreviewer"></a>
 <h4>TrayStarter.__startUIPreviewer</h4>
 <b>__startUIPreviewer</b>(<i></i>)
-
 <p>
         Private slot to start the eric UI previewer.
 </p>
+
 <a NAME="TrayStarter.__startVirtualenvManager" ID="TrayStarter.__startVirtualenvManager"></a>
 <h4>TrayStarter.__startVirtualenvManager</h4>
 <b>__startVirtualenvManager</b>(<i></i>)
-
 <p>
         Private slot to start the eric virtual environments manager window.
 </p>
+
 <a NAME="TrayStarter.__startWebBrowser" ID="TrayStarter.__startWebBrowser"></a>
 <h4>TrayStarter.__startWebBrowser</h4>
 <b>__startWebBrowser</b>(<i></i>)
-
 <p>
         Private slot to start the eric web browser.
 </p>
+
 <a NAME="TrayStarter.__startWebBrowserPrivate" ID="TrayStarter.__startWebBrowserPrivate"></a>
 <h4>TrayStarter.__startWebBrowserPrivate</h4>
 <b>__startWebBrowserPrivate</b>(<i></i>)
-
 <p>
         Private slot to start the eric web browser in private mode.
 </p>
+
 <a NAME="TrayStarter.__startWebBrowserQtHelp" ID="TrayStarter.__startWebBrowserQtHelp"></a>
 <h4>TrayStarter.__startWebBrowserQtHelp</h4>
 <b>__startWebBrowserQtHelp</b>(<i></i>)
-
 <p>
         Private slot to start the eric web browser with QtHelp support.
 </p>
+
 <a NAME="TrayStarter.preferencesChanged" ID="TrayStarter.preferencesChanged"></a>
 <h4>TrayStarter.preferencesChanged</h4>
 <b>preferencesChanged</b>(<i></i>)
-
 <p>
         Public slot to handle a change of preferences.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial