7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
91 <dd> | 91 <dd> |
92 reference to the application object | 92 reference to the application object |
93 </dd> | 93 </dd> |
94 </dl> | 94 </dl> |
95 <dl> | 95 <dl> |
96 <dt>Returns:</dt> | 96 <dt>Return:</dt> |
97 <dd> | 97 <dd> |
98 list of default icon paths | 98 list of default icon paths |
99 </dd> | 99 </dd> |
100 </dl> | 100 </dl> |
101 <dl> | 101 <dl> |
124 <dd> | 124 <dd> |
125 dictionary describing the application | 125 dictionary describing the application |
126 </dd> | 126 </dd> |
127 </dl> | 127 </dl> |
128 <dl> | 128 <dl> |
129 <dt>Returns:</dt> | 129 <dt>Return:</dt> |
130 <dd> | 130 <dd> |
131 index of the '--' option (integer). This is used to tell | 131 index of the '--' option (integer). This is used to tell |
132 the application, that all additional options don't belong to | 132 the application, that all additional options don't belong to |
133 the application. | 133 the application. |
134 </dd> | 134 </dd> |
170 <dd> | 170 <dd> |
171 The translation to be loaded. (string) | 171 The translation to be loaded. (string) |
172 </dd> | 172 </dd> |
173 </dl> | 173 </dl> |
174 <dl> | 174 <dl> |
175 <dt>Returns:</dt> | 175 <dt>Return:</dt> |
176 <dd> | 176 <dd> |
177 Tuple of a status flag and the loaded translator | 177 Tuple of a status flag and the loaded translator |
178 (int, QTranslator) | 178 (int, QTranslator) |
179 </dd> | 179 </dd> |
180 </dl> | 180 </dl> |
203 tuple of additional translations to | 203 tuple of additional translations to |
204 be loaded (tuple of strings) | 204 be loaded (tuple of strings) |
205 </dd> | 205 </dd> |
206 </dl> | 206 </dl> |
207 <dl> | 207 <dl> |
208 <dt>Returns:</dt> | 208 <dt>Return:</dt> |
209 <dd> | 209 <dd> |
210 the requested locale (string) | 210 the requested locale (string) |
211 </dd> | 211 </dd> |
212 </dl> | 212 </dl> |
213 <div align="right"><a href="#top">Up</a></div> | 213 <div align="right"><a href="#top">Up</a></div> |
230 <p> | 230 <p> |
231 Module function to start up an application that doesn't need a specialized | 231 Module function to start up an application that doesn't need a specialized |
232 start up. | 232 start up. |
233 </p> | 233 </p> |
234 <p> | 234 <p> |
235 This function is used by all of eric6's helper programs. | 235 This function is used by all of eric's helper programs. |
236 </p> | 236 </p> |
237 <dl> | 237 <dl> |
238 | 238 |
239 <dt><i>argv</i></dt> | 239 <dt><i>argv</i></dt> |
240 <dd> | 240 <dd> |
251 <dl> | 251 <dl> |
252 <dt>argv</dt> | 252 <dt>argv</dt> |
253 <dd>list of commandline parameters (list of strings)</dd> | 253 <dd>list of commandline parameters (list of strings)</dd> |
254 </dl> | 254 </dl> |
255 </dd> | 255 </dd> |
256 <dt><i>quitOnLastWindowClosed=</i></dt> | 256 <dt><i>quitOnLastWindowClosed</i></dt> |
257 <dd> | 257 <dd> |
258 flag indicating to quit the application, | 258 flag indicating to quit the application, |
259 if the last window was closed (boolean) | 259 if the last window was closed (boolean) |
260 </dd> | 260 </dd> |
261 <dt><i>app=</i></dt> | 261 <dt><i>app</i></dt> |
262 <dd> | 262 <dd> |
263 reference to the application object (QApplication or None) | 263 reference to the application object (QApplication or None) |
264 </dd> | 264 </dd> |
265 <dt><i>raiseIt=</i></dt> | 265 <dt><i>raiseIt</i></dt> |
266 <dd> | 266 <dd> |
267 flag indicating to raise the generated application | 267 flag indicating to raise the generated application |
268 window (boolean) | 268 window (boolean) |
269 </dd> | 269 </dd> |
270 <dt><i>installErrorHandler=</i></dt> | 270 <dt><i>installErrorHandler</i></dt> |
271 <dd> | 271 <dd> |
272 flag indicating to install an error | 272 flag indicating to install an error |
273 handler dialog (boolean) | 273 handler dialog (boolean) |
274 </dd> | 274 </dd> |
275 </dl> | 275 </dl> |
276 <dl> | 276 <dl> |
277 <dt>Returns:</dt> | 277 <dt>Return:</dt> |
278 <dd> | 278 <dd> |
279 exit result (integer) | 279 exit result (integer) |
280 </dd> | 280 </dd> |
281 </dl> | 281 </dl> |
282 <div align="right"><a href="#top">Up</a></div> | 282 <div align="right"><a href="#top">Up</a></div> |