qtdeclarative/examples/quick
Eskil Abrahamsen Blomfeldt 07d646d1b0 Update imageelements example to Qt 6 url syntax
The imageelements examples depended on URLs being resolved
relative to the file where it was declared, but in Qt 6
this was changed. Since the source is actually resolved
inside MyBorderImage, which is in content/, we would end
up trying to resolve content/content/foo.png.

To avoid having code depend on the location of types it is
using, URLs have to be packed in Qt.resolvedUrl() in Qt 6.

Change-Id: I16e203e92b3b4c7c573dcdb85dcd556f2103ab80
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-06-17 14:20:01 +02:00
..
animation Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
canvas Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
customitems Refactor and update qml CMake API 2021-06-04 16:54:52 +10:00
delegatechooser Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
draganddrop Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
embeddedinwidgets examples: Use template literals for multiline strings 2021-05-03 10:17:18 +02:00
externaldraganddrop Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
imageelements Update imageelements example to Qt 6 url syntax 2021-06-17 14:20:01 +02:00
imageprovider Refactor and update qml CMake API 2021-06-04 16:54:52 +10:00
imageresponseprovider Refactor and update qml CMake API 2021-06-04 16:54:52 +10:00
keyinteraction CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
layouts CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
localstorage Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
models Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
mousearea CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
particles Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
positioners Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
quick-accessibility CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
quickwidgets Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
rendercontrol rendercontrol examples: Exercise key event generation as well 2021-06-15 11:12:21 +02:00
righttoleft Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
scenegraph Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
shadereffects CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
shapes examples: Use template literals for multiline strings 2021-05-03 10:17:18 +02:00
shared Fix additional warnings from usage of deprecated APIs 2020-09-16 12:44:59 +02:00
tableview Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
text Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
threading Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
touchinteraction Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
tutorials examples: samegame4/BoomBlock.qml: Do not use unqualified access 2021-04-30 10:57:33 +02:00
views Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
window Use fixed qt_add_resource BASE argument 2021-05-21 00:21:26 +02:00
.prev_CMakeLists.txt Add qt6_add_qml_module() public API 2019-09-19 08:06:24 +00:00
CMakeLists.txt Switch examples to build as isolated sub-builds 2021-05-27 21:08:14 +10:00
quick.pro Remove textureprovider example 2020-05-06 11:22:20 +02:00