summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2010-05-04 11:59:27 (GMT)
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 10:24:49 (GMT)
commit2aa4384cca06ea84ba6edf77c6a2d65c8800a7b3 (patch)
tree9eff41d818828fb90732100a6dd7a66b7d2881ba /tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp
parentbd42cec380ea2f5a91632377111edced7edac901 (diff)
downloadQt-2aa4384cca06ea84ba6edf77c6a2d65c8800a7b3.zip
Qt-2aa4384cca06ea84ba6edf77c6a2d65c8800a7b3.tar.gz
Qt-2aa4384cca06ea84ba6edf77c6a2d65c8800a7b3.tar.bz2
Cocoa: QShortcut(Qt::Key_Enter) does not show in the menu bar
The reason is that cocoa expects the unicode control character for "enter", rather than the glyph showing an arrow. So rather than using the glyph-table from QKeySequence, we should use a table containing a mapping from Qt::Key to Cocoa control key. Luckily, such a table exists allready in qt_cocoa_helpers, but reversed ( cocoa key to Qt::Key). So this patch creates a function that binds all this together. Reviewed-by: cduclos
Diffstat (limited to 'tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp')
0 files changed, 0 insertions, 0 deletions