diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 | 
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqkeysequence.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqkeysequence.html')
| -rw-r--r-- | doc/html/tqkeysequence.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/html/tqkeysequence.html b/doc/html/tqkeysequence.html index fc5b7e41d..011025548 100644 --- a/doc/html/tqkeysequence.html +++ b/doc/html/tqkeysequence.html @@ -69,7 +69,7 @@ by accelerators.  <p> A key sequence consists of up to four keyboard codes, each  optionally combined with modifiers, e.g. <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a>, or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>. For example, <tt>CTRL + Key_P</tt>  might be a sequence used as a shortcut for printing a document. -The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a>. As an alternative, +The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a>. As an alternative,  use <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a> with the unicode code point of the character.  For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same key sequence  as <a href="ntqt.html#Key-enum">Key_A</a>. @@ -108,14 +108,14 @@ necessary, but it provides some context for the human translator.  <h3 class=fn><a name="TQKeySequence-3"></a>TQKeySequence::TQKeySequence ( int key )  </h3>  Constructs a key sequence that has a single <em>key</em>. -<p> The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a> and can be +<p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be  combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>.  <h3 class=fn><a name="TQKeySequence-4"></a>TQKeySequence::TQKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 )  </h3>  Constructs a key sequence with up to 4 keys <em>k1</em>, <em>k2</em>,  <em>k3</em> and <em>k4</em>. -<p> The key codes are listed in <a href="qnamespace-h.html">ntqnamespace.h</a> and can be +<p> The key codes are listed in <a href="tqnamespace-h.html">tqnamespace.h</a> and can be  combined with modifiers, e.g. with <a href="ntqt.html#Modifier-enum">SHIFT</a>, <a href="ntqt.html#Modifier-enum">CTRL</a>, <a href="ntqt.html#Modifier-enum">ALT</a>, <a href="ntqt.html#Modifier-enum">META</a> or <a href="ntqt.html#Modifier-enum">UNICODE_ACCEL</a>.  <h3 class=fn><a name="TQKeySequence-5"></a>TQKeySequence::TQKeySequence ( const <a href="tqkeysequence.html">TQKeySequence</a> & keysequence ) | 
