182 </p> |
182 </p> |
183 <div align="right"><a href="#top">Up</a></div> |
183 <div align="right"><a href="#top">Up</a></div> |
184 <hr /><hr /> |
184 <hr /><hr /> |
185 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
185 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
186 <h2>simpleAppStartup</h2> |
186 <h2>simpleAppStartup</h2> |
187 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None</i>) |
187 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True</i>) |
188 <p> |
188 <p> |
189 Module function to start up an application that doesn't need a specialized start up. |
189 Module function to start up an application that doesn't need a specialized start up. |
190 </p><p> |
190 </p><p> |
191 This function is used by all of eric5's helper programs. |
191 This function is used by all of eric5's helper programs. |
192 </p><dl> |
192 </p><dl> |
209 flag indicating to quit the application, |
209 flag indicating to quit the application, |
210 if the last window was closed (boolean) |
210 if the last window was closed (boolean) |
211 </dd><dt><i>app=</i></dt> |
211 </dd><dt><i>app=</i></dt> |
212 <dd> |
212 <dd> |
213 reference to the application object (QApplication or None) |
213 reference to the application object (QApplication or None) |
|
214 </dd><dt><i>raiseIt=</i></dt> |
|
215 <dd> |
|
216 flag indicating to raise the generated application window (boolean) |
214 </dd> |
217 </dd> |
215 </dl> |
218 </dl> |
216 <div align="right"><a href="#top">Up</a></div> |
219 <div align="right"><a href="#top">Up</a></div> |
217 <hr /><hr /> |
220 <hr /><hr /> |
218 <a NAME="usage" ID="usage"></a> |
221 <a NAME="usage" ID="usage"></a> |