222 |
222 |
223 <dt><i>keys</i> (list of str)</dt> |
223 <dt><i>keys</i> (list of str)</dt> |
224 <dd> |
224 <dd> |
225 list of names of icons |
225 list of names of icons |
226 </dd> |
226 </dd> |
227 <dt><i>size</i> (QSize)</dt> |
227 <dt><i>size</i> (QSize (optional))</dt> |
228 <dd> |
228 <dd> |
229 requested size of individual icons |
229 requested size of individual icons (defaults to None) |
230 </dd> |
230 </dd> |
231 <dt><i>cache</i> (EricPixmapCache)</dt> |
231 <dt><i>cache</i> (EricPixmapCache (optional))</dt> |
232 <dd> |
232 <dd> |
233 reference to the pixmap cache object |
233 reference to the pixmap cache object (defaults to pixCache) |
234 </dd> |
234 </dd> |
235 </dl> |
235 </dl> |
236 <dl> |
236 <dl> |
237 <dt>Return:</dt> |
237 <dt>Return:</dt> |
238 <dd> |
238 <dd> |
259 |
259 |
260 <dt><i>key</i> (str)</dt> |
260 <dt><i>key</i> (str)</dt> |
261 <dd> |
261 <dd> |
262 name of the wanted pixmap |
262 name of the wanted pixmap |
263 </dd> |
263 </dd> |
264 <dt><i>size</i> (QSize)</dt> |
264 <dt><i>size</i> (QSize (optional))</dt> |
265 <dd> |
265 <dd> |
266 requested size |
266 requested size (defaults to None) |
267 </dd> |
267 </dd> |
268 <dt><i>cache</i> (EricPixmapCache)</dt> |
268 <dt><i>cache</i> (EricPixmapCache (optional))</dt> |
269 <dd> |
269 <dd> |
270 reference to the pixmap cache object |
270 reference to the pixmap cache object (defaults to pixCache) |
271 </dd> |
271 </dd> |
272 </dl> |
272 </dl> |
273 <dl> |
273 <dl> |
274 <dt>Return:</dt> |
274 <dt>Return:</dt> |
275 <dd> |
275 <dd> |
296 |
296 |
297 <dt><i>key</i> (str)</dt> |
297 <dt><i>key</i> (str)</dt> |
298 <dd> |
298 <dd> |
299 name of the wanted pixmap |
299 name of the wanted pixmap |
300 </dd> |
300 </dd> |
301 <dt><i>size</i> (QSize)</dt> |
301 <dt><i>size</i> (QSize (optional))</dt> |
302 <dd> |
302 <dd> |
303 requested size |
303 requested size (defaults to None) |
304 </dd> |
304 </dd> |
305 <dt><i>cache</i> (EricPixmapCache)</dt> |
305 <dt><i>cache</i> (EricPixmapCache (optional))</dt> |
306 <dd> |
306 <dd> |
307 reference to the pixmap cache object |
307 reference to the pixmap cache object (defaults to pixCache) |
308 </dd> |
308 </dd> |
309 </dl> |
309 </dl> |
310 <dl> |
310 <dl> |
311 <dt>Return:</dt> |
311 <dt>Return:</dt> |
312 <dd> |
312 <dd> |
333 |
333 |
334 <dt><i>key</i> (str)</dt> |
334 <dt><i>key</i> (str)</dt> |
335 <dd> |
335 <dd> |
336 name of the wanted pixmap |
336 name of the wanted pixmap |
337 </dd> |
337 </dd> |
338 <dt><i>size</i> (QSize)</dt> |
338 <dt><i>size</i> (QSize (optional))</dt> |
339 <dd> |
339 <dd> |
340 requested size |
340 requested size (defaults to None) |
341 </dd> |
341 </dd> |
342 <dt><i>cache</i> (EricPixmapCache)</dt> |
342 <dt><i>cache</i> (EricPixmapCache (optional))</dt> |
343 <dd> |
343 <dd> |
344 reference to the pixmap cache object |
344 reference to the pixmap cache object (defaults to pixCache) |
345 </dd> |
345 </dd> |
346 </dl> |
346 </dl> |
347 <dl> |
347 <dl> |
348 <dt>Return:</dt> |
348 <dt>Return:</dt> |
349 <dd> |
349 <dd> |