42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="HelpIndexWidget" ID="HelpIndexWidget"></a> |
43 <a NAME="HelpIndexWidget" ID="HelpIndexWidget"></a> |
44 <h2>HelpIndexWidget</h2> |
44 <h2>HelpIndexWidget</h2> |
45 <p> |
45 <p> |
46 Class implementing a window for showing the QtHelp index. |
46 Class implementing a window for showing the QtHelp index. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>escapePressed()</dt> |
49 <dt>escapePressed()</dt> |
50 <dd> |
50 <dd> |
51 emitted when the ESC key was pressed |
51 emitted when the ESC key was pressed |
52 </dd><dt>linkActivated(QUrl)</dt> |
52 </dd><dt>linkActivated(QUrl)</dt> |
62 QWidget |
62 QWidget |
63 <h3>Class Attributes</h3> |
63 <h3>Class Attributes</h3> |
64 <table> |
64 <table> |
65 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
66 </table> |
66 </table> |
|
67 <h3>Class Methods</h3> |
|
68 <table> |
|
69 <tr><td>None</td></tr> |
|
70 </table> |
67 <h3>Methods</h3> |
71 <h3>Methods</h3> |
68 <table> |
72 <table> |
69 <tr> |
73 <tr> |
70 <td><a href="#HelpIndexWidget.__init__">HelpIndexWidget</a></td> |
|
71 <td>Constructor</td> |
|
72 </tr><tr> |
|
73 <td><a href="#HelpIndexWidget.__activated">__activated</a></td> |
74 <td><a href="#HelpIndexWidget.__activated">__activated</a></td> |
74 <td>Private slot to handle the activation of a keyword entry.</td> |
75 <td>Private slot to handle the activation of a keyword entry.</td> |
75 </tr><tr> |
76 </tr><tr> |
76 <td><a href="#HelpIndexWidget.__disableSearchEdit">__disableSearchEdit</a></td> |
77 <td><a href="#HelpIndexWidget.__disableSearchEdit">__disableSearchEdit</a></td> |
77 <td>Private slot to enable the search edit.</td> |
78 <td>Private slot to enable the search edit.</td> |
86 <td>Public method called to filter the event queue.</td> |
87 <td>Public method called to filter the event queue.</td> |
87 </tr><tr> |
88 </tr><tr> |
88 <td><a href="#HelpIndexWidget.focusInEvent">focusInEvent</a></td> |
89 <td><a href="#HelpIndexWidget.focusInEvent">focusInEvent</a></td> |
89 <td>Protected method handling focus in events.</td> |
90 <td>Protected method handling focus in events.</td> |
90 </tr> |
91 </tr> |
|
92 </table> |
|
93 <h3>Static Methods</h3> |
|
94 <table> |
|
95 <tr><td>None</td></tr> |
91 </table> |
96 </table> |
92 <a NAME="HelpIndexWidget.__init__" ID="HelpIndexWidget.__init__"></a> |
97 <a NAME="HelpIndexWidget.__init__" ID="HelpIndexWidget.__init__"></a> |
93 <h4>HelpIndexWidget (Constructor)</h4> |
98 <h4>HelpIndexWidget (Constructor)</h4> |
94 <b>HelpIndexWidget</b>(<i>engine, mainWindow, parent=None</i>) |
99 <b>HelpIndexWidget</b>(<i>engine, mainWindow, parent=None</i>) |
95 <p> |
100 <p> |