diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Documentation/Source/eric7.HelpViewer.HelpBookmarksWidget.html --- a/src/eric7/Documentation/Source/eric7.HelpViewer.HelpBookmarksWidget.html Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.HelpViewer.HelpBookmarksWidget.html Mon Apr 22 18:23:20 2024 +0200 @@ -140,6 +140,10 @@ <td><a href="#HelpBookmarksWidget.addBookmark">addBookmark</a></td> <td>Public slot to add a bookmark with given data.</td> </tr> +<tr> +<td><a href="#HelpBookmarksWidget.keyPressEvent">keyPressEvent</a></td> +<td>Protected method handling key press events.</td> +</tr> </table> <h3>Static Methods</h3> @@ -362,6 +366,20 @@ URL for the bookmark </dd> </dl> +<a NAME="HelpBookmarksWidget.keyPressEvent" ID="HelpBookmarksWidget.keyPressEvent"></a> +<h4>HelpBookmarksWidget.keyPressEvent</h4> +<b>keyPressEvent</b>(<i>evt</i>) +<p> + Protected method handling key press events. +</p> + +<dl> + +<dt><i>evt</i> (QKeyEvent)</dt> +<dd> +reference to the key press event +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>