aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/text.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Move textselection example to manual testShawn Rutledge2023-06-141-5/+0
| | | | | | | | | | | | | | | | Apparently it's always been incomplete, a relic from Nokia: there's no means of entering the "menu" state, and nothing to detect a long-press as the text says you can do. On mobile platforms, the platform input method provides selection handles; on embedded platforms, Qt Virtual Keyboard does it. So this is generally unnecessary, but perhaps it could be revamped into a demonstration of an alternative way to add text-selection handles. Change-Id: I231db14e5fbb4e82e8d732153e3d3843a080b409 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 810a329983d2d26101881eb58a9faf0cf6d78399) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Adapt examples to AUTO_RESOURCE_PREFIXUlf Hermann2022-06-241-1/+1
| | | | | | | | | | | Examples that don't explicitly set NO_RESOURCE_TARGET_PATH get the AUTO_RESOURCE_PREFIX now. Task-number: QTBUG-103452 Change-Id: I6b41e96ce5620079f60ca2f967b0a2e611c1f738 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
* Use resource files for most examplesKai Koehne2012-12-121-0/+24
Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>