eric6/Documentation/Source/eric6.Toolbox.Startup.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Toolbox.Startup.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Toolbox.Startup.html	Mon Feb 01 10:38:16 2021 +0100
@@ -93,7 +93,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of default icon paths
 </dd>
@@ -126,7 +126,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 index of the '--' option (integer). This is used to tell
         the application, that all additional options don't belong to
@@ -172,7 +172,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 Tuple of a status flag and the loaded translator
         (int, QTranslator)
@@ -205,7 +205,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the requested locale (string)
 </dd>
@@ -232,7 +232,7 @@
     start up.
 </p>
 <p>
-    This function is used by all of eric6's helper programs.
+    This function is used by all of eric's helper programs.
 </p>
 <dl>
 
@@ -253,28 +253,28 @@
             <dd>list of commandline parameters (list of strings)</dd>
         </dl>
 </dd>
-<dt><i>quitOnLastWindowClosed=</i></dt>
+<dt><i>quitOnLastWindowClosed</i></dt>
 <dd>
 flag indicating to quit the application,
         if the last window was closed (boolean)
 </dd>
-<dt><i>app=</i></dt>
+<dt><i>app</i></dt>
 <dd>
 reference to the application object (QApplication or None)
 </dd>
-<dt><i>raiseIt=</i></dt>
+<dt><i>raiseIt</i></dt>
 <dd>
 flag indicating to raise the generated application
         window (boolean)
 </dd>
-<dt><i>installErrorHandler=</i></dt>
+<dt><i>installErrorHandler</i></dt>
 <dd>
 flag indicating to install an error
         handler dialog (boolean)
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 exit result (integer)
 </dd>

eric ide

mercurial