Documentation/Source/eric5.Utilities.Startup.html

changeset 513
a5329d7867c5
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
--- a/Documentation/Source/eric5.Utilities.Startup.html	Sat Aug 28 18:28:18 2010 +0200
+++ b/Documentation/Source/eric5.Utilities.Startup.html	Sat Aug 28 18:30:09 2010 +0200
@@ -184,7 +184,7 @@
 <hr /><hr />
 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a>
 <h2>simpleAppStartup</h2>
-<b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed = True</i>)
+<b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed = True, app = None</i>)
 <p>
     Module function to start up an application that doesn't need a specialized start up.
 </p><p>
@@ -208,6 +208,9 @@
 <dd>
 flag indicating to quit the application,
         if the last window was closed (boolean)
+</dd><dt><i>app=</i></dt>
+<dd>
+reference to the application object (QApplication or None)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial