19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>eric5.Preferences.ShortcutsDialog</h1> |
22 <h1>eric5.Preferences.ShortcutsDialog</h1> |
23 <p> |
23 <p> |
24 Module implementing a dialog for the configuration of eric5s keyboard shortcuts. |
24 Module implementing a dialog for the configuration of eric5's keyboard |
|
25 shortcuts. |
25 </p> |
26 </p> |
26 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
27 <table> |
28 <table> |
28 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
29 </table> |
30 </table> |
30 <h3>Classes</h3> |
31 <h3>Classes</h3> |
31 <table> |
32 <table> |
32 <tr> |
33 <tr> |
33 <td><a href="#ShortcutsDialog">ShortcutsDialog</a></td> |
34 <td><a href="#ShortcutsDialog">ShortcutsDialog</a></td> |
34 <td>Class implementing a dialog for the configuration of eric5s keyboard shortcuts.</td> |
35 <td>Class implementing a dialog for the configuration of eric5's keyboard shortcuts.</td> |
35 </tr> |
36 </tr> |
36 </table> |
37 </table> |
37 <h3>Functions</h3> |
38 <h3>Functions</h3> |
38 <table> |
39 <table> |
39 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
40 </table> |
41 </table> |
41 <hr /><hr /> |
42 <hr /><hr /> |
42 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> |
43 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> |
43 <h2>ShortcutsDialog</h2> |
44 <h2>ShortcutsDialog</h2> |
44 <p> |
45 <p> |
45 Class implementing a dialog for the configuration of eric5s keyboard shortcuts. |
46 Class implementing a dialog for the configuration of eric5's keyboard |
|
47 shortcuts. |
46 </p><h3>Signals</h3> |
48 </p><h3>Signals</h3> |
47 <dl> |
49 <dl> |
48 <dt>updateShortcuts()</dt> |
50 <dt>updateShortcuts()</dt> |
49 <dd> |
51 <dd> |
50 emitted when the user pressed the dialogs OK button |
52 emitted when the user pressed the dialogs OK |
|
53 button |
51 </dd> |
54 </dd> |
52 </dl> |
55 </dl> |
53 <h3>Derived from</h3> |
56 <h3>Derived from</h3> |
54 QDialog, Ui_ShortcutsDialog |
57 QDialog, Ui_ShortcutsDialog |
55 <h3>Class Attributes</h3> |
58 <h3>Class Attributes</h3> |
186 <dd> |
189 <dd> |
187 flag indicating that no uniqueness check should |
190 flag indicating that no uniqueness check should |
188 be performed (boolean) |
191 be performed (boolean) |
189 </dd><dt><i>objectType=</i></dt> |
192 </dd><dt><i>objectType=</i></dt> |
190 <dd> |
193 <dd> |
191 type of the object (string). Objects of the same type |
194 type of the object (string). Objects of the same |
192 are not checked for duplicate shortcuts. |
195 type are not checked for duplicate shortcuts. |
193 </dd> |
196 </dd> |
194 </dl><a NAME="ShortcutsDialog.__resizeColumns" ID="ShortcutsDialog.__resizeColumns"></a> |
197 </dl><a NAME="ShortcutsDialog.__resizeColumns" ID="ShortcutsDialog.__resizeColumns"></a> |
195 <h4>ShortcutsDialog.__resizeColumns</h4> |
198 <h4>ShortcutsDialog.__resizeColumns</h4> |
196 <b>__resizeColumns</b>(<i></i>) |
199 <b>__resizeColumns</b>(<i></i>) |
197 <p> |
200 <p> |
216 </dd> |
219 </dd> |
217 </dl><a NAME="ShortcutsDialog.__shortcutChanged" ID="ShortcutsDialog.__shortcutChanged"></a> |
220 </dl><a NAME="ShortcutsDialog.__shortcutChanged" ID="ShortcutsDialog.__shortcutChanged"></a> |
218 <h4>ShortcutsDialog.__shortcutChanged</h4> |
221 <h4>ShortcutsDialog.__shortcutChanged</h4> |
219 <b>__shortcutChanged</b>(<i>keysequence, altKeysequence, noCheck, objectType</i>) |
222 <b>__shortcutChanged</b>(<i>keysequence, altKeysequence, noCheck, objectType</i>) |
220 <p> |
223 <p> |
221 Private slot to handle the shortcutChanged signal of the shortcut dialog. |
224 Private slot to handle the shortcutChanged signal of the shortcut |
|
225 dialog. |
222 </p><dl> |
226 </p><dl> |
223 <dt><i>keysequence</i></dt> |
227 <dt><i>keysequence</i></dt> |
224 <dd> |
228 <dd> |
225 the keysequence of the changed action (QKeySequence) |
229 the keysequence of the changed action (QKeySequence) |
226 </dd><dt><i>altKeysequence</i></dt> |
230 </dd><dt><i>altKeysequence</i></dt> |