diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-10-07 11:53:42 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-10-09 09:19:24 (GMT) |
commit | 95a06aa7e724309c3dcd714dbf8cf3743258592f (patch) | |
tree | 8bcb7bc1cb11886ca412f4434615eef87a3a7ba0 /src | |
parent | 433430c4081c8992bc661d5481a2288eddf2037f (diff) | |
download | Qt-95a06aa7e724309c3dcd714dbf8cf3743258592f.zip Qt-95a06aa7e724309c3dcd714dbf8cf3743258592f.tar.gz Qt-95a06aa7e724309c3dcd714dbf8cf3743258592f.tar.bz2 |
Fixed doc for softkeys in the qwidget doc.
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 4cbf762..56602f7 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -901,9 +901,8 @@ void QWidget::setAutoFillBackground(bool enabled) \sa QEvent, QPainter, QGridLayout, QBoxLayout \section1 Softkeys - \since 4.6 - Softkeys are usually physical keys on a device that have a corresponding label or + Since Qt 4.6, Softkeys are usually physical keys on a device that have a corresponding label or other visual representation on the screen that is generally located next to its physical counterpart. They are most often found on mobile phone platforms. In modern touch based user interfaces it is also possible to have softkeys that do |