158 <tr> |
158 <tr> |
159 <td><a href="#EricIconBar.setCurrentIndex">setCurrentIndex</a></td> |
159 <td><a href="#EricIconBar.setCurrentIndex">setCurrentIndex</a></td> |
160 <td>Public method to set the current index.</td> |
160 <td>Public method to set the current index.</td> |
161 </tr> |
161 </tr> |
162 <tr> |
162 <tr> |
|
163 <td><a href="#EricIconBar.setIcon">setIcon</a></td> |
|
164 <td>Public method to set the icon at the given index.</td> |
|
165 </tr> |
|
166 <tr> |
163 <td><a href="#EricIconBar.setOrientation">setOrientation</a></td> |
167 <td><a href="#EricIconBar.setOrientation">setOrientation</a></td> |
164 <td>Public method to set the widget orientation.</td> |
168 <td>Public method to set the widget orientation.</td> |
165 </tr> |
169 </tr> |
166 <tr> |
170 <tr> |
167 <td><a href="#EricIconBar.wheelEvent">wheelEvent</a></td> |
171 <td><a href="#EricIconBar.wheelEvent">wheelEvent</a></td> |
496 <dt><i>index</i> (int)</dt> |
500 <dt><i>index</i> (int)</dt> |
497 <dd> |
501 <dd> |
498 current index to be set |
502 current index to be set |
499 </dd> |
503 </dd> |
500 </dl> |
504 </dl> |
|
505 <a NAME="EricIconBar.setIcon" ID="EricIconBar.setIcon"></a> |
|
506 <h4>EricIconBar.setIcon</h4> |
|
507 <b>setIcon</b>(<i>index, icon</i>) |
|
508 <p> |
|
509 Public method to set the icon at the given index. |
|
510 </p> |
|
511 |
|
512 <dl> |
|
513 |
|
514 <dt><i>index</i> (int)</dt> |
|
515 <dd> |
|
516 icon index |
|
517 </dd> |
|
518 <dt><i>icon</i> (QIcon)</dt> |
|
519 <dd> |
|
520 reference to the icon |
|
521 </dd> |
|
522 </dl> |
501 <a NAME="EricIconBar.setOrientation" ID="EricIconBar.setOrientation"></a> |
523 <a NAME="EricIconBar.setOrientation" ID="EricIconBar.setOrientation"></a> |
502 <h4>EricIconBar.setOrientation</h4> |
524 <h4>EricIconBar.setOrientation</h4> |
503 <b>setOrientation</b>(<i>orientation</i>) |
525 <b>setOrientation</b>(<i>orientation</i>) |
504 <p> |
526 <p> |
505 Public method to set the widget orientation. |
527 Public method to set the widget orientation. |