eric6/Documentation/Source/eric6.QScintilla.KeySequenceTranslator.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.QScintilla.KeySequenceTranslator</h1> 23 <h1>eric6.QScintilla.KeySequenceTranslator</h1>
24
23 <p> 25 <p>
24 Module implementing functions to map QScintilla keyboard commands to 26 Module implementing functions to map QScintilla keyboard commands to
25 QKeySequence standard keys. 27 QKeySequence standard keys.
26 </p> 28 </p>
27 <h3>Global Attributes</h3> 29 <h3>Global Attributes</h3>
30
28 <table> 31 <table>
29 <tr><td>Scintilla2QKeySequence</td></tr><tr><td>__all__</td></tr> 32 <tr><td>Scintilla2QKeySequence</td></tr><tr><td>__all__</td></tr>
30 </table> 33 </table>
31 <h3>Classes</h3> 34 <h3>Classes</h3>
35
32 <table> 36 <table>
33 <tr><td>None</td></tr> 37 <tr><td>None</td></tr>
34 </table> 38 </table>
35 <h3>Functions</h3> 39 <h3>Functions</h3>
40
36 <table> 41 <table>
42
37 <tr> 43 <tr>
38 <td><a href="#s2qTranslate">s2qTranslate</a></td> 44 <td><a href="#s2qTranslate">s2qTranslate</a></td>
39 <td>Function to translate a QScintilla command to a QKeySequence.</td> 45 <td>Function to translate a QScintilla command to a QKeySequence.</td>
40 </tr> 46 </tr>
41 </table> 47 </table>
42 <hr /><hr /> 48 <hr />
49 <hr />
43 <a NAME="s2qTranslate" ID="s2qTranslate"></a> 50 <a NAME="s2qTranslate" ID="s2qTranslate"></a>
44 <h2>s2qTranslate</h2> 51 <h2>s2qTranslate</h2>
45 <b>s2qTranslate</b>(<i>scintillaCommand</i>) 52 <b>s2qTranslate</b>(<i>scintillaCommand</i>)
53
46 <p> 54 <p>
47 Function to translate a QScintilla command to a QKeySequence. 55 Function to translate a QScintilla command to a QKeySequence.
48 </p><dl> 56 </p>
57 <dl>
58
49 <dt><i>scintillaCommand</i> (int)</dt> 59 <dt><i>scintillaCommand</i> (int)</dt>
50 <dd> 60 <dd>
51 QScintilla command 61 QScintilla command
52 </dd> 62 </dd>
53 </dl><dl> 63 </dl>
64 <dl>
54 <dt>Returns:</dt> 65 <dt>Returns:</dt>
55 <dd> 66 <dd>
56 Qt key sequence 67 Qt key sequence
57 </dd> 68 </dd>
58 </dl><dl> 69 </dl>
70 <dl>
59 <dt>Return Type:</dt> 71 <dt>Return Type:</dt>
60 <dd> 72 <dd>
61 QKeySequence.StandardKey 73 QKeySequence.StandardKey
62 </dd> 74 </dd>
63 </dl> 75 </dl>

eric ide

mercurial