qtdoc/examples/demos/colorpaletteclient
Fabian Kosmale 78dc366da6 colorpalettteclient: Fix qmllint warnings
Most of the warnings were straightforward to fix: add missing ids to
lookups, remove an unused import.

There is one interesting case, though: The getCurrentUserImage function
in ColorView was referring "users", which does not exist in that file,
and is not one of its properties. The application however still worked.
That's due to it being found on the root context, as it exists as an id
defined in Main.qml.
It was however already passed down via properties to ColorView, so use
the property instead.
Amends 7a62659880

Pick-to: 6.10
Change-Id: I6f91dc45302f30d70d8a09b66d0add9b963fa6b2
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
2025-08-11 17:48:16 +02:00
..
ColorPalette colorpalettteclient: Fix qmllint warnings 2025-08-11 17:48:16 +02:00
QtExampleStyle colorpalettteclient: Fix qmllint warnings 2025-08-11 17:48:16 +02:00
doc Remove 'Qt Quick Demo - RESTful API client' from App Examples category 2025-06-24 10:37:59 +02:00
icons Add REUSE.toml files and missing licenses 2024-11-06 13:48:01 +01:00
CMakeLists.txt Example: Use actual example name for project() 2025-07-09 08:58:58 +02:00
abstractresource.h Fix type related space character usage in colorpaletteclient example 2024-02-14 14:05:52 +02:00
basiclogin.cpp Add api-key hearer to colorpaletteclient example 2025-05-19 11:05:18 +03:00
basiclogin.h Fix type related space character usage in colorpaletteclient example 2024-02-14 14:05:52 +02:00
colorpalette.qrc Refactor GUI for color palette example 2024-02-07 08:12:43 +00:00
colorpaletteclient.pro Change colorpaletteclient demo to use REST helpers 2024-02-14 14:05:42 +02:00
main.cpp Remove obsoleted QIcon code from colorpaletteclient 2024-03-07 13:45:35 +02:00
paginatedresource.cpp Fix type related space character usage in colorpaletteclient example 2024-02-14 14:05:52 +02:00
paginatedresource.h Fix type related space character usage in colorpaletteclient example 2024-02-14 14:05:52 +02:00
restservice.cpp Add api-key hearer to colorpaletteclient example 2025-05-19 11:05:18 +03:00
restservice.h Fix type related space character usage in colorpaletteclient example 2024-02-14 14:05:52 +02:00