aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/focus.qml
Commit message (Collapse)AuthorAgeFilesLines
* Keyinteraction example: Update by coding conventions from official docBumjoon Park2023-03-271-10/+30
| | | | | | | | | | - string are translated. - JS statements no longer end with semi-colon. - Fix qmllint warning. Pick-to: 6.5 6.5.0 Change-Id: I83f2b702c9bb9f02f86728e2277297272cd75251 Reviewed-by: Mitch Curtis <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-06-111-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <[email protected]>
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-111-0/+187
We want to use the new cmake api instead of qt6_add_resources() The file structure has also been flattened a bit. Task-number: QTBUG-98130 Pick-to: 6.2 Change-Id: I1651d25e2902bf6932b78c2224ee4ffe454b658d Reviewed-by: Ulf Hermann <[email protected]>