diff options
author | axis <qt-info@nokia.com> | 2009-05-05 13:57:59 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-06 09:03:28 (GMT) |
commit | 7e6dd153858710282ddcb526e413226c3b7db833 (patch) | |
tree | f32fc851e81b14f57e5164ae790134ae7299ca4f /src/gui/kernel/qwidget.cpp | |
parent | 54a61942de75faf2d7f8d1a58ec15f36505e1d38 (diff) | |
download | Qt-7e6dd153858710282ddcb526e413226c3b7db833.zip Qt-7e6dd153858710282ddcb526e413226c3b7db833.tar.gz Qt-7e6dd153858710282ddcb526e413226c3b7db833.tar.bz2 |
Clarified the docs a bit.
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 639d964..19fdfbf 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -8484,7 +8484,7 @@ QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery query) const \note The flags are only hints, so the particular input method implementation is free to ignore them. If you want to be - sure that for instance only uppercase letters are entered, + sure that a certain type of characters are entered, you should also set a QValidator on the widget. \since 4.6 |