7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
21 <body> | 21 <body> |
22 <a NAME="top" ID="top"></a> | 22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.Preferences.ShortcutsDialog</h1> | 23 <h1>eric6.Preferences.ShortcutsDialog</h1> |
24 | 24 |
25 <p> | 25 <p> |
26 Module implementing a dialog for the configuration of eric6's keyboard | 26 Module implementing a dialog for the configuration of eric's keyboard |
27 shortcuts. | 27 shortcuts. |
28 </p> | 28 </p> |
29 <h3>Global Attributes</h3> | 29 <h3>Global Attributes</h3> |
30 | 30 |
31 <table> | 31 <table> |
35 | 35 |
36 <table> | 36 <table> |
37 | 37 |
38 <tr> | 38 <tr> |
39 <td><a href="#ShortcutsDialog">ShortcutsDialog</a></td> | 39 <td><a href="#ShortcutsDialog">ShortcutsDialog</a></td> |
40 <td>Class implementing a dialog for the configuration of eric6's keyboard shortcuts.</td> | 40 <td>Class implementing a dialog for the configuration of eric's keyboard shortcuts.</td> |
41 </tr> | 41 </tr> |
42 </table> | 42 </table> |
43 <h3>Functions</h3> | 43 <h3>Functions</h3> |
44 | 44 |
45 <table> | 45 <table> |
49 <hr /> | 49 <hr /> |
50 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> | 50 <a NAME="ShortcutsDialog" ID="ShortcutsDialog"></a> |
51 <h2>ShortcutsDialog</h2> | 51 <h2>ShortcutsDialog</h2> |
52 | 52 |
53 <p> | 53 <p> |
54 Class implementing a dialog for the configuration of eric6's keyboard | 54 Class implementing a dialog for the configuration of eric's keyboard |
55 shortcuts. | 55 shortcuts. |
56 </p> | 56 </p> |
57 <h3>Signals</h3> | 57 <h3>Signals</h3> |
58 <dl> | 58 <dl> |
59 | 59 |
187 refrence to the parent of the item to be checked | 187 refrence to the parent of the item to be checked |
188 (QTreeWidgetItem) | 188 (QTreeWidgetItem) |
189 </dd> | 189 </dd> |
190 </dl> | 190 </dl> |
191 <dl> | 191 <dl> |
192 <dt>Returns:</dt> | 192 <dt>Return:</dt> |
193 <dd> | 193 <dd> |
194 flag indicating uniqueness (boolean) | 194 flag indicating uniqueness (boolean) |
195 </dd> | 195 </dd> |
196 </dl> | 196 </dl> |
197 <a NAME="ShortcutsDialog.__generateCategoryItem" ID="ShortcutsDialog.__generateCategoryItem"></a> | 197 <a NAME="ShortcutsDialog.__generateCategoryItem" ID="ShortcutsDialog.__generateCategoryItem"></a> |
207 <dd> | 207 <dd> |
208 title for the item (string) | 208 title for the item (string) |
209 </dd> | 209 </dd> |
210 </dl> | 210 </dl> |
211 <dl> | 211 <dl> |
212 <dt>Returns:</dt> | 212 <dt>Return:</dt> |
213 <dd> | 213 <dd> |
214 reference to the category item (QTreeWidgetItem) | 214 reference to the category item (QTreeWidgetItem) |
215 </dd> | 215 </dd> |
216 </dl> | 216 </dl> |
217 <a NAME="ShortcutsDialog.__generateShortcutItem" ID="ShortcutsDialog.__generateShortcutItem"></a> | 217 <a NAME="ShortcutsDialog.__generateShortcutItem" ID="ShortcutsDialog.__generateShortcutItem"></a> |
229 </dd> | 229 </dd> |
230 <dt><i>action</i></dt> | 230 <dt><i>action</i></dt> |
231 <dd> | 231 <dd> |
232 reference to the keyboard action (E5Action) | 232 reference to the keyboard action (E5Action) |
233 </dd> | 233 </dd> |
234 <dt><i>noCheck=</i></dt> | 234 <dt><i>noCheck</i></dt> |
235 <dd> | 235 <dd> |
236 flag indicating that no uniqueness check should | 236 flag indicating that no uniqueness check should |
237 be performed (boolean) | 237 be performed (boolean) |
238 </dd> | 238 </dd> |
239 <dt><i>objectType=</i></dt> | 239 <dt><i>objectType</i></dt> |
240 <dd> | 240 <dd> |
241 type of the object (string). Objects of the same | 241 type of the object (string). Objects of the same |
242 type are not checked for duplicate shortcuts. | 242 type are not checked for duplicate shortcuts. |
243 </dd> | 243 </dd> |
244 </dl> | 244 </dl> |