summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-11 12:15:34 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-11 12:15:34 (GMT)
commitd29dbdf82202942a59d12446d99751dc51050b93 (patch)
tree4e47b9e479d4b6d05be65dd9a99e1fa801637bd7 /src
parent1f996801bf27c422ab4b8f82507d11e031d941d2 (diff)
downloadQt-d29dbdf82202942a59d12446d99751dc51050b93.zip
Qt-d29dbdf82202942a59d12446d99751dc51050b93.tar.gz
Qt-d29dbdf82202942a59d12446d99751dc51050b93.tar.bz2
Even more polish to softkey API
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 94c7599..a83a79f 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -901,10 +901,13 @@ void QWidget::setAutoFillBackground(bool enabled)
QActions are set to widget(s) via softkey API. Actions in focused widget are
mapped to native toolbar or hardware keys. Even though the API allows to set
any amount of widgets there might be physical restrictions to amount of
- softkeys that can be used by the device and this shou
+ softkeys that can be used by the device.
\o Series60: For series60 menu button is automatically mapped to left
soft key if there is QMainWindow with QMenuBar in widgets parent hierarchy.
+
+ \sa softKeys()
+ \sa setSoftKey()
*/