Documentation/Source/eric5.Utilities.Startup.html

branch
5_0_x
changeset 514
a3e454b3293d
parent 265
5805c2e1415b
--- a/Documentation/Source/eric5.Utilities.Startup.html	Thu Aug 12 10:07:38 2010 +0200
+++ b/Documentation/Source/eric5.Utilities.Startup.html	Sat Aug 28 18:32:51 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