diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqkeysequence.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqkeysequence.html')
-rw-r--r-- | doc/html/ntqkeysequence.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqkeysequence.html b/doc/html/ntqkeysequence.html index 62034e0fd..b4d56b8cb 100644 --- a/doc/html/ntqkeysequence.html +++ b/doc/html/ntqkeysequence.html @@ -75,7 +75,7 @@ For example, <tt>UNICODE_ACCEL + 'A'</tt> gives the same key sequence as <a href="ntqt.html#Key-enum">Key_A</a>. <p> Key sequences can be constructed either from an integer key code, or from a human readable translatable string such as -"Ctrl+X,Alt+Space". A key sequence can be cast to a <a href="ntqstring.html">TQString</a> to +"Ctrl+X,Alt+Space". A key sequence can be cast to a <a href="tqstring.html">TQString</a> to obtain a human readable translated version of the sequence. Translations are done in the "TQAccel" context. <p> <p>See also <a href="ntqaccel.html">TQAccel</a> and <a href="misc.html">Miscellaneous Classes</a>. @@ -85,7 +85,7 @@ Translations are done in the "TQAccel" context. </h3> Constructs an empty key sequence. -<h3 class=fn><a name="TQKeySequence-2"></a>TQKeySequence::TQKeySequence ( const <a href="ntqstring.html">TQString</a> & key ) +<h3 class=fn><a name="TQKeySequence-2"></a>TQKeySequence::TQKeySequence ( const <a href="tqstring.html">TQString</a> & key ) </h3> Creates a key sequence from the string <em>key</em>. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", @@ -150,7 +150,7 @@ For instance CTRL+Key_O gives "Ctrl+O". If the key sequence has multiple key codes they are returned comma-separated, e.g. "Alt+X, Ctrl+Y, Z". The strings, "Ctrl", "Shift", etc. are translated (using <a href="tqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key -sequence has no keys, <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. +sequence has no keys, <a href="tqstring.html#TQString-null">TQString::null</a> is returned. <p> On Mac OS X, the string returned resembles the sequence that is shown in the menubar. |