145 </p> |
145 </p> |
146 <div align="right"><a href="#top">Up</a></div> |
146 <div align="right"><a href="#top">Up</a></div> |
147 <hr /><hr /> |
147 <hr /><hr /> |
148 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
148 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
149 <h2>simpleAppStartup</h2> |
149 <h2>simpleAppStartup</h2> |
150 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True</i>) |
150 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None, raiseIt=True, installErrorHandler=False</i>) |
151 <p> |
151 <p> |
152 Module function to start up an application that doesn't need a specialized start up. |
152 Module function to start up an application that doesn't need a specialized start up. |
153 </p><p> |
153 </p><p> |
154 This function is used by all of eric5's helper programs. |
154 This function is used by all of eric5's helper programs. |
155 </p><dl> |
155 </p><dl> |
175 <dd> |
175 <dd> |
176 reference to the application object (QApplication or None) |
176 reference to the application object (QApplication or None) |
177 </dd><dt><i>raiseIt=</i></dt> |
177 </dd><dt><i>raiseIt=</i></dt> |
178 <dd> |
178 <dd> |
179 flag indicating to raise the generated application window (boolean) |
179 flag indicating to raise the generated application window (boolean) |
|
180 </dd><dt><i>installErrorHandler=</i></dt> |
|
181 <dd> |
|
182 flag indicating to install an error |
|
183 handler dialog (boolean) |
180 </dd> |
184 </dd> |
181 </dl> |
185 </dl> |
182 <div align="right"><a href="#top">Up</a></div> |
186 <div align="right"><a href="#top">Up</a></div> |
183 <hr /><hr /> |
187 <hr /><hr /> |
184 <a NAME="usage" ID="usage"></a> |
188 <a NAME="usage" ID="usage"></a> |