diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-11 12:15:34 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-11 12:15:34 (GMT) |
commit | d29dbdf82202942a59d12446d99751dc51050b93 (patch) | |
tree | 4e47b9e479d4b6d05be65dd9a99e1fa801637bd7 /src | |
parent | 1f996801bf27c422ab4b8f82507d11e031d941d2 (diff) | |
download | Qt-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.cpp | 5 |
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() */ |