src/eric7/Documentation/Source/eric7.Toolbox.Startup.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Toolbox.Startup.html
--- a/src/eric7/Documentation/Source/eric7.Toolbox.Startup.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Toolbox.Startup.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,23 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Toolbox.Startup</h1>
-
 <p>
 Module implementing some startup helper funcions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>application</td></tr><tr><td>loaded_translators</td></tr>
+<tr><td>application</td></tr>
+<tr><td>loaded_translators</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#appStartup">appStartup</a></td>
 <td>Module function to start up an application that doesn't need a specialized start up.</td>
@@ -50,12 +49,12 @@
 <td>Module function to set the Qt library paths correctly.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="appStartup" ID="appStartup"></a>
 <h2>appStartup</h2>
 <b>appStartup</b>(<i>args, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True, installErrorHandler=False, </i>)
-
 <p>
     Module function to start up an application that doesn't need a specialized
     start up.
@@ -63,6 +62,7 @@
 <p>
     This function is used by all of eric's helper programs.
 </p>
+
 <dl>
 
 <dt><i>args</i> (argparse.Namespace)</dt>
@@ -117,10 +117,10 @@
 <a NAME="getDefaultIconPaths" ID="getDefaultIconPaths"></a>
 <h2>getDefaultIconPaths</h2>
 <b>getDefaultIconPaths</b>(<i>application</i>)
-
 <p>
     Module function to determine the default icon paths.
 </p>
+
 <dl>
 
 <dt><i>application</i> (EricApplication)</dt>
@@ -146,10 +146,10 @@
 <a NAME="initializeResourceSearchPath" ID="initializeResourceSearchPath"></a>
 <h2>initializeResourceSearchPath</h2>
 <b>initializeResourceSearchPath</b>(<i>application</i>)
-
 <p>
     Module function to initialize the default mime source factory.
 </p>
+
 <dl>
 
 <dt><i>application</i> (EricApplication)</dt>
@@ -163,10 +163,10 @@
 <a NAME="loadTranslatorForLocale" ID="loadTranslatorForLocale"></a>
 <h2>loadTranslatorForLocale</h2>
 <b>loadTranslatorForLocale</b>(<i>dirs, tn</i>)
-
 <p>
     Module function to find and load a specific translation.
 </p>
+
 <dl>
 
 <dt><i>dirs</i> (list of str)</dt>
@@ -196,10 +196,10 @@
 <a NAME="loadTranslators" ID="loadTranslators"></a>
 <h2>loadTranslators</h2>
 <b>loadTranslators</b>(<i>qtTransDir, app, translationFiles=()</i>)
-
 <p>
     Module function to load all required translations.
 </p>
+
 <dl>
 
 <dt><i>qtTransDir</i> (str)</dt>
@@ -234,10 +234,10 @@
 <a NAME="setLibraryPaths" ID="setLibraryPaths"></a>
 <h2>setLibraryPaths</h2>
 <b>setLibraryPaths</b>(<i></i>)
-
 <p>
     Module function to set the Qt library paths correctly.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial