diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Preferences.ShortcutDialog.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ShortcutDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ShortcutDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Preferences.ShortcutDialog</h1> - <p> Module implementing a dialog for the configuration of a keyboard shortcut. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ShortcutDialog">ShortcutDialog</a></td> <td>Class implementing a dialog for the configuration of a keyboard shortcut.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="ShortcutDialog" ID="ShortcutDialog"></a> <h2>ShortcutDialog</h2> - <p> Class implementing a dialog for the configuration of a keyboard shortcut. </p> + <h3>Signals</h3> <dl> @@ -50,19 +49,17 @@ <h3>Derived from</h3> QDialog, Ui_ShortcutDialog <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ShortcutDialog.__init__">ShortcutDialog</a></td> <td>Constructor</td> @@ -100,19 +97,20 @@ <td>Public method to set the key to be configured.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ShortcutDialog.__init__" ID="ShortcutDialog.__init__"></a> <h4>ShortcutDialog (Constructor)</h4> <b>ShortcutDialog</b>(<i>parent=None, name=None, modal=False</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -131,24 +129,24 @@ <a NAME="ShortcutDialog.__clear" ID="ShortcutDialog.__clear"></a> <h4>ShortcutDialog.__clear</h4> <b>__clear</b>(<i></i>) - <p> Private slot to handle the Clear button press. </p> + <a NAME="ShortcutDialog.__clearKeys" ID="ShortcutDialog.__clearKeys"></a> <h4>ShortcutDialog.__clearKeys</h4> <b>__clearKeys</b>(<i></i>) - <p> Private method to clear the list of recorded keys. </p> + <a NAME="ShortcutDialog.__setKeyEditText" ID="ShortcutDialog.__setKeyEditText"></a> <h4>ShortcutDialog.__setKeyEditText</h4> <b>__setKeyEditText</b>(<i>txt</i>) - <p> Private method to set the text of a key edit. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -159,17 +157,17 @@ <a NAME="ShortcutDialog.__typeChanged" ID="ShortcutDialog.__typeChanged"></a> <h4>ShortcutDialog.__typeChanged</h4> <b>__typeChanged</b>(<i></i>) - <p> Private slot to handle the change of the shortcuts type. </p> + <a NAME="ShortcutDialog.eventFilter" ID="ShortcutDialog.eventFilter"></a> <h4>ShortcutDialog.eventFilter</h4> <b>eventFilter</b>(<i>watched, event</i>) - <p> Public method called to filter the event queue. </p> + <dl> <dt><i>watched</i> (QObject)</dt> @@ -196,10 +194,10 @@ <a NAME="ShortcutDialog.keyPressEvent" ID="ShortcutDialog.keyPressEvent"></a> <h4>ShortcutDialog.keyPressEvent</h4> <b>keyPressEvent</b>(<i>evt</i>) - <p> Protected method to handle a key press event. </p> + <dl> <dt><i>evt</i> (QKeyEvent)</dt> @@ -210,17 +208,17 @@ <a NAME="ShortcutDialog.on_buttonBox_accepted" ID="ShortcutDialog.on_buttonBox_accepted"></a> <h4>ShortcutDialog.on_buttonBox_accepted</h4> <b>on_buttonBox_accepted</b>(<i></i>) - <p> Private slot to handle the OK button press. </p> + <a NAME="ShortcutDialog.setKeys" ID="ShortcutDialog.setKeys"></a> <h4>ShortcutDialog.setKeys</h4> <b>setKeys</b>(<i>key, alternateKey, noCheck, objectType</i>) - <p> Public method to set the key to be configured. </p> + <dl> <dt><i>key</i> (QKeySequence)</dt> @@ -243,4 +241,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>