76 <td>Protected slot to handle the removal of a tab.</td> |
76 <td>Protected slot to handle the removal of a tab.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="HelpTabBar.__init__" ID="HelpTabBar.__init__"></a> |
79 <a NAME="HelpTabBar.__init__" ID="HelpTabBar.__init__"></a> |
80 <h4>HelpTabBar (Constructor)</h4> |
80 <h4>HelpTabBar (Constructor)</h4> |
81 <b>HelpTabBar</b>(<i>parent = None</i>) |
81 <b>HelpTabBar</b>(<i>parent=None</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>parent</i></dt> |
85 <dt><i>parent</i></dt> |
86 <dd> |
86 <dd> |
95 <h4>HelpTabBar.event</h4> |
95 <h4>HelpTabBar.event</h4> |
96 <b>event</b>(<i>evt</i>) |
96 <b>event</b>(<i>evt</i>) |
97 <p> |
97 <p> |
98 Protected method to handle event. |
98 Protected method to handle event. |
99 </p><p> |
99 </p><p> |
100 This event handler just handles the tooltip event and passes the |
100 This event handler just handles the tooltip event and passes the |
101 handling of all others to the superclass. |
101 handling of all others to the superclass. |
102 </p><dl> |
102 </p><dl> |
103 <dt><i>evt</i></dt> |
103 <dt><i>evt</i></dt> |
104 <dd> |
104 <dd> |
105 reference to the event to be handled (QEvent) |
105 reference to the event to be handled (QEvent) |