summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteinitialization.h
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-11-21 18:50:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-11-23 21:23:45 +0000
commitbf6b1fa9b028acf6785be0e7c108cc301079db3b (patch)
treefa34eb746a19b8964809e15514f61e1f9468e3f2 /src/tools/uic/cpp/cppwriteinitialization.h
parentb141f22b453f21ddfe6cc110c931bfe5fc43f165 (diff)
QComboBox: don't eat non-printable key strokes
QComboBox in non-editable mode passes all keyboard input to the internal item search. This was done regardless if the character is printable or not and therefore e.g. '\t' composed by Key_Tab + ControlModifier was accepted and not passed to the parent (in the bug report to the QTabWidget which could not switch tabs due to that). Fixes: QTBUG-118605 Change-Id: If39423587460a70231c735df4912b72c5ae77475 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 1ffd12a8dc783b8e0806b839a3015b4fb9298bad) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 92fea25e96bece6acfe1bb58ade1e18b58a04af5)
Diffstat (limited to 'src/tools/uic/cpp/cppwriteinitialization.h')
0 files changed, 0 insertions, 0 deletions