summaryrefslogtreecommitdiffstats
path: root/tests/manual/keyevents/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
* Add missing static to constexpr in keyevents testTor Arne Vestbø2023-10-171-1/+1
| | | | | Change-Id: I9e83876aadca3254042eb48ed51287e403830cf0 Reviewed-by: Liang Qi <liang.qi@qt.io>
* keyevents test: Force left to right when outputting key combinationsTor Arne Vestbø2023-10-061-1/+2
| | | | | | | | Otherwise characters in right to left languages like Hebrew might mess up the output. Change-Id: I8753e7e672159ed515dc6152c3629adf91cfd4a9 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Add key events manual testsTor Arne Vestbø2023-09-271-0/+304
Task-number: QTBUG-116873 Change-Id: I70c0199fa6244addf0f282aa8856935e3486270a Reviewed-by: Alexis Murzeau <amubtdx@gmail.com> Reviewed-by: Liang Qi <liang.qi@qt.io>