259 <dd> |
259 <dd> |
260 point the context menu was requested (QPoint) |
260 point the context menu was requested (QPoint) |
261 </dd> |
261 </dd> |
262 </dl><a NAME="E5TabWidget.animationLabel" ID="E5TabWidget.animationLabel"></a> |
262 </dl><a NAME="E5TabWidget.animationLabel" ID="E5TabWidget.animationLabel"></a> |
263 <h4>E5TabWidget.animationLabel</h4> |
263 <h4>E5TabWidget.animationLabel</h4> |
264 <b>animationLabel</b>(<i>index, animationFile</i>) |
264 <b>animationLabel</b>(<i>index, animationFile, speed=100</i>) |
265 <p> |
265 <p> |
266 Public slot to set an animated icon. |
266 Public slot to set an animated icon. |
267 </p><dl> |
267 </p><dl> |
268 <dt><i>index</i></dt> |
268 <dt><i>index</i></dt> |
269 <dd> |
269 <dd> |
270 tab index (integer) |
270 tab index (integer) |
271 </dd><dt><i>animationFile</i></dt> |
271 </dd><dt><i>animationFile</i></dt> |
272 <dd> |
272 <dd> |
273 name of the file containing the animation (string) |
273 name of the file containing the animation (string) |
|
274 </dd><dt><i>speed</i></dt> |
|
275 <dd> |
|
276 animation speed of the icon in percent of the original |
|
277 icon's speed (integer) |
274 </dd> |
278 </dd> |
275 </dl><dl> |
279 </dl><dl> |
276 <dt>Returns:</dt> |
280 <dt>Returns:</dt> |
277 <dd> |
281 <dd> |
278 reference to the created label (QLabel) |
282 reference to the created label (QLabel) |