diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqkeysequence.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt-04913ce7.tar.gz tqt-04913ce7.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
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 ae11016f9..62034e0fd 100644 --- a/doc/html/ntqkeysequence.html +++ b/doc/html/ntqkeysequence.html @@ -91,10 +91,10 @@ Creates a key sequence from the string <em>key</em>. For example "Ctrl+O" gives CTRL+UNICODE_ACCEL+'O'. The strings "Ctrl", "Shift", "Alt" and "Meta" are recognized, as well as their translated equivalents in the "TQAccel" context (using -<a href="ntqobject.html#tr">TQObject::tr</a>()). +<a href="tqobject.html#tr">TQObject::tr</a>()). <p> Multiple key codes (up to four) may be entered by separating them with commas, e.g. "Alt+X,Ctrl+S,Q". -<p> This contructor is typically used with <a href="ntqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in +<p> This contructor is typically used with <a href="tqobject.html#tr">tr</a>(), so that accelerator keys can be replaced in translations: <p> <pre> <a href="ntqpopupmenu.html">TQPopupMenu</a> *file = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this ); @@ -149,7 +149,7 @@ Creates an accelerator string for the key sequence. 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="ntqobject.html#tr">TQObject::tr</a>()) in the "TQAccel" scope. If the key +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. <p> On Mac OS X, the string returned resembles the sequence that is shown in the menubar. |