|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.QScintilla.KeySequenceTranslator</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.QScintilla.KeySequenceTranslator</h1> |
|
23 <p> |
|
24 Module implementing functions to map QScintilla keyboard commands to |
|
25 QKeySequence standard keys. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>Scintilla2QKeySequence</td></tr><tr><td>__all__</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr><td>None</td></tr> |
|
34 </table> |
|
35 <h3>Functions</h3> |
|
36 <table> |
|
37 <tr> |
|
38 <td><a href="#s2qTranslate">s2qTranslate</a></td> |
|
39 <td>Function to translate a QScintilla command to a QKeySequence.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="s2qTranslate" ID="s2qTranslate"></a> |
|
44 <h2>s2qTranslate</h2> |
|
45 <b>s2qTranslate</b>(<i>scintillaCommand</i>) |
|
46 <p> |
|
47 Function to translate a QScintilla command to a QKeySequence. |
|
48 </p><dl> |
|
49 <dt><i>scintillaCommand</i> (int)</dt> |
|
50 <dd> |
|
51 QScintilla command |
|
52 </dd> |
|
53 </dl><dl> |
|
54 <dt>Returns:</dt> |
|
55 <dd> |
|
56 Qt key sequence |
|
57 </dd> |
|
58 </dl><dl> |
|
59 <dt>Return Type:</dt> |
|
60 <dd> |
|
61 QKeySequence.StandardKey |
|
62 </dd> |
|
63 </dl> |
|
64 <div align="right"><a href="#top">Up</a></div> |
|
65 <hr /> |
|
66 </body></html> |