~mcfletch/eric/update-to-4.5.13

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html><head>
<title>eric4.E4Gui.E4SideBar</title>
<style>
body {
    background:white;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #4FA4FF; }
h2 { color: white; background: #4FA4FF; }
h3 { color: white; background: #00557F; }
h4 { color: white; background: #00557F; }
    
a { color: #AA5500; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric4.E4Gui.E4SideBar</h1>
<p>
Module implementing a sidebar class.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#E4SideBar">E4SideBar</a></td>
<td>Class implementing a sidebar with a widget area, that is hidden or shown, if the current tab is clicked again.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="E4SideBar" ID="E4SideBar"></a>
<h2>E4SideBar</h2>
<p>
    Class implementing a sidebar with a widget area, that is hidden or shown, if the
    current tab is clicked again.
</p>
<h3>Derived from</h3>
QWidget
<h3>Class Attributes</h3>
<table>
<tr><td>East</td></tr><tr><td>North</td></tr><tr><td>South</td></tr><tr><td>Version</td></tr><tr><td>West</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#E4SideBar.__init__">E4SideBar</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#E4SideBar.__appFocusChanged">__appFocusChanged</a></td>
<td>Private slot to handle a change of the focus.</td>
</tr><tr>
<td><a href="#E4SideBar.__autoHideToggled">__autoHideToggled</a></td>
<td>Private slot to handle the toggling of the autohide button.</td>
</tr><tr>
<td><a href="#E4SideBar.__splitterMoved">__splitterMoved</a></td>
<td>Private slot to react on splitter moves.</td>
</tr><tr>
<td><a href="#E4SideBar.addTab">addTab</a></td>
<td>Public method to add a tab to the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.clear">clear</a></td>
<td>Public method to remove all tabs.</td>
</tr><tr>
<td><a href="#E4SideBar.count">count</a></td>
<td>Public method to get the number of tabs.</td>
</tr><tr>
<td><a href="#E4SideBar.currentIndex">currentIndex</a></td>
<td>Public method to get the index of the current tab.</td>
</tr><tr>
<td><a href="#E4SideBar.currentWidget">currentWidget</a></td>
<td>Public method to get a reference to the current widget.</td>
</tr><tr>
<td><a href="#E4SideBar.enterEvent">enterEvent</a></td>
<td>Protected method to handle the mouse entering this widget.</td>
</tr><tr>
<td><a href="#E4SideBar.eventFilter">eventFilter</a></td>
<td>Protected method to handle some events for the tabbar.</td>
</tr><tr>
<td><a href="#E4SideBar.expand">expand</a></td>
<td>Public method to expand the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.indexOf">indexOf</a></td>
<td>Public method to get the index of the given widget.</td>
</tr><tr>
<td><a href="#E4SideBar.insertTab">insertTab</a></td>
<td>Public method to insert a tab into the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.isAutoHiding">isAutoHiding</a></td>
<td>Public method to check, if the auto hide function is active.</td>
</tr><tr>
<td><a href="#E4SideBar.isMinimized">isMinimized</a></td>
<td>Public method to check the minimized state.</td>
</tr><tr>
<td><a href="#E4SideBar.isTabEnabled">isTabEnabled</a></td>
<td>Public method to check, if a tab is enabled.</td>
</tr><tr>
<td><a href="#E4SideBar.leaveEvent">leaveEvent</a></td>
<td>Protected method to handle the mouse leaving this widget.</td>
</tr><tr>
<td><a href="#E4SideBar.nextTab">nextTab</a></td>
<td>Public slot used to show the next tab.</td>
</tr><tr>
<td><a href="#E4SideBar.orientation">orientation</a></td>
<td>Public method to get the orientation of the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.prevTab">prevTab</a></td>
<td>Public slot used to show the previous tab.</td>
</tr><tr>
<td><a href="#E4SideBar.removeTab">removeTab</a></td>
<td>Public method to remove a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.restoreState">restoreState</a></td>
<td>Public method to restore the state of the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.saveState">saveState</a></td>
<td>Public method to save the state of the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.setCurrentIndex">setCurrentIndex</a></td>
<td>Public slot to set the current index.</td>
</tr><tr>
<td><a href="#E4SideBar.setCurrentWidget">setCurrentWidget</a></td>
<td>Public slot to set the current widget.</td>
</tr><tr>
<td><a href="#E4SideBar.setOrientation">setOrientation</a></td>
<td>Public method to set the orientation of the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.setSplitter">setSplitter</a></td>
<td>Public method to set the splitter managing the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.setTabEnabled">setTabEnabled</a></td>
<td>Public method to set the enabled state of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.setTabIcon">setTabIcon</a></td>
<td>Public method to set the icon of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.setTabText">setTabText</a></td>
<td>Public method to set the text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.setTabToolTip">setTabToolTip</a></td>
<td>Public method to set the tooltip text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.setTabWhatsThis">setTabWhatsThis</a></td>
<td>Public method to set the WhatsThis text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.shrink">shrink</a></td>
<td>Public method to shrink the sidebar.</td>
</tr><tr>
<td><a href="#E4SideBar.tabIcon">tabIcon</a></td>
<td>Public method to get the icon of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.tabText">tabText</a></td>
<td>Public method to get the text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.tabToolTip">tabToolTip</a></td>
<td>Public method to get the tooltip text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.tabWhatsThis">tabWhatsThis</a></td>
<td>Public method to get the WhatsThis text of a tab.</td>
</tr><tr>
<td><a href="#E4SideBar.widget">widget</a></td>
<td>Public method to get a reference to the widget associated with a tab.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="E4SideBar.__init__" ID="E4SideBar.__init__"></a>
<h4>E4SideBar (Constructor)</h4>
<b>E4SideBar</b>(<i>orientation = None, parent = None</i>)
<p>
        Constructor
</p><dl>
<dt><i>orientation</i></dt>
<dd>
orientation of the sidebar widget (North, East, South, West)
</dd><dt><i>parent</i></dt>
<dd>
parent widget (QWidget)
</dd>
</dl><a NAME="E4SideBar.__appFocusChanged" ID="E4SideBar.__appFocusChanged"></a>
<h4>E4SideBar.__appFocusChanged</h4>
<b>__appFocusChanged</b>(<i>old, now</i>)
<p>
        Private slot to handle a change of the focus.
</p><dl>
<dt><i>old</i></dt>
<dd>
reference to the widget, that lost focus (QWidget or None)
</dd><dt><i>now</i></dt>
<dd>
reference to the widget having the focus (QWidget or None)
</dd>
</dl><a NAME="E4SideBar.__autoHideToggled" ID="E4SideBar.__autoHideToggled"></a>
<h4>E4SideBar.__autoHideToggled</h4>
<b>__autoHideToggled</b>(<i>checked</i>)
<p>
        Private slot to handle the toggling of the autohide button.
</p><dl>
<dt><i>checked</i></dt>
<dd>
flag indicating the checked state of the button (boolean)
</dd>
</dl><a NAME="E4SideBar.__splitterMoved" ID="E4SideBar.__splitterMoved"></a>
<h4>E4SideBar.__splitterMoved</h4>
<b>__splitterMoved</b>(<i>pos, index</i>)
<p>
        Private slot to react on splitter moves.
</p><dl>
<dt><i>pos</i></dt>
<dd>
new position of the splitter handle (integer)
</dd><dt><i>index</i></dt>
<dd>
index of the splitter handle (integer)
</dd>
</dl><a NAME="E4SideBar.addTab" ID="E4SideBar.addTab"></a>
<h4>E4SideBar.addTab</h4>
<b>addTab</b>(<i>widget, iconOrLabel, label = None</i>)
<p>
        Public method to add a tab to the sidebar.
</p><dl>
<dt><i>widget</i></dt>
<dd>
reference to the widget to add (QWidget)
</dd><dt><i>iconOrLabel</i></dt>
<dd>
reference to the icon or the labeltext of the tab
            (QIcon, string or QString)
</dd><dt><i>label</i></dt>
<dd>
the labeltext of the tab (string or QString) (only to be
            used, if the second parameter is a QIcon)
</dd>
</dl><a NAME="E4SideBar.clear" ID="E4SideBar.clear"></a>
<h4>E4SideBar.clear</h4>
<b>clear</b>(<i></i>)
<p>
        Public method to remove all tabs.
</p><a NAME="E4SideBar.count" ID="E4SideBar.count"></a>
<h4>E4SideBar.count</h4>
<b>count</b>(<i></i>)
<p>
        Public method to get the number of tabs.
</p><dl>
<dt>Returns:</dt>
<dd>
number of tabs in the sidebar (integer)
</dd>
</dl><a NAME="E4SideBar.currentIndex" ID="E4SideBar.currentIndex"></a>
<h4>E4SideBar.currentIndex</h4>
<b>currentIndex</b>(<i></i>)
<p>
        Public method to get the index of the current tab.
</p><dl>
<dt>Returns:</dt>
<dd>
index of the current tab (integer)
</dd>
</dl><a NAME="E4SideBar.currentWidget" ID="E4SideBar.currentWidget"></a>
<h4>E4SideBar.currentWidget</h4>
<b>currentWidget</b>(<i></i>)
<p>
        Public method to get a reference to the current widget.
</p><dl>
<dt>Returns:</dt>
<dd>
reference to the current widget (QWidget)
</dd>
</dl><a NAME="E4SideBar.enterEvent" ID="E4SideBar.enterEvent"></a>
<h4>E4SideBar.enterEvent</h4>
<b>enterEvent</b>(<i>event</i>)
<p>
        Protected method to handle the mouse entering this widget.
</p><dl>
<dt><i>event</i></dt>
<dd>
reference to the event (QEvent)
</dd>
</dl><a NAME="E4SideBar.eventFilter" ID="E4SideBar.eventFilter"></a>
<h4>E4SideBar.eventFilter</h4>
<b>eventFilter</b>(<i>obj, evt</i>)
<p>
        Protected method to handle some events for the tabbar.
</p><dl>
<dt><i>obj</i></dt>
<dd>
reference to the object (QObject)
</dd><dt><i>evt</i></dt>
<dd>
reference to the event object (QEvent)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
flag indicating, if the event was handled (boolean)
</dd>
</dl><a NAME="E4SideBar.expand" ID="E4SideBar.expand"></a>
<h4>E4SideBar.expand</h4>
<b>expand</b>(<i></i>)
<p>
        Public method to expand the sidebar.
</p><a NAME="E4SideBar.indexOf" ID="E4SideBar.indexOf"></a>
<h4>E4SideBar.indexOf</h4>
<b>indexOf</b>(<i>widget</i>)
<p>
        Public method to get the index of the given widget.
</p><dl>
<dt><i>widget</i></dt>
<dd>
reference to the widget to get the index of (QWidget)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
index of the given widget (integer)
</dd>
</dl><a NAME="E4SideBar.insertTab" ID="E4SideBar.insertTab"></a>
<h4>E4SideBar.insertTab</h4>
<b>insertTab</b>(<i>index, widget, iconOrLabel, label = None</i>)
<p>
        Public method to insert a tab into the sidebar.
</p><dl>
<dt><i>index</i></dt>
<dd>
the index to insert the tab at (integer)
</dd><dt><i>widget</i></dt>
<dd>
reference to the widget to insert (QWidget)
</dd><dt><i>iconOrLabel</i></dt>
<dd>
reference to the icon or the labeltext of the tab
            (QIcon, string or QString)
</dd><dt><i>label</i></dt>
<dd>
the labeltext of the tab (string or QString) (only to be
            used, if the second parameter is a QIcon)
</dd>
</dl><a NAME="E4SideBar.isAutoHiding" ID="E4SideBar.isAutoHiding"></a>
<h4>E4SideBar.isAutoHiding</h4>
<b>isAutoHiding</b>(<i></i>)
<p>
        Public method to check, if the auto hide function is active.
</p><dl>
<dt>Returns:</dt>
<dd>
flag indicating the state of auto hiding (boolean)
</dd>
</dl><a NAME="E4SideBar.isMinimized" ID="E4SideBar.isMinimized"></a>
<h4>E4SideBar.isMinimized</h4>
<b>isMinimized</b>(<i></i>)
<p>
        Public method to check the minimized state.
</p><dl>
<dt>Returns:</dt>
<dd>
flag indicating the minimized state (boolean)
</dd>
</dl><a NAME="E4SideBar.isTabEnabled" ID="E4SideBar.isTabEnabled"></a>
<h4>E4SideBar.isTabEnabled</h4>
<b>isTabEnabled</b>(<i>index</i>)
<p>
        Public method to check, if a tab is enabled.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab to check (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
flag indicating the enabled state (boolean)
</dd>
</dl><a NAME="E4SideBar.leaveEvent" ID="E4SideBar.leaveEvent"></a>
<h4>E4SideBar.leaveEvent</h4>
<b>leaveEvent</b>(<i>event</i>)
<p>
        Protected method to handle the mouse leaving this widget.
</p><dl>
<dt><i>event</i></dt>
<dd>
reference to the event (QEvent)
</dd>
</dl><a NAME="E4SideBar.nextTab" ID="E4SideBar.nextTab"></a>
<h4>E4SideBar.nextTab</h4>
<b>nextTab</b>(<i></i>)
<p>
        Public slot used to show the next tab.
</p><a NAME="E4SideBar.orientation" ID="E4SideBar.orientation"></a>
<h4>E4SideBar.orientation</h4>
<b>orientation</b>(<i></i>)
<p>
        Public method to get the orientation of the sidebar.
</p><dl>
<dt>Returns:</dt>
<dd>
orientation of the sidebar (North, East, South, West)
</dd>
</dl><a NAME="E4SideBar.prevTab" ID="E4SideBar.prevTab"></a>
<h4>E4SideBar.prevTab</h4>
<b>prevTab</b>(<i></i>)
<p>
        Public slot used to show the previous tab.
</p><a NAME="E4SideBar.removeTab" ID="E4SideBar.removeTab"></a>
<h4>E4SideBar.removeTab</h4>
<b>removeTab</b>(<i>index</i>)
<p>
        Public method to remove a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
the index of the tab to remove (integer)
</dd>
</dl><a NAME="E4SideBar.restoreState" ID="E4SideBar.restoreState"></a>
<h4>E4SideBar.restoreState</h4>
<b>restoreState</b>(<i>state</i>)
<p>
        Public method to restore the state of the sidebar.
</p><dl>
<dt><i>state</i></dt>
<dd>
byte array containing the saved state (QByteArray)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
flag indicating success (boolean)
</dd>
</dl><a NAME="E4SideBar.saveState" ID="E4SideBar.saveState"></a>
<h4>E4SideBar.saveState</h4>
<b>saveState</b>(<i></i>)
<p>
        Public method to save the state of the sidebar.
</p><dl>
<dt>Returns:</dt>
<dd>
saved state as a byte array (QByteArray)
</dd>
</dl><a NAME="E4SideBar.setCurrentIndex" ID="E4SideBar.setCurrentIndex"></a>
<h4>E4SideBar.setCurrentIndex</h4>
<b>setCurrentIndex</b>(<i>index</i>)
<p>
        Public slot to set the current index.
</p><dl>
<dt><i>index</i></dt>
<dd>
the index to set as the current index (integer)
</dd>
</dl><a NAME="E4SideBar.setCurrentWidget" ID="E4SideBar.setCurrentWidget"></a>
<h4>E4SideBar.setCurrentWidget</h4>
<b>setCurrentWidget</b>(<i>widget</i>)
<p>
        Public slot to set the current widget.
</p><dl>
<dt><i>widget</i></dt>
<dd>
reference to the widget to become the current widget (QWidget)
</dd>
</dl><a NAME="E4SideBar.setOrientation" ID="E4SideBar.setOrientation"></a>
<h4>E4SideBar.setOrientation</h4>
<b>setOrientation</b>(<i>orient</i>)
<p>
        Public method to set the orientation of the sidebar.
</p><dl>
<dt><i>orient</i></dt>
<dd>
orientation of the sidebar (North, East, South, West)
</dd>
</dl><a NAME="E4SideBar.setSplitter" ID="E4SideBar.setSplitter"></a>
<h4>E4SideBar.setSplitter</h4>
<b>setSplitter</b>(<i>splitter</i>)
<p>
        Public method to set the splitter managing the sidebar.
</p><dl>
<dt><i>splitter</i></dt>
<dd>
reference to the splitter (QSplitter)
</dd>
</dl><a NAME="E4SideBar.setTabEnabled" ID="E4SideBar.setTabEnabled"></a>
<h4>E4SideBar.setTabEnabled</h4>
<b>setTabEnabled</b>(<i>index, enabled</i>)
<p>
        Public method to set the enabled state of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab to set (integer)
</dd><dt><i>enabled</i></dt>
<dd>
enabled state to set (boolean)
</dd>
</dl><a NAME="E4SideBar.setTabIcon" ID="E4SideBar.setTabIcon"></a>
<h4>E4SideBar.setTabIcon</h4>
<b>setTabIcon</b>(<i>index, icon</i>)
<p>
        Public method to set the icon of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd><dt><i>icon</i></dt>
<dd>
icon to be set (QIcon)
</dd>
</dl><a NAME="E4SideBar.setTabText" ID="E4SideBar.setTabText"></a>
<h4>E4SideBar.setTabText</h4>
<b>setTabText</b>(<i>index, text</i>)
<p>
        Public method to set the text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd><dt><i>text</i></dt>
<dd>
text to set (QString)
</dd>
</dl><a NAME="E4SideBar.setTabToolTip" ID="E4SideBar.setTabToolTip"></a>
<h4>E4SideBar.setTabToolTip</h4>
<b>setTabToolTip</b>(<i>index, tip</i>)
<p>
        Public method to set the tooltip text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd><dt><i>tooltip</i></dt>
<dd>
text text to set (QString)
</dd>
</dl><a NAME="E4SideBar.setTabWhatsThis" ID="E4SideBar.setTabWhatsThis"></a>
<h4>E4SideBar.setTabWhatsThis</h4>
<b>setTabWhatsThis</b>(<i>index, text</i>)
<p>
        Public method to set the WhatsThis text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd><dt><i>WhatsThis</i></dt>
<dd>
text text to set (QString)
</dd>
</dl><a NAME="E4SideBar.shrink" ID="E4SideBar.shrink"></a>
<h4>E4SideBar.shrink</h4>
<b>shrink</b>(<i></i>)
<p>
        Public method to shrink the sidebar.
</p><a NAME="E4SideBar.tabIcon" ID="E4SideBar.tabIcon"></a>
<h4>E4SideBar.tabIcon</h4>
<b>tabIcon</b>(<i>index</i>)
<p>
        Public method to get the icon of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
icon of the tab (QIcon)
</dd>
</dl><a NAME="E4SideBar.tabText" ID="E4SideBar.tabText"></a>
<h4>E4SideBar.tabText</h4>
<b>tabText</b>(<i>index</i>)
<p>
        Public method to get the text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
text of the tab (QString)
</dd>
</dl><a NAME="E4SideBar.tabToolTip" ID="E4SideBar.tabToolTip"></a>
<h4>E4SideBar.tabToolTip</h4>
<b>tabToolTip</b>(<i>index</i>)
<p>
        Public method to get the tooltip text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
tooltip text of the tab (QString)
</dd>
</dl><a NAME="E4SideBar.tabWhatsThis" ID="E4SideBar.tabWhatsThis"></a>
<h4>E4SideBar.tabWhatsThis</h4>
<b>tabWhatsThis</b>(<i>index</i>)
<p>
        Public method to get the WhatsThis text of a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
WhatsThis text of the tab (QString)
</dd>
</dl><a NAME="E4SideBar.widget" ID="E4SideBar.widget"></a>
<h4>E4SideBar.widget</h4>
<b>widget</b>(<i>index</i>)
<p>
        Public method to get a reference to the widget associated with a tab.
</p><dl>
<dt><i>index</i></dt>
<dd>
index of the tab (integer)
</dd>
</dl><dl>
<dt>Returns:</dt>
<dd>
reference to the widget (QWidget)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>