42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> |
43 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> |
44 <h2>ShortcutsDialog</h2> |
44 <h2>ShortcutsDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog for the configuration of eric5s keyboard shortcuts. |
46 Class implementing a dialog for the configuration of eric5s keyboard shortcuts. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>updateShortcuts()</dt> |
49 <dt>updateShortcuts()</dt> |
50 <dd> |
50 <dd> |
51 emitted when the user pressed the dialogs OK button |
51 emitted when the user pressed the dialogs OK button |
52 </dd> |
52 </dd> |
55 QDialog, Ui_ShortcutsDialog |
55 QDialog, Ui_ShortcutsDialog |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
57 <table> |
57 <table> |
58 <tr><td>noCheckRole</td></tr><tr><td>objectNameRole</td></tr><tr><td>objectTypeRole</td></tr> |
58 <tr><td>noCheckRole</td></tr><tr><td>objectNameRole</td></tr><tr><td>objectTypeRole</td></tr> |
59 </table> |
59 </table> |
|
60 <h3>Class Methods</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
62 <tr> |
66 <tr> |
63 <td><a href="#ShortcutsDialog.__init__">ShortcutsDialog</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#ShortcutsDialog.__checkShortcut">__checkShortcut</a></td> |
67 <td><a href="#ShortcutsDialog.__checkShortcut">__checkShortcut</a></td> |
67 <td>Private method to check a keysequence for uniqueness.</td> |
68 <td>Private method to check a keysequence for uniqueness.</td> |
68 </tr><tr> |
69 </tr><tr> |
69 <td><a href="#ShortcutsDialog.__generateCategoryItem">__generateCategoryItem</a></td> |
70 <td><a href="#ShortcutsDialog.__generateCategoryItem">__generateCategoryItem</a></td> |
70 <td>Private method to generate a category item.</td> |
71 <td>Private method to generate a category item.</td> |
109 <td>Private slot to handle a double click in the shortcuts list.</td> |
110 <td>Private slot to handle a double click in the shortcuts list.</td> |
110 </tr><tr> |
111 </tr><tr> |
111 <td><a href="#ShortcutsDialog.populate">populate</a></td> |
112 <td><a href="#ShortcutsDialog.populate">populate</a></td> |
112 <td>Public method to populate the dialog.</td> |
113 <td>Public method to populate the dialog.</td> |
113 </tr> |
114 </tr> |
|
115 </table> |
|
116 <h3>Static Methods</h3> |
|
117 <table> |
|
118 <tr><td>None</td></tr> |
114 </table> |
119 </table> |
115 <a NAME="ShortcutsDialog.__init__" ID="ShortcutsDialog.__init__"></a> |
120 <a NAME="ShortcutsDialog.__init__" ID="ShortcutsDialog.__init__"></a> |
116 <h4>ShortcutsDialog (Constructor)</h4> |
121 <h4>ShortcutsDialog (Constructor)</h4> |
117 <b>ShortcutsDialog</b>(<i>parent=None, name=None, modal=False</i>) |
122 <b>ShortcutsDialog</b>(<i>parent=None, name=None, modal=False</i>) |
118 <p> |
123 <p> |