diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Preferences.ShortcutsDialog.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ShortcutsDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ShortcutsDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,39 +7,38 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Preferences.ShortcutsDialog</h1> - <p> Module implementing a dialog for the configuration of eric's keyboard shortcuts. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ShortcutsDialog">ShortcutsDialog</a></td> <td>Class implementing a dialog for the configuration of eric's keyboard shortcuts.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> <h2>ShortcutsDialog</h2> - <p> Class implementing a dialog for the configuration of eric's keyboard shortcuts. </p> + <h3>Signals</h3> <dl> @@ -52,19 +51,19 @@ <h3>Derived from</h3> QDialog, Ui_ShortcutsDialog <h3>Class Attributes</h3> +<table> +<tr><td>noCheckRole</td></tr> +<tr><td>objectNameRole</td></tr> +<tr><td>objectTypeRole</td></tr> +</table> -<table> -<tr><td>noCheckRole</td></tr><tr><td>objectNameRole</td></tr><tr><td>objectTypeRole</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ShortcutsDialog.__init__">ShortcutsDialog</a></td> <td>Constructor</td> @@ -130,19 +129,20 @@ <td>Public method to populate the dialog.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ShortcutsDialog.__init__" ID="ShortcutsDialog.__init__"></a> <h4>ShortcutsDialog (Constructor)</h4> <b>ShortcutsDialog</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -153,10 +153,10 @@ <a NAME="ShortcutsDialog.__checkShortcut" ID="ShortcutsDialog.__checkShortcut"></a> <h4>ShortcutsDialog.__checkShortcut</h4> <b>__checkShortcut</b>(<i>keysequence, objectType, origTopItem</i>) - <p> Private method to check a keysequence for uniqueness. </p> + <dl> <dt><i>keysequence</i> (QKeySequence)</dt> @@ -188,10 +188,10 @@ <a NAME="ShortcutsDialog.__generateCategoryItem" ID="ShortcutsDialog.__generateCategoryItem"></a> <h4>ShortcutsDialog.__generateCategoryItem</h4> <b>__generateCategoryItem</b>(<i>title</i>) - <p> Private method to generate a category item. </p> + <dl> <dt><i>title</i> (str)</dt> @@ -214,10 +214,10 @@ <a NAME="ShortcutsDialog.__generateShortcutItem" ID="ShortcutsDialog.__generateShortcutItem"></a> <h4>ShortcutsDialog.__generateShortcutItem</h4> <b>__generateShortcutItem</b>(<i>category, action, noCheck=False, objectType=""</i>) - <p> Private method to generate a keyboard shortcut item. </p> + <dl> <dt><i>category</i> (QTreeWidgetItem)</dt> @@ -242,24 +242,24 @@ <a NAME="ShortcutsDialog.__resizeColumns" ID="ShortcutsDialog.__resizeColumns"></a> <h4>ShortcutsDialog.__resizeColumns</h4> <b>__resizeColumns</b>(<i></i>) - <p> Private method to resize the list columns. </p> + <a NAME="ShortcutsDialog.__resort" ID="ShortcutsDialog.__resort"></a> <h4>ShortcutsDialog.__resort</h4> <b>__resort</b>(<i></i>) - <p> Private method to resort the tree. </p> + <a NAME="ShortcutsDialog.__saveCategoryActions" ID="ShortcutsDialog.__saveCategoryActions"></a> <h4>ShortcutsDialog.__saveCategoryActions</h4> <b>__saveCategoryActions</b>(<i>category, actions</i>) - <p> Private method to save the actions for a category. </p> + <dl> <dt><i>category</i> (QTreeWidgetItem)</dt> @@ -274,11 +274,11 @@ <a NAME="ShortcutsDialog.__shortcutChanged" ID="ShortcutsDialog.__shortcutChanged"></a> <h4>ShortcutsDialog.__shortcutChanged</h4> <b>__shortcutChanged</b>(<i>keysequence, altKeysequence, noCheck, objectType</i>) - <p> Private slot to handle the shortcutChanged signal of the shortcut dialog. </p> + <dl> <dt><i>keysequence</i> (QKeySequence)</dt> @@ -301,10 +301,10 @@ <a NAME="ShortcutsDialog.on_actionButton_toggled" ID="ShortcutsDialog.on_actionButton_toggled"></a> <h4>ShortcutsDialog.on_actionButton_toggled</h4> <b>on_actionButton_toggled</b>(<i>checked</i>) - <p> Private slot called, when the action radio button is toggled. </p> + <dl> <dt><i>checked</i> (bool)</dt> @@ -315,17 +315,17 @@ <a NAME="ShortcutsDialog.on_buttonBox_accepted" ID="ShortcutsDialog.on_buttonBox_accepted"></a> <h4>ShortcutsDialog.on_buttonBox_accepted</h4> <b>on_buttonBox_accepted</b>(<i></i>) - <p> Private slot to handle the OK button press. </p> + <a NAME="ShortcutsDialog.on_searchEdit_textChanged" ID="ShortcutsDialog.on_searchEdit_textChanged"></a> <h4>ShortcutsDialog.on_searchEdit_textChanged</h4> <b>on_searchEdit_textChanged</b>(<i>txt</i>) - <p> Private slot called, when the text in the search edit changes. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -336,10 +336,10 @@ <a NAME="ShortcutsDialog.on_shortcutButton_toggled" ID="ShortcutsDialog.on_shortcutButton_toggled"></a> <h4>ShortcutsDialog.on_shortcutButton_toggled</h4> <b>on_shortcutButton_toggled</b>(<i>checked</i>) - <p> Private slot called, when the shortcuts radio button is toggled. </p> + <dl> <dt><i>checked</i> (bool)</dt> @@ -350,10 +350,10 @@ <a NAME="ShortcutsDialog.on_shortcutsList_itemChanged" ID="ShortcutsDialog.on_shortcutsList_itemChanged"></a> <h4>ShortcutsDialog.on_shortcutsList_itemChanged</h4> <b>on_shortcutsList_itemChanged</b>(<i>itm, column</i>) - <p> Private slot to handle the edit of a shortcut key. </p> + <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> @@ -368,10 +368,10 @@ <a NAME="ShortcutsDialog.on_shortcutsList_itemClicked" ID="ShortcutsDialog.on_shortcutsList_itemClicked"></a> <h4>ShortcutsDialog.on_shortcutsList_itemClicked</h4> <b>on_shortcutsList_itemClicked</b>(<i>itm, column</i>) - <p> Private slot to handle a click in the shortcuts list. </p> + <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> @@ -386,10 +386,10 @@ <a NAME="ShortcutsDialog.on_shortcutsList_itemDoubleClicked" ID="ShortcutsDialog.on_shortcutsList_itemDoubleClicked"></a> <h4>ShortcutsDialog.on_shortcutsList_itemDoubleClicked</h4> <b>on_shortcutsList_itemDoubleClicked</b>(<i>itm, column</i>) - <p> Private slot to handle a double click in the shortcuts list. </p> + <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> @@ -404,10 +404,10 @@ <a NAME="ShortcutsDialog.populate" ID="ShortcutsDialog.populate"></a> <h4>ShortcutsDialog.populate</h4> <b>populate</b>(<i>webBrowser=None</i>) - <p> Public method to populate the dialog. </p> + <dl> <dt><i>webBrowser</i> (WebBrowserWindow)</dt> @@ -417,4 +417,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>