eric6/Documentation/Source/eric6.Toolbox.Startup.html

changeset 7989
a21d673a8f99
parent 7960
e8fc383322f7
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
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>
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>

eric ide

mercurial