62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#HelpTabBar.__showTabPreview">__showTabPreview</a></td> |
63 <td><a href="#HelpTabBar.__showTabPreview">__showTabPreview</a></td> |
64 <td>Private slot to show the tab preview.</td> |
64 <td>Private slot to show the tab preview.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#HelpTabBar.event">event</a></td> |
66 <td><a href="#HelpTabBar.event">event</a></td> |
67 <td>Protected method to handle event.</td> |
67 <td>Public method to handle event.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#HelpTabBar.leaveEvent">leaveEvent</a></td> |
69 <td><a href="#HelpTabBar.leaveEvent">leaveEvent</a></td> |
70 <td>Protected method to handle leave events.</td> |
70 <td>Protected method to handle leave events.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#HelpTabBar.mouseMoveEvent">mouseMoveEvent</a></td> |
72 <td><a href="#HelpTabBar.mouseMoveEvent">mouseMoveEvent</a></td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#HelpTabBar.mousePressEvent">mousePressEvent</a></td> |
75 <td><a href="#HelpTabBar.mousePressEvent">mousePressEvent</a></td> |
76 <td>Protected method to handle mouse press events.</td> |
76 <td>Protected method to handle mouse press events.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#HelpTabBar.tabRemoved">tabRemoved</a></td> |
78 <td><a href="#HelpTabBar.tabRemoved">tabRemoved</a></td> |
79 <td>Protected slot to handle the removal of a tab.</td> |
79 <td>Public slot to handle the removal of a tab.</td> |
80 </tr> |
80 </tr> |
81 </table> |
81 </table> |
82 <h3>Static Methods</h3> |
82 <h3>Static Methods</h3> |
83 <table> |
83 <table> |
84 <tr><td>None</td></tr> |
84 <tr><td>None</td></tr> |
100 Private slot to show the tab preview. |
100 Private slot to show the tab preview. |
101 </p><a NAME="HelpTabBar.event" ID="HelpTabBar.event"></a> |
101 </p><a NAME="HelpTabBar.event" ID="HelpTabBar.event"></a> |
102 <h4>HelpTabBar.event</h4> |
102 <h4>HelpTabBar.event</h4> |
103 <b>event</b>(<i>evt</i>) |
103 <b>event</b>(<i>evt</i>) |
104 <p> |
104 <p> |
105 Protected method to handle event. |
105 Public method to handle event. |
106 </p><p> |
106 </p><p> |
107 This event handler just handles the tooltip event and passes the |
107 This event handler just handles the tooltip event and passes the |
108 handling of all others to the superclass. |
108 handling of all others to the superclass. |
109 </p><dl> |
109 </p><dl> |
110 <dt><i>evt</i></dt> |
110 <dt><i>evt</i></dt> |
148 </dd> |
148 </dd> |
149 </dl><a NAME="HelpTabBar.tabRemoved" ID="HelpTabBar.tabRemoved"></a> |
149 </dl><a NAME="HelpTabBar.tabRemoved" ID="HelpTabBar.tabRemoved"></a> |
150 <h4>HelpTabBar.tabRemoved</h4> |
150 <h4>HelpTabBar.tabRemoved</h4> |
151 <b>tabRemoved</b>(<i>index</i>) |
151 <b>tabRemoved</b>(<i>index</i>) |
152 <p> |
152 <p> |
153 Protected slot to handle the removal of a tab. |
153 Public slot to handle the removal of a tab. |
154 </p><dl> |
154 </p><dl> |
155 <dt><i>index</i></dt> |
155 <dt><i>index</i></dt> |
156 <dd> |
156 <dd> |
157 index of the removed tab (integer) |
157 index of the removed tab (integer) |
158 </dd> |
158 </dd> |