summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qkeysequence.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qkeysequence.3qt
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man/man3/qkeysequence.3qt')
-rw-r--r--doc/man/man3/qkeysequence.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/qkeysequence.3qt b/doc/man/man3/qkeysequence.3qt
index e09b3cde..45a7e9b1 100644
--- a/doc/man/man3/qkeysequence.3qt
+++ b/doc/man/man3/qkeysequence.3qt
@@ -9,7 +9,7 @@
.SH NAME
QKeySequence \- Encapsulates a key sequence as used by accelerators
.SH SYNOPSIS
-\fC#include <qkeysequence.h>\fR
+\fC#include <ntqkeysequence.h>\fR
.PP
Inherits Qt.
.PP
@@ -73,7 +73,7 @@ Inherits Qt.
.SH DESCRIPTION
The QKeySequence class encapsulates a key sequence as used by accelerators.
.PP
-A key sequence consists of up to four keyboard codes, each optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, \fCCTRL + Key_P\fR might be a sequence used as a shortcut for printing a document. The key codes are listed in qnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same key sequence as Key_A.
+A key sequence consists of up to four keyboard codes, each optionally combined with modifiers, e.g. SHIFT, CTRL, ALT, META, or UNICODE_ACCEL. For example, \fCCTRL + Key_P\fR might be a sequence used as a shortcut for printing a document. The key codes are listed in ntqnamespace.h. As an alternative, use UNICODE_ACCEL with the unicode code point of the character. For example, \fCUNICODE_ACCEL + 'A'\fR gives the same key sequence as Key_A.
.PP
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 QString to obtain a human readable translated version of the sequence. Translations are done in the "QAccel" context.
.PP
@@ -102,11 +102,11 @@ Note the \fC"File|Open"\fR translator comment. It is by no means necessary, but
.SH "QKeySequence::QKeySequence ( int key )"
Constructs a key sequence that has a single \fIkey\fR.
.PP
-The key codes are listed in qnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
+The key codes are listed in ntqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
.SH "QKeySequence::QKeySequence ( int k1, int k2, int k3 = 0, int k4 = 0 )"
Constructs a key sequence with up to 4 keys \fIk1\fR, \fIk2\fR, \fIk3\fR and \fIk4\fR.
.PP
-The key codes are listed in qnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
+The key codes are listed in ntqnamespace.h and can be combined with modifiers, e.g. with SHIFT, CTRL, ALT, META or UNICODE_ACCEL.
.SH "QKeySequence::QKeySequence ( const QKeySequence & keysequence )"
Copy constructor. Makes a copy of \fIkeysequence\fR.
.SH "QKeySequence::~QKeySequence ()"
@@ -144,7 +144,7 @@ Reads a key sequence from the stream \fIs\fR into the key sequence \fIkeysequenc
See also Format of the QDataStream operators.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qkeysequence.html
+.BR http://doc.trolltech.com/ntqkeysequence.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the