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> |
67 <td><a href="#ShortcutsDialog.__init__">ShortcutsDialog</a></td> |
64 <td>Constructor</td> |
68 <td>Constructor</td> |
109 <td>Private slot to handle a double click in the shortcuts list.</td> |
113 <td>Private slot to handle a double click in the shortcuts list.</td> |
110 </tr><tr> |
114 </tr><tr> |
111 <td><a href="#ShortcutsDialog.populate">populate</a></td> |
115 <td><a href="#ShortcutsDialog.populate">populate</a></td> |
112 <td>Public method to populate the dialog.</td> |
116 <td>Public method to populate the dialog.</td> |
113 </tr> |
117 </tr> |
|
118 </table> |
|
119 <h3>Static Methods</h3> |
|
120 <table> |
|
121 <tr><td>None</td></tr> |
114 </table> |
122 </table> |
115 <a NAME="ShortcutsDialog.__init__" ID="ShortcutsDialog.__init__"></a> |
123 <a NAME="ShortcutsDialog.__init__" ID="ShortcutsDialog.__init__"></a> |
116 <h4>ShortcutsDialog (Constructor)</h4> |
124 <h4>ShortcutsDialog (Constructor)</h4> |
117 <b>ShortcutsDialog</b>(<i>parent = None, name = None, modal = False</i>) |
125 <b>ShortcutsDialog</b>(<i>parent = None, name = None, modal = False</i>) |
118 <p> |
126 <p> |